fix(deps): update all non-major dependencies

This commit is contained in:
renovate[bot] 2025-07-04 05:05:30 +00:00 committed by GitHub
parent 7a48268a74
commit ef20abec59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
33 changed files with 2160 additions and 2134 deletions

View File

@ -25,7 +25,7 @@
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@redux-devtools/app": "workspace:^",
"@redux-devtools/core": "workspace:^",
"@redux-devtools/instrument": "workspace:^",
@ -48,15 +48,15 @@
"redux-persist": "^6.0.0"
},
"devDependencies": {
"@babel/core": "^7.27.4",
"@babel/preset-env": "^7.27.2",
"@babel/core": "^7.28.0",
"@babel/preset-env": "^7.28.0",
"@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@babel/register": "^7.27.1",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@types/chrome": "^0.0.326",
"@types/chrome": "^0.0.329",
"@types/lodash-es": "^4.17.12",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
@ -64,13 +64,13 @@
"cross-env": "^7.0.3",
"electron": "^31.7.7",
"esbuild": "^0.25.5",
"globals": "^16.2.0",
"globals": "^16.3.0",
"immutable": "^5.1.3",
"jest": "^30.0.2",
"jest-environment-jsdom": "^30.0.2",
"jest": "^30.0.4",
"jest-environment-jsdom": "^30.0.4",
"pug": "^3.0.3",
"rimraf": "^6.0.1",
"selenium-webdriver": "^4.33.0",
"selenium-webdriver": "^4.34.0",
"sinon-chrome": "^3.0.1",
"ts-jest": "^29.4.0",
"typescript": "~5.8.3",

View File

@ -1,19 +1,19 @@
{
"private": true,
"devDependencies": {
"@babel/core": "^7.27.4",
"@babel/core": "^7.28.0",
"@changesets/cli": "^2.29.5",
"@eslint/compat": "^1.3.0",
"@eslint/js": "^9.29.0",
"eslint": "^9.29.0",
"@eslint/compat": "^1.3.1",
"@eslint/js": "^9.30.1",
"eslint": "^9.30.1",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-jest": "^29.0.1",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"jest": "^30.0.2",
"prettier": "3.6.0",
"jest": "^30.0.4",
"prettier": "3.6.2",
"typescript": "~5.8.3",
"typescript-eslint": "^8.35.0"
"typescript-eslint": "^8.35.1"
},
"scripts": {
"format": "prettier --write .",
@ -24,5 +24,5 @@
"clean:all": "pnpm --recursive run clean",
"release": "pnpm build:all && pnpm publish -r"
},
"packageManager": "pnpm@10.12.3"
"packageManager": "pnpm@10.12.4"
}

View File

@ -29,10 +29,10 @@
"map2tree": "workspace:^"
},
"devDependencies": {
"@babel/core": "^7.27.4",
"@babel/preset-env": "^7.27.2",
"@babel/core": "^7.28.0",
"@babel/preset-env": "^7.28.0",
"@babel/preset-typescript": "^7.27.1",
"@types/node": "^22.15.32",
"@types/node": "^22.16.0",
"babel-loader": "^10.0.0",
"cross-env": "^7.0.3",
"fork-ts-checker-webpack-plugin": "^9.1.0",

View File

@ -43,7 +43,7 @@
"@types/jest": "^30.0.0",
"@types/lodash-es": "^4.17.12",
"immutable": "^5.1.3",
"jest": "^30.0.2",
"jest": "^30.0.4",
"rimraf": "^6.0.1",
"ts-jest": "^29.4.0",
"typescript": "~5.8.3"

View File

@ -36,7 +36,7 @@
"prepublish": "pnpm run lint && pnpm run test"
},
"dependencies": {
"@types/lodash": "^4.17.18",
"@types/lodash": "^4.17.20",
"color": "^5.0.0",
"csstype": "^3.1.3",
"lodash-es": "^4.17.21"
@ -45,8 +45,8 @@
"@types/color": "^4.2.0",
"@types/jest": "^30.0.0",
"@types/lodash-es": "^4.17.12",
"jest": "^30.0.2",
"jest-environment-jsdom": "^30.0.2",
"jest": "^30.0.4",
"jest-environment-jsdom": "^30.0.4",
"rimraf": "^6.0.1",
"ts-jest": "^29.4.0",
"typescript": "~5.8.3"

View File

@ -10,7 +10,7 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@emotion/styled": "^11.14.0",
"@emotion/styled": "^11.14.1",
"react": "^19.1.0",
"react-bootstrap": "^2.10.10",
"react-dock": "workspace:^",
@ -19,11 +19,11 @@
"react-is": "^19.1.0"
},
"devDependencies": {
"@babel/core": "^7.27.4",
"@babel/preset-env": "^7.27.2",
"@babel/core": "^7.28.0",
"@babel/preset-env": "^7.28.0",
"@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@types/node": "^22.15.32",
"@types/node": "^22.16.0",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"babel-loader": "^10.0.0",

View File

@ -26,11 +26,11 @@
"react-json-tree": "workspace:^"
},
"devDependencies": {
"@babel/core": "^7.27.4",
"@babel/preset-env": "^7.27.2",
"@babel/core": "^7.28.0",
"@babel/preset-env": "^7.28.0",
"@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@types/node": "^22.15.32",
"@types/node": "^22.16.0",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"babel-loader": "^10.0.0",

View File

@ -40,13 +40,13 @@
"prepublish": "pnpm run lint && pnpm run test"
},
"dependencies": {
"@types/lodash": "^4.17.18",
"@types/lodash": "^4.17.20",
"react-base16-styling": "workspace:^"
},
"devDependencies": {
"@types/jest": "^30.0.0",
"@types/react": "^19.1.8",
"jest": "^30.0.2",
"jest": "^30.0.4",
"react": "^19.1.0",
"rimraf": "^6.0.1",
"ts-jest": "^29.4.0",

View File

@ -53,15 +53,15 @@
"react-is": "^19.1.0"
},
"devDependencies": {
"@babel/cli": "^7.27.2",
"@babel/core": "^7.27.4",
"@babel/eslint-parser": "^7.27.5",
"@babel/plugin-transform-runtime": "^7.27.4",
"@babel/preset-env": "^7.27.2",
"@babel/cli": "^7.28.0",
"@babel/core": "^7.28.0",
"@babel/eslint-parser": "^7.28.0",
"@babel/plugin-transform-runtime": "^7.28.0",
"@babel/preset-env": "^7.28.0",
"@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@reduxjs/toolkit": "^2.8.2",
"@rjsf/core": "^5.24.12",
"@testing-library/dom": "^10.4.0",
@ -70,13 +70,13 @@
"@types/jest": "^30.0.0",
"@types/jsan": "^3.1.5",
"@types/json-schema": "^7.0.15",
"@types/node": "^22.15.32",
"@types/node": "^22.16.0",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"cross-env": "^7.0.3",
"esbuild": "^0.25.5",
"jest": "^30.0.2",
"jest-environment-jsdom": "^30.0.2",
"jest": "^30.0.4",
"jest-environment-jsdom": "^30.0.4",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-redux": "^9.2.0",
@ -89,7 +89,7 @@
},
"peerDependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@reduxjs/toolkit": "^1.0.0 || ^2.0.0",
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react": "^16.8.4 || ^17.0.0 || ^18.0.0 || ^19.0.0",

