chore(deps): update all non-major dependencies (#1729)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-09-01 08:30:09 -04:00 committed by GitHub
parent c52962d532
commit 68d4440e38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
33 changed files with 684 additions and 614 deletions

View File

@ -54,10 +54,10 @@
"@babel/register": "^7.24.6",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.0",
"@testing-library/react": "^16.0.1",
"@types/chrome": "^0.0.270",
"@types/lodash-es": "^4.17.12",
"@types/react": "^18.3.4",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/styled-components": "^5.1.34",
"chromedriver": "^126.0.5",
@ -75,7 +75,7 @@
"jest-environment-jsdom": "^29.7.0",
"pug": "^3.0.3",
"rimraf": "^6.0.1",
"selenium-webdriver": "^4.23.0",
"selenium-webdriver": "^4.24.0",
"sinon-chrome": "^3.0.1",
"ts-jest": "^29.2.5",
"typescript": "~5.5.4",

View File

@ -8,14 +8,14 @@
"@nrwl/nx-cloud": "^19.0.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^28.8.0",
"eslint-plugin-jest": "^28.8.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"jest": "^29.7.0",
"nx": "^19.6.2",
"nx": "^19.6.4",
"prettier": "3.3.3",
"typescript": "~5.5.4",
"typescript-eslint": "^8.2.0"
"typescript-eslint": "^8.3.0"
},
"scripts": {
"format": "prettier --write .",

View File

@ -32,7 +32,7 @@
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@babel/preset-typescript": "^7.24.7",
"@types/node": "^20.16.1",
"@types/node": "^20.16.2",
"babel-loader": "^9.1.3",
"cross-env": "^7.0.3",
"fork-ts-checker-webpack-plugin": "^9.0.2",

View File

@ -45,7 +45,7 @@
"ramda": "^0.30.1"
},
"devDependencies": {
"@types/ramda": "^0.30.1",
"@types/ramda": "^0.30.2",
"rimraf": "^6.0.1",
"typescript": "~5.5.4"
}

View File

@ -23,8 +23,8 @@
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@types/node": "^20.16.1",
"@types/react": "^18.3.4",
"@types/node": "^20.16.2",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/styled-components": "^5.1.34",
"babel-loader": "^9.1.3",

View File

@ -41,7 +41,7 @@
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/react": "^18.3.4",
"@types/react": "^18.3.5",
"@types/react-test-renderer": "^18.3.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",

View File

@ -30,8 +30,8 @@
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@types/node": "^20.16.1",
"@types/react": "^18.3.4",
"@types/node": "^20.16.2",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"babel-loader": "^9.1.3",
"cross-env": "^7.0.3",

View File

@ -45,7 +45,7 @@
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/react": "^18.3.4",
"@types/react": "^18.3.5",
"@types/react-test-renderer": "^18.3.0",
"jest": "^29.7.0",
"react": "^18.3.1",

View File