View File

@ -49,20 +49,20 @@
"socketcluster-client": "^19.2.7"
},
"devDependencies": {
"@babel/cli": "^7.27.2",
"@babel/core": "^7.27.4",
"@babel/eslint-parser": "^7.27.5",
"@babel/plugin-transform-runtime": "^7.27.4",
"@babel/preset-env": "^7.27.2",
"@babel/cli": "^7.28.0",
"@babel/core": "^7.28.0",
"@babel/eslint-parser": "^7.28.0",
"@babel/plugin-transform-runtime": "^7.28.0",
"@babel/preset-env": "^7.28.0",
"@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@reduxjs/toolkit": "^2.8.2",
"@rjsf/core": "^5.24.12",
"@types/jsan": "^3.1.5",
"@types/json-schema": "^7.0.15",
"@types/node": "^22.15.32",
"@types/node": "^22.16.0",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@types/socketcluster-client": "^19.1.0",
@ -72,7 +72,7 @@
"css-loader": "^7.1.2",
"esbuild": "^0.25.5",
"fork-ts-checker-webpack-plugin": "^9.1.0",
"globals": "^16.2.0",
"globals": "^16.3.0",
"html-loader": "^5.1.0",
"html-webpack-plugin": "^5.6.3",
"react": "^19.1.0",
@ -88,7 +88,7 @@
},
"peerDependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@reduxjs/toolkit": "^1.0.0 || ^2.0.0",
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react": "^16.8.4 || ^17.0.0 || ^18.0.0 || ^19.0.0",

View File

@ -45,11 +45,11 @@
"react-base16-styling": "workspace:^"
},
"devDependencies": {
"@babel/cli": "^7.27.2",
"@babel/core": "^7.27.4",
"@babel/eslint-parser": "^7.27.5",
"@babel/plugin-transform-runtime": "^7.27.4",
"@babel/preset-env": "^7.27.2",
"@babel/cli": "^7.28.0",
"@babel/core": "^7.28.0",
"@babel/eslint-parser": "^7.28.0",
"@babel/plugin-transform-runtime": "^7.28.0",
"@babel/preset-env": "^7.28.0",
"@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@redux-devtools/core": "workspace:^",

View File

@ -44,7 +44,7 @@
"@apollo/server": "^4.12.2",
"@as-integrations/express5": "^1.1.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@redux-devtools/app": "workspace:^",
"@reduxjs/toolkit": "^2.8.2",
"@types/react": "^19.1.8",
@ -78,14 +78,14 @@
"@types/lodash-es": "^4.17.12",
"@types/minimist": "^1.2.5",
"@types/morgan": "^1.9.10",
"@types/node": "^22.15.32",
"@types/node": "^22.16.0",
"@types/semver": "^7.7.0",
"@types/socketcluster-client": "^19.1.0",
"@types/socketcluster-server": "^19.0.1",
"@types/supertest": "^6.0.3",
"@types/uuid": "^10.0.0",
"globals": "^16.2.0",
"jest": "^30.0.2",
"globals": "^16.3.0",
"jest": "^30.0.4",
"ncp": "^2.0.0",
"rimraf": "^6.0.1",
"socketcluster-client": "^19.2.7",

View File

@ -46,11 +46,11 @@
"react-dock": "workspace:^"
},
"devDependencies": {
"@babel/cli": "^7.27.2",
"@babel/core": "^7.27.4",
"@babel/eslint-parser": "^7.27.5",
"@babel/plugin-transform-runtime": "^7.27.4",
"@babel/preset-env": "^7.27.2",
"@babel/cli": "^7.28.0",
"@babel/core": "^7.28.0",
"@babel/eslint-parser": "^7.28.0",
"@babel/plugin-transform-runtime": "^7.28.0",
"@babel/preset-env": "^7.28.0",
"@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@redux-devtools/core": "workspace:^",

View File

@ -32,11 +32,11 @@
"@babel/runtime": "^7.27.6"
},
"devDependencies": {
"@babel/cli": "^7.27.2",
"@babel/core": "^7.27.4",
"@babel/eslint-parser": "^7.27.5",
"@babel/plugin-transform-runtime": "^7.27.4",
"@babel/preset-env": "^7.27.2",
"@babel/cli": "^7.28.0",
"@babel/core": "^7.28.0",
"@babel/eslint-parser": "^7.28.0",
"@babel/plugin-transform-runtime": "^7.28.0",
"@babel/preset-env": "^7.28.0",
"@babel/preset-typescript": "^7.27.1",
"redux": "^5.0.1",
"rimraf": "^6.0.1",

View File

@ -11,7 +11,7 @@
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@redux-devtools/core": "workspace:^",
"@redux-devtools/dock-monitor": "workspace:^",
"@redux-devtools/inspector-monitor": "workspace:^",
@ -23,17 +23,17 @@
"react-dom": "^19.1.0",
"react-is": "^19.1.0",
"react-redux": "^9.2.0",
"react-router-dom": "^7.6.2",
"react-router-dom": "^7.6.3",
"redux": "^5.0.1",
"redux-logger": "^3.0.6"
},
"devDependencies": {
"@babel/core": "^7.27.4",
"@babel/preset-env": "^7.27.2",
"@babel/core": "^7.28.0",
"@babel/preset-env": "^7.28.0",
"@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@types/lodash.shuffle": "^4.2.9",
"@types/node": "^22.15.32",
"@types/node": "^22.16.0",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@types/redux-logger": "^3.0.13",

View File

@ -53,15 +53,15 @@
"simple-diff": "^1.7.2"
},
"devDependencies": {
"@babel/cli": "^7.27.2",
"@babel/core": "^7.27.4",
"@babel/eslint-parser": "^7.27.5",
"@babel/plugin-transform-runtime": "^7.27.4",
"@babel/preset-env": "^7.27.2",
"@babel/cli": "^7.28.0",
"@babel/core": "^7.28.0",
"@babel/eslint-parser": "^7.28.0",
"@babel/plugin-transform-runtime": "^7.28.0",
"@babel/preset-env": "^7.28.0",
"@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@redux-devtools/core": "workspace:^",
"@redux-devtools/inspector-monitor": "workspace:^",
"@testing-library/dom": "^10.4.0",
@ -71,8 +71,8 @@
"@types/jsan": "^3.1.5",
"@types/object-path": "^0.11.4",
"@types/react": "^19.1.8",
"jest": "^30.0.2",
"jest-environment-jsdom": "^30.0.2",
"jest": "^30.0.4",
"jest-environment-jsdom": "^30.0.4",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"redux": "^5.0.1",
@ -82,7 +82,7 @@
},
"peerDependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@redux-devtools/inspector-monitor": "workspace:^",
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react": "^16.8.4 || ^17.0.0 || ^18.0.0 || ^19.0.0",