@ -35,7 +35,7 @@
"prepublish": "pnpm run type-check && pnpm run lint && pnpm run test"
},
"dependencies": {
"@babel/runtime": "^7.25.4",
"@babel/runtime": "^7.25.6",
"@redux-devtools/chart-monitor": "workspace:^",
"@redux-devtools/core": "workspace:^",
"@redux-devtools/inspector-monitor": "workspace:^",
@ -53,7 +53,7 @@
"react-is": "^18.3.1"
},
"devDependencies": {
"@babel/cli": "^7.24.8",
"@babel/cli": "^7.25.6",
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@babel/plugin-transform-runtime": "^7.25.4",
@ -62,15 +62,15 @@
"@babel/preset-typescript": "^7.24.7",
"@emotion/react": "^11.13.3",
"@reduxjs/toolkit": "^2.2.7",
"@rjsf/core": "^5.20.0",
"@rjsf/core": "^5.20.1",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.0",
"@testing-library/react": "^16.0.1",
"@types/jest": "^29.5.12",
"@types/jsan": "^3.1.5",
"@types/json-schema": "^7.0.15",
"@types/node": "^20.16.1",
"@types/react": "^18.3.4",
"@types/node": "^20.16.2",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/styled-components": "^5.1.34",
"cross-env": "^7.0.3",

View File

@ -49,7 +49,7 @@
"socketcluster-client": "^19.2.2"
},
"devDependencies": {
"@babel/cli": "^7.24.8",
"@babel/cli": "^7.25.6",
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@babel/plugin-transform-runtime": "^7.25.4",
@ -58,11 +58,11 @@
"@babel/preset-typescript": "^7.24.7",
"@emotion/react": "^11.13.3",
"@reduxjs/toolkit": "^2.2.7",
"@rjsf/core": "^5.20.0",
"@rjsf/core": "^5.20.1",
"@types/jsan": "^3.1.5",
"@types/json-schema": "^7.0.15",
"@types/node": "^20.16.1",
"@types/react": "^18.3.4",
"@types/node": "^20.16.2",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/socketcluster-client": "^19.1.0",
"@types/styled-components": "^5.1.34",

View File

@ -39,13 +39,13 @@
"prepublish": "pnpm run type-check && pnpm run lint"
},
"dependencies": {
"@babel/runtime": "^7.25.4",
"@babel/runtime": "^7.25.6",
"d3-state-visualizer": "workspace:^",
"deepmerge": "^4.3.1",
"react-base16-styling": "workspace:^"
},
"devDependencies": {
"@babel/cli": "^7.24.8",
"@babel/cli": "^7.25.6",
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@babel/plugin-transform-runtime": "^7.25.4",
@ -53,7 +53,7 @@
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@redux-devtools/core": "workspace:^",
"@types/react": "^18.3.4",
"@types/react": "^18.3.5",
"react": "^18.3.1",
"redux": "^5.0.1",
"rimraf": "^6.0.1",

View File

@ -45,7 +45,7 @@
"@emotion/react": "^11.13.3",
"@redux-devtools/app": "workspace:^",
"@reduxjs/toolkit": "^2.2.7",
"@types/react": "^18.3.4",
"@types/react": "^18.3.5",
"body-parser": "^1.20.2",
"chalk": "^5.3.0",
"cors": "^2.8.5",
@ -77,7 +77,7 @@
"@types/lodash-es": "^4.17.12",
"@types/minimist": "^1.2.5",
"@types/morgan": "^1.9.9",
"@types/node": "^20.16.1",
"@types/node": "^20.16.2",
"@types/semver": "^7.5.8",
"@types/socketcluster-client": "^19.1.0",
"@types/socketcluster-server": "^19.0.1",

View File

@ -41,12 +41,12 @@
"prepublish": "pnpm run type-check && pnpm run lint"
},
"dependencies": {
"@babel/runtime": "^7.25.4",
"@babel/runtime": "^7.25.6",
"parse-key": "^0.2.1",
"react-dock": "workspace:^"
},
"devDependencies": {
"@babel/cli": "^7.24.8",
"@babel/cli": "^7.25.6",
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@babel/plugin-transform-runtime": "^7.25.4",
@ -55,7 +55,7 @@
"@babel/preset-typescript": "^7.24.7",
"@redux-devtools/core": "workspace:^",
"@types/parse-key": "^0.2.2",
"@types/react": "^18.3.4",
"@types/react": "^18.3.5",
"react": "^18.3.1",
"redux": "^5.0.1",
"rimraf": "^6.0.1",

View File

@ -29,11 +29,11 @@
"prepublish": "pnpm run type-check && pnpm run lint"
},
"dependencies": {
"@babel/runtime": "^7.25.4",
"@babel/runtime": "^7.25.6",
"immutable": "^4.3.7"
},
"devDependencies": {
"@babel/cli": "^7.24.8",
"@babel/cli": "^7.25.6",
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@babel/plugin-transform-runtime": "^7.25.4",

View File

@ -33,8 +33,8 @@
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@types/lodash.shuffle": "^4.2.9",
"@types/node": "^20.16.1",
"@types/react": "^18.3.4",
"@types/node": "^20.16.2",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/redux-logger": "^3.0.13",
"@types/styled-components": "^5.1.34",

View File

@ -43,7 +43,7 @@
"prepublish": "pnpm run type-check && pnpm run lint && pnpm run test"
},
"dependencies": {
"@babel/runtime": "^7.25.4",
"@babel/runtime": "^7.25.6",
"@redux-devtools/ui": "workspace:^",
"es6template": "^1.0.5",
"javascript-stringify": "^2.1.0",
@ -53,7 +53,7 @@
"simple-diff": "^1.7.2"
},
"devDependencies": {
"@babel/cli": "^7.24.8",
"@babel/cli": "^7.25.6",
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@babel/plugin-transform-runtime": "^7.25.4",
@ -64,12 +64,12 @@
"@redux-devtools/core": "workspace:^",
"@redux-devtools/inspector-monitor": "workspace:^",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.0.0",
"@testing-library/react": "^16.0.1",
"@types/es6template": "^1.0.5",
"@types/jest": "^29.5.12",
"@types/jsan": "^3.1.5",
"@types/object-path": "^0.11.4",
"@types/react": "^18.3.4",
"@types/react": "^18.3.5",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"react": "^18.3.1",

View File

@ -31,7 +31,7 @@
},
"dependencies": {
"@babel/code-frame": "^8.0.0-alpha.12",
"@babel/runtime": "^7.25.4",
"@babel/runtime": "^7.25.6",
"@types/chrome": "^0.0.270",
"anser": "^2.1.1",
"html-entities": "^2.5.2",
@ -40,7 +40,7 @@
"source-map": "^0.5.7"
},
"devDependencies": {
"@babel/cli": "^7.24.8",
"@babel/cli": "^7.25.6",
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@babel/plugin-transform-runtime": "^7.25.4",
@ -51,12 +51,12 @@
"@redux-devtools/core": "workspace:^",
"@redux-devtools/inspector-monitor": "workspace:^",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.0.0",
"@testing-library/react": "^16.0.1",
"@types/babel__code-frame": "^7.0.6",
"@types/jest": "^29.5.12",
"@types/node": "^20.16.1",
"@types/node": "^20.16.2",
"@types/path-browserify": "^1.0.3",
"@types/react": "^18.3.4",
"@types/react": "^18.3.5",
"@types/source-map": "0.5.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",

View File

@ -31,8 +31,8 @@
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@types/lodash.shuffle": "^4.2.9",
"@types/node": "^20.16.1",
"@types/react": "^18.3.4",
"@types/node": "^20.16.2",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/redux-logger": "^3.0.13",
"@types/webpack-env": "^1.18.5",

View File

@ -35,7 +35,7 @@
"prepublish": "pnpm run type-check && pnpm run lint"
},
"dependencies": {
"@babel/runtime": "^7.25.4",
"@babel/runtime": "^7.25.6",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
@ -51,7 +51,7 @@
"react-json-tree": "workspace:^"
},
"devDependencies": {
"@babel/cli": "^7.24.8",
"@babel/cli": "^7.25.6",
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@babel/plugin-transform-runtime": "^7.25.4",
@ -64,7 +64,7 @@
"@types/dateformat": "^5.0.2",
"@types/hex-rgba": "^1.0.3",
"@types/lodash.debounce": "^4.0.9",
"@types/react": "^18.3.4",
"@types/react": "^18.3.5",
"react": "^18.3.1",
"redux": "^5.0.1",
"rimraf": "^6.0.1",

View File

@ -41,14 +41,14 @@
"prepublish": "pnpm run type-check && pnpm run lint && pnpm run test"
},
"devDependencies": {
"@babel/cli": "^7.24.8",
"@babel/cli": "^7.25.6",
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@babel/plugin-transform-runtime": "^7.25.4",
"@babel/preset-env": "^7.25.4",
"@babel/preset-typescript": "^7.24.7",
"@types/jest": "^29.5.12",
"@types/node": "^20.16.1",
"@types/node": "^20.16.2",
"jest": "^29.7.0",
"redux": "^5.0.1",
"rimraf": "^6.0.1",

View File

@ -41,14 +41,14 @@
"prepublish": "pnpm run type-check && pnpm run lint"
},
"dependencies": {
"@babel/runtime": "^7.25.4",
"@babel/runtime": "^7.25.6",
"@types/lodash.debounce": "^4.0.9",
"lodash.debounce": "^4.0.8",
"react-base16-styling": "workspace:^",
"react-json-tree": "workspace:^"
},
"devDependencies": {
"@babel/cli": "^7.24.8",
"@babel/cli": "^7.25.6",
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@babel/plugin-transform-runtime": "^7.25.4",
@ -56,7 +56,7 @@
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@redux-devtools/core": "workspace:^",
"@types/react": "^18.3.4",
"@types/react": "^18.3.5",
"react": "^18.3.1",
"redux": "^5.0.1",
"rimraf": "^6.0.1",

View File

@ -41,7 +41,7 @@
"prepublish": "pnpm run type-check && pnpm run lint"
},
"dependencies": {
"@babel/runtime": "^7.25.4",
"@babel/runtime": "^7.25.6",
"@redux-devtools/instrument": "workspace:^",
"@redux-devtools/utils": "workspace:^",
"jsan": "^3.1.14",
@ -49,18 +49,18 @@
"socketcluster-client": "^19.2.2"
},
"devDependencies": {
"@babel/cli": "^7.24.8",
"@babel/cli": "^7.25.6",
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@babel/plugin-transform-runtime": "^7.25.4",
"@babel/preset-env": "^7.25.4",
"@babel/preset-typescript": "^7.24.7",
"@types/jsan": "^3.1.5",
"@types/node": "^20.16.1",
"@types/node": "^20.16.2",
"@types/rn-host-detect": "^1.2.2",
"@types/socketcluster-client": "^19.1.0",
"@typescript-eslint/eslint-plugin": "^8.2.0",
"@typescript-eslint/parser": "^8.2.0",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"redux": "^5.0.1",

View File

@ -10,7 +10,7 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@babel/runtime": "^7.25.4",
"@babel/runtime": "^7.25.6",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
@ -19,7 +19,7 @@
"@redux-devtools/dock-monitor": "workspace:^",
"@redux-devtools/rtk-query-monitor": "workspace:^",
"@reduxjs/toolkit": "^2.2.7",
"framer-motion": "^11.3.30",
"framer-motion": "^11.3.31",
"msw": "^2.3.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
@ -35,8 +35,8 @@
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@types/node": "^20.16.1",
"@types/react": "^18.3.4",
"@types/node": "^20.16.2",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/styled-components": "^5.1.34",
"babel-loader": "^9.1.3",

View File

@ -44,7 +44,7 @@
"prepublish": "pnpm run type-check && pnpm run lint && pnpm run test"
},
"dependencies": {
"@babel/runtime": "^7.25.4",
"@babel/runtime": "^7.25.6",
"@redux-devtools/ui": "workspace:^",
"@types/lodash": "^4.17.7",
"hex-rgba": "^1.0.2",
@ -54,7 +54,7 @@
"react-json-tree": "workspace:^"
},
"devDependencies": {
"@babel/cli": "^7.24.8",
"@babel/cli": "^7.25.6",
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@babel/plugin-transform-runtime": "^7.25.4",
@ -67,11 +67,11 @@
"@reduxjs/toolkit": "^2.2.7",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.0",
"@testing-library/react": "^16.0.1",
"@types/jest": "^29.5.12",
"@types/hex-rgba": "^1.0.3",
"@types/lodash.debounce": "^4.0.9",
"@types/react": "^18.3.4",
"@types/react": "^18.3.5",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"react": "^18.3.1",

View File

@ -37,11 +37,11 @@
"prepublish": "pnpm run type-check && pnpm run lint && pnpm run test"
},
"dependencies": {
"@babel/runtime": "^7.25.4",
"@babel/runtime": "^7.25.6",
"jsan": "^3.1.14"
},
"devDependencies": {
"@babel/cli": "^7.24.8",
"@babel/cli": "^7.25.6",
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@babel/plugin-transform-runtime": "^7.25.4",

View File

@ -33,8 +33,8 @@
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@types/node": "^20.16.1",
"@types/react": "^18.3.4",
"@types/node": "^20.16.2",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/styled-components": "^5.1.34",
"@types/webpack-env": "^1.18.5",

View File

@ -32,20 +32,20 @@
"prepublish": "pnpm run type-check && pnpm run lint"
},
"dependencies": {
"@babel/runtime": "^7.25.4",
"@babel/runtime": "^7.25.6",
"@redux-devtools/ui": "workspace:^",
"react-base16-styling": "workspace:^"
},
"devDependencies": {
"@babel/cli": "^7.24.8",
"@babel/cli": "^7.25.6",
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@redux-devtools/core": "workspace:^",
"@types/node": "^20.16.1",
"@types/react": "^18.3.4",
"@types/node": "^20.16.2",
"@types/react": "^18.3.5",
"react": "^18.3.1",
"redux": "^5.0.1",
"rimraf": "^6.0.1",

View File

@ -42,10 +42,10 @@
"prepublish": "pnpm run type-check && pnpm run lint && pnpm run test"
},
"dependencies": {
"@babel/runtime": "^7.25.4",
"@rjsf/core": "^5.20.0",
"@rjsf/utils": "^5.20.0",
"@rjsf/validator-ajv8": "^5.20.0",
"@babel/runtime": "^7.25.6",
"@rjsf/core": "^5.20.1",
"@rjsf/utils": "^5.20.1",
"@rjsf/validator-ajv8": "^5.20.1",
"@types/codemirror": "^5.60.15",
"@types/json-schema": "^7.0.15",
"@types/simple-element-resize-detector": "^1.3.3",
@ -57,14 +57,14 @@
"simple-element-resize-detector": "^1.3.0"
},
"devDependencies": {
"@babel/cli": "^7.24.8",
"@babel/cli": "^7.25.6",
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@babel/plugin-transform-runtime": "^7.25.4",
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@chromatic-com/storybook": "1.7.0",
"@chromatic-com/storybook": "1.8.0",
"@storybook/addon-essentials": "^8.2.9",
"@storybook/addon-interactions": "^8.2.9",
"@storybook/addon-links": "^8.2.9",
@ -75,11 +75,11 @@
"@storybook/react-webpack5": "^8.2.9",
"@storybook/test": "^8.2.9",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.0.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/color": "^3.0.6",
"@types/jest": "^29.5.12",
"@types/react": "^18.3.4",
"@types/react": "^18.3.5",
"@types/styled-components": "^5.1.34",
"babel-loader": "^9.1.3",
"csstype": "^3.1.3",
@ -92,7 +92,7 @@
"rimraf": "^6.0.1",
"storybook": "^8.2.9",
"styled-components": "^5.3.11",
"stylelint": "^16.8.2",
"stylelint": "^16.9.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.10.0",

View File

@ -32,7 +32,7 @@
"prepublish": "pnpm run type-check && pnpm run lint"
},
"dependencies": {
"@babel/runtime": "^7.25.4",
"@babel/runtime": "^7.25.6",
"@redux-devtools/core": "workspace:^",
"@redux-devtools/serialize": "workspace:^",
"@types/get-params": "^0.1.2",
@ -43,14 +43,14 @@
"redux": "^5.0.1"
},
"devDependencies": {
"@babel/cli": "^7.24.8",
"@babel/cli": "^7.25.6",
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@babel/plugin-transform-runtime": "^7.25.4",
"@babel/preset-env": "^7.25.4",
"@babel/preset-typescript": "^7.24.7",
"@types/jsan": "^3.1.5",
"@types/node": "^20.16.1",
"@types/node": "^20.16.2",
"rimraf": "^6.0.1",
"typescript": "~5.5.4"
},

View File

@ -33,8 +33,8 @@
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@types/node": "^20.16.1",
"@types/react": "^18.3.4",
"@types/node": "^20.16.2",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/webpack-env": "^1.18.5",
"babel-loader": "^9.1.3",

View File

@ -46,8 +46,8 @@
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@types/node": "^20.16.1",
"@types/react": "^18.3.4",
"@types/node": "^20.16.2",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/webpack-env": "^1.18.5",
"babel-loader": "^9.1.3",

View File

@ -41,11 +41,11 @@
"prepublish": "pnpm run type-check && pnpm run lint && pnpm run test"
},
"dependencies": {
"@babel/runtime": "^7.25.4",
"@babel/runtime": "^7.25.6",
"@redux-devtools/instrument": "workspace:^"
},
"devDependencies": {
"@babel/cli": "^7.24.8",
"@babel/cli": "^7.25.6",
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@babel/plugin-transform-runtime": "^7.25.4",
@ -53,8 +53,8 @@
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@types/jest": "^29.5.12",
"@types/node": "^20.16.1",
"@types/react": "^18.3.4",
"@types/node": "^20.16.2",
"@types/react": "^18.3.5",
"jest": "^29.7.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",

File diff suppressed because it is too large Load Diff