View File

@ -30,9 +30,9 @@
"prepublish": "pnpm run type-check && pnpm run lint && pnpm run test"
},
"dependencies": {
"@babel/code-frame": "^8.0.0-beta.0",
"@babel/code-frame": "^8.0.0-beta.1",
"@babel/runtime": "^7.27.6",
"@types/chrome": "^0.0.326",
"@types/chrome": "^0.0.329",
"anser": "^2.3.2",
"html-entities": "^2.6.0",
"path-browserify": "^1.0.1",
@ -40,11 +40,11 @@
"source-map": "^0.5.7"
},
"devDependencies": {
"@babel/cli": "^7.27.2",
"@babel/core": "^7.27.4",
"@babel/eslint-parser": "^7.27.5",
"@babel/plugin-transform-runtime": "^7.27.4",
"@babel/preset-env": "^7.27.2",
"@babel/cli": "^7.28.0",
"@babel/core": "^7.28.0",
"@babel/eslint-parser": "^7.28.0",
"@babel/plugin-transform-runtime": "^7.28.0",
"@babel/preset-env": "^7.28.0",
"@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@emotion/react": "^11.14.0",
@ -54,12 +54,12 @@
"@testing-library/react": "^16.3.0",
"@types/babel__code-frame": "^7.0.6",
"@types/jest": "^30.0.0",
"@types/node": "^22.15.32",
"@types/node": "^22.16.0",
"@types/path-browserify": "^1.0.3",
"@types/react": "^19.1.8",
"@types/source-map": "0.5.2",
"jest": "^30.0.2",
"jest-environment-jsdom": "^30.0.2",
"jest": "^30.0.4",
"jest-environment-jsdom": "^30.0.4",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"redux": "^5.0.1",

View File

@ -21,17 +21,17 @@
"react-bootstrap": "^2.10.10",
"react-dom": "^19.1.0",
"react-redux": "^9.2.0",
"react-router-dom": "^7.6.2",
"react-router-dom": "^7.6.3",
"redux": "^5.0.1",
"redux-logger": "^3.0.6"
},
"devDependencies": {
"@babel/core": "^7.27.4",
"@babel/preset-env": "^7.27.2",
"@babel/core": "^7.28.0",
"@babel/preset-env": "^7.28.0",
"@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@types/lodash.shuffle": "^4.2.9",
"@types/node": "^22.15.32",
"@types/node": "^22.16.0",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@types/redux-logger": "^3.0.13",

View File

@ -40,7 +40,7 @@
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@types/lodash": "^4.17.18",
"@types/lodash": "^4.17.20",
"dateformat": "^5.0.3",
"hex-rgba": "^1.0.2",
"immutable": "^5.1.3",
@ -51,11 +51,11 @@
"react-json-tree": "workspace:^"
},
"devDependencies": {
"@babel/cli": "^7.27.2",
"@babel/core": "^7.27.4",
"@babel/eslint-parser": "^7.27.5",
"@babel/plugin-transform-runtime": "^7.27.4",
"@babel/preset-env": "^7.27.2",
"@babel/cli": "^7.28.0",
"@babel/core": "^7.28.0",
"@babel/eslint-parser": "^7.28.0",
"@babel/plugin-transform-runtime": "^7.28.0",
"@babel/preset-env": "^7.28.0",
"@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@emotion/babel-preset-css-prop": "^11.12.0",

View File

@ -41,15 +41,15 @@
"prepublish": "pnpm run type-check && pnpm run lint && pnpm run test"
},
"devDependencies": {
"@babel/cli": "^7.27.2",
"@babel/core": "^7.27.4",
"@babel/eslint-parser": "^7.27.5",
"@babel/plugin-transform-runtime": "^7.27.4",
"@babel/preset-env": "^7.27.2",
"@babel/cli": "^7.28.0",
"@babel/core": "^7.28.0",
"@babel/eslint-parser": "^7.28.0",
"@babel/plugin-transform-runtime": "^7.28.0",
"@babel/preset-env": "^7.28.0",
"@babel/preset-typescript": "^7.27.1",
"@types/jest": "^30.0.0",
"@types/node": "^22.15.32",
"jest": "^30.0.2",
"@types/node": "^22.16.0",
"jest": "^30.0.4",
"redux": "^5.0.1",
"rimraf": "^6.0.1",
"rxjs": "^7.8.2",

View File

@ -48,11 +48,11 @@
"react-json-tree": "workspace:^"
},
"devDependencies": {
"@babel/cli": "^7.27.2",
"@babel/core": "^7.27.4",
"@babel/eslint-parser": "^7.27.5",
"@babel/plugin-transform-runtime": "^7.27.4",
"@babel/preset-env": "^7.27.2",
"@babel/cli": "^7.28.0",
"@babel/core": "^7.28.0",
"@babel/eslint-parser": "^7.28.0",
"@babel/plugin-transform-runtime": "^7.28.0",
"@babel/preset-env": "^7.28.0",
"@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@redux-devtools/core": "workspace:^",

View File

@ -49,19 +49,19 @@
"socketcluster-client": "^19.2.7"
},
"devDependencies": {
"@babel/cli": "^7.27.2",
"@babel/core": "^7.27.4",
"@babel/eslint-parser": "^7.27.5",
"@babel/plugin-transform-runtime": "^7.27.4",
"@babel/preset-env": "^7.27.2",
"@babel/cli": "^7.28.0",
"@babel/core": "^7.28.0",
"@babel/eslint-parser": "^7.28.0",
"@babel/plugin-transform-runtime": "^7.28.0",
"@babel/preset-env": "^7.28.0",
"@babel/preset-typescript": "^7.27.1",
"@types/jsan": "^3.1.5",
"@types/node": "^22.15.32",
"@types/node": "^22.16.0",
"@types/rn-host-detect": "^1.2.2",
"@types/socketcluster-client": "^19.1.0",
"@typescript-eslint/eslint-plugin": "^8.35.0",
"@typescript-eslint/parser": "^8.35.0",
"eslint": "^9.29.0",
"@typescript-eslint/eslint-plugin": "^8.35.1",
"@typescript-eslint/parser": "^8.35.1",
"eslint": "^9.30.1",
"eslint-config-prettier": "^10.1.5",
"redux": "^5.0.1",
"rimraf": "^6.0.1",

View File

@ -11,9 +11,9 @@
},
"dependencies": {
"@babel/runtime": "^7.27.6",
"@chakra-ui/react": "^3.21.0",
"@chakra-ui/react": "^3.21.1",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mswjs/data": "^0.16.2",
"@redux-devtools/core": "workspace:^",
"@redux-devtools/dock-monitor": "workspace:^",
@ -25,15 +25,15 @@
"react-icons": "^5.5.0",
"react-is": "^19.1.0",
"react-redux": "^9.2.0",
"react-router-dom": "^7.6.2"
"react-router-dom": "^7.6.3"
},
"devDependencies": {
"@babel/core": "^7.27.4",
"@babel/plugin-transform-runtime": "^7.27.4",
"@babel/preset-env": "^7.27.2",
"@babel/core": "^7.28.0",
"@babel/plugin-transform-runtime": "^7.28.0",
"@babel/preset-env": "^7.28.0",
"@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@types/node": "^22.15.32",
"@types/node": "^22.16.0",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"babel-loader": "^10.0.0",

View File

@ -46,7 +46,7 @@
"dependencies": {
"@babel/runtime": "^7.27.6",
"@redux-devtools/ui": "workspace:^",
"@types/lodash": "^4.17.18",
"@types/lodash": "^4.17.20",
"hex-rgba": "^1.0.2",
"immutable": "^5.1.3",
"lodash.debounce": "^4.0.8",
@ -54,16 +54,16 @@
"react-json-tree": "workspace:^"
},
"devDependencies": {
"@babel/cli": "^7.27.2",
"@babel/core": "^7.27.4",
"@babel/eslint-parser": "^7.27.5",
"@babel/plugin-transform-runtime": "^7.27.4",
"@babel/preset-env": "^7.27.2",
"@babel/cli": "^7.28.0",
"@babel/core": "^7.28.0",
"@babel/eslint-parser": "^7.28.0",
"@babel/plugin-transform-runtime": "^7.28.0",
"@babel/preset-env": "^7.28.0",
"@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@emotion/babel-preset-css-prop": "^11.12.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@redux-devtools/core": "workspace:^",
"@reduxjs/toolkit": "^2.8.2",
"@testing-library/dom": "^10.4.0",
@ -73,8 +73,8 @@
"@types/hex-rgba": "^1.0.3",
"@types/lodash.debounce": "^4.0.9",
"@types/react": "^19.1.8",
"jest": "^30.0.2",
"jest-environment-jsdom": "^30.0.2",
"jest": "^30.0.4",
"jest-environment-jsdom": "^30.0.4",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-redux": "^9.2.0",
@ -85,7 +85,7 @@
},
"peerDependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@redux-devtools/core": "workspace:^",
"@reduxjs/toolkit": "^1.0.0 || ^2.0.0",
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",

View File

@ -41,16 +41,16 @@
"jsan": "^3.1.14"
},
"devDependencies": {
"@babel/cli": "^7.27.2",
"@babel/core": "^7.27.4",
"@babel/eslint-parser": "^7.27.5",
"@babel/plugin-transform-runtime": "^7.27.4",
"@babel/preset-env": "^7.27.2",
"@babel/cli": "^7.28.0",
"@babel/core": "^7.28.0",
"@babel/eslint-parser": "^7.28.0",
"@babel/plugin-transform-runtime": "^7.28.0",
"@babel/preset-env": "^7.28.0",
"@babel/preset-typescript": "^7.27.1",
"@types/jest": "^30.0.0",
"@types/jsan": "^3.1.5",
"immutable": "^5.1.3",
"jest": "^30.0.2",
"jest": "^30.0.4",
"rimraf": "^6.0.1",
"ts-jest": "^29.4.0",
"typescript": "~5.8.3"

View File

@ -16,7 +16,7 @@
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@redux-devtools/core": "workspace:^",
"@redux-devtools/dock-monitor": "workspace:^",
"@redux-devtools/log-monitor": "workspace:^",
@ -30,11 +30,11 @@
"todomvc-app-css": "^2.4.3"
},
"devDependencies": {
"@babel/core": "^7.27.4",
"@babel/preset-env": "^7.27.2",
"@babel/core": "^7.28.0",
"@babel/preset-env": "^7.28.0",
"@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@types/node": "^22.15.32",
"@types/node": "^22.16.0",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@types/webpack-env": "^1.18.8",

View File

@ -37,14 +37,14 @@
"react-base16-styling": "workspace:^"
},
"devDependencies": {
"@babel/cli": "^7.27.2",
"@babel/core": "^7.27.4",
"@babel/eslint-parser": "^7.27.5",
"@babel/preset-env": "^7.27.2",
"@babel/cli": "^7.28.0",
"@babel/core": "^7.28.0",
"@babel/eslint-parser": "^7.28.0",
"@babel/preset-env": "^7.28.0",
"@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@redux-devtools/core": "workspace:^",
"@types/node": "^22.15.32",
"@types/node": "^22.16.0",
"@types/react": "^19.1.8",
"react": "^19.1.0",
"redux": "^5.0.1",
@ -53,7 +53,7 @@
},
"peerDependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@redux-devtools/core": "workspace:^",
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react": "^16.8.4 || ^17.0.0 || ^18.0.0 || ^19.0.0",

View File

@ -56,41 +56,41 @@
"simple-element-resize-detector": "^1.3.0"
},
"devDependencies": {
"@babel/cli": "^7.27.2",
"@babel/core": "^7.27.4",
"@babel/eslint-parser": "^7.27.5",
"@babel/plugin-transform-runtime": "^7.27.4",
"@babel/preset-env": "^7.27.2",
"@babel/cli": "^7.28.0",
"@babel/core": "^7.28.0",
"@babel/eslint-parser": "^7.28.0",
"@babel/plugin-transform-runtime": "^7.28.0",
"@babel/preset-env": "^7.28.0",
"@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@storybook/addon-onboarding": "^9.0.13",
"@storybook/react-vite": "^9.0.13",
"@emotion/styled": "^11.14.1",
"@storybook/addon-onboarding": "^9.0.15",
"@storybook/react-vite": "^9.0.15",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/color": "^4.2.0",
"@types/node": "^22.15.32",
"@types/node": "^22.16.0",
"@types/jest": "^30.0.0",
"@types/react": "^19.1.8",
"babel-loader": "^10.0.0",
"csstype": "^3.1.3",
"jest": "^30.0.2",
"jest-environment-jsdom": "^30.0.2",
"jest": "^30.0.4",
"jest-environment-jsdom": "^30.0.4",
"ncp": "^2.0.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-is": "^19.1.0",
"rimraf": "^6.0.1",
"storybook": "^9.0.13",
"storybook": "^9.0.15",
"ts-jest": "^29.4.0",
"typescript": "~5.8.3",
"vite": "^7.0.0"
"vite": "^7.0.2"
},
"peerDependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react": "^16.3.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
}

View File

@ -43,14 +43,14 @@
"redux": "^5.0.1"
},
"devDependencies": {
"@babel/cli": "^7.27.2",
"@babel/core": "^7.27.4",
"@babel/eslint-parser": "^7.27.5",
"@babel/plugin-transform-runtime": "^7.27.4",
"@babel/preset-env": "^7.27.2",
"@babel/cli": "^7.28.0",
"@babel/core": "^7.28.0",
"@babel/eslint-parser": "^7.28.0",
"@babel/plugin-transform-runtime": "^7.28.0",
"@babel/preset-env": "^7.28.0",
"@babel/preset-typescript": "^7.27.1",
"@types/jsan": "^3.1.5",
"@types/node": "^22.15.32",
"@types/node": "^22.16.0",
"rimraf": "^6.0.1",
"typescript": "~5.8.3"
},

View File

@ -29,11 +29,11 @@
"redux-thunk": "^3.1.0"
},
"devDependencies": {
"@babel/core": "^7.27.4",
"@babel/preset-env": "^7.27.2",
"@babel/core": "^7.28.0",
"@babel/preset-env": "^7.28.0",
"@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@types/node": "^22.15.32",
"@types/node": "^22.16.0",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@types/webpack-env": "^1.18.8",

View File

@ -42,11 +42,11 @@
"todomvc-app-css": "^2.4.3"
},
"devDependencies": {
"@babel/core": "^7.27.4",
"@babel/preset-env": "^7.27.2",
"@babel/core": "^7.28.0",
"@babel/preset-env": "^7.28.0",
"@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@types/node": "^22.15.32",
"@types/node": "^22.16.0",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@types/webpack-env": "^1.18.8",

View File

@ -45,17 +45,17 @@
"@redux-devtools/instrument": "workspace:^"
},
"devDependencies": {
"@babel/cli": "^7.27.2",
"@babel/core": "^7.27.4",
"@babel/eslint-parser": "^7.27.5",
"@babel/plugin-transform-runtime": "^7.27.4",
"@babel/preset-env": "^7.27.2",
"@babel/cli": "^7.28.0",
"@babel/core": "^7.28.0",
"@babel/eslint-parser": "^7.28.0",
"@babel/plugin-transform-runtime": "^7.28.0",
"@babel/preset-env": "^7.28.0",
"@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@types/jest": "^30.0.0",
"@types/node": "^22.15.32",
"@types/node": "^22.16.0",
"@types/react": "^19.1.8",
"jest": "^30.0.2",
"jest": "^30.0.4",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-redux": "^9.2.0",

File diff suppressed because it is too large Load Diff