mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-11-03 17:37:26 +03:00
fix(deps): update all non-major dependencies
This commit is contained in:
parent
a4343c3116
commit
d2e886dbd2
|
|
@ -63,13 +63,13 @@
|
|||
"chromedriver": "^126.0.5",
|
||||
"cross-env": "^10.1.0",
|
||||
"electron": "^31.7.7",
|
||||
"esbuild": "^0.25.11",
|
||||
"globals": "^16.4.0",
|
||||
"esbuild": "^0.25.12",
|
||||
"globals": "^16.5.0",
|
||||
"immutable": "^5.1.4",
|
||||
"jest": "^30.2.0",
|
||||
"jest-environment-jsdom": "^30.2.0",
|
||||
"pug": "^3.0.3",
|
||||
"rimraf": "^6.0.1",
|
||||
"rimraf": "^6.1.0",
|
||||
"selenium-webdriver": "^4.38.0",
|
||||
"sinon-chrome": "^3.0.1",
|
||||
"ts-jest": "^29.4.5",
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@
|
|||
"devDependencies": {
|
||||
"@babel/core": "^7.28.5",
|
||||
"@changesets/cli": "^2.29.7",
|
||||
"@eslint/js": "^9.38.0",
|
||||
"eslint": "^9.38.0",
|
||||
"@eslint/js": "^9.39.0",
|
||||
"eslint": "^9.39.0",
|
||||
"eslint-config-prettier": "^10.1.8",
|
||||
"eslint-plugin-jest": "^29.0.1",
|
||||
"eslint-plugin-react": "^7.37.5",
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@types/ramda": "^0.31.1",
|
||||
"rimraf": "^6.0.1",
|
||||
"rimraf": "^6.1.0",
|
||||
"typescript": "~5.9.3"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
"devDependencies": {
|
||||
"@types/d3": "^7.4.3",
|
||||
"d3": "^7.9.0",
|
||||
"rimraf": "^6.0.1",
|
||||
"rimraf": "^6.1.0",
|
||||
"typescript": "~5.9.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@
|
|||
"@types/lodash-es": "^4.17.12",
|
||||
"immutable": "^5.1.4",
|
||||
"jest": "^30.2.0",
|
||||
"rimraf": "^6.0.1",
|
||||
"rimraf": "^6.1.0",
|
||||
"ts-jest": "^29.4.5",
|
||||
"typescript": "~5.9.3"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@
|
|||
"@types/lodash-es": "^4.17.12",
|
||||
"jest": "^30.2.0",
|
||||
"jest-environment-jsdom": "^30.2.0",
|
||||
"rimraf": "^6.0.1",
|
||||
"rimraf": "^6.1.0",
|
||||
"ts-jest": "^29.4.5",
|
||||
"typescript": "~5.9.3"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@
|
|||
"devDependencies": {
|
||||
"@types/react": "^19.2.2",
|
||||
"react": "^19.2.0",
|
||||
"rimraf": "^6.0.1",
|
||||
"rimraf": "^6.1.0",
|
||||
"typescript": "~5.9.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@
|
|||
"@types/react": "^19.2.2",
|
||||
"jest": "^30.2.0",
|
||||
"react": "^19.2.0",
|
||||
"rimraf": "^6.0.1",
|
||||
"rimraf": "^6.1.0",
|
||||
"ts-jest": "^29.4.5",
|
||||
"typescript": "~5.9.3"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@
|
|||
"@types/react": "^19.2.2",
|
||||
"@types/react-dom": "^19.2.2",
|
||||
"cross-env": "^10.1.0",
|
||||
"esbuild": "^0.25.11",
|
||||
"esbuild": "^0.25.12",
|
||||
"jest": "^30.2.0",
|
||||
"jest-environment-jsdom": "^30.2.0",
|
||||
"react": "^19.2.0",
|
||||
|
|
@ -82,7 +82,7 @@
|
|||
"react-redux": "^9.2.0",
|
||||
"redux": "^5.0.1",
|
||||
"redux-persist": "^6.0.0",
|
||||
"rimraf": "^6.0.1",
|
||||
"rimraf": "^6.1.0",
|
||||
"ts-jest": "^29.4.5",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "~5.9.3"
|
||||
|
|
|
|||
|
|
@ -70,14 +70,14 @@
|
|||
"babel-loader": "^10.0.0",
|
||||
"cross-env": "^10.1.0",
|
||||
"css-loader": "^7.1.2",
|
||||
"esbuild": "^0.25.11",
|
||||
"esbuild": "^0.25.12",
|
||||
"fork-ts-checker-webpack-plugin": "^9.1.0",
|
||||
"globals": "^16.4.0",
|
||||
"globals": "^16.5.0",
|
||||
"html-loader": "^5.1.0",
|
||||
"html-webpack-plugin": "^5.6.4",
|
||||
"react": "^19.2.0",
|
||||
"react-dom": "^19.2.0",
|
||||
"rimraf": "^6.0.1",
|
||||
"rimraf": "^6.1.0",
|
||||
"style-loader": "^4.0.0",
|
||||
"ts-jest": "^29.4.5",
|
||||
"ts-node": "^10.9.2",
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@
|
|||
"@types/react": "^19.2.2",
|
||||
"react": "^19.2.0",
|
||||
"redux": "^5.0.1",
|
||||
"rimraf": "^6.0.1",
|
||||
"rimraf": "^6.1.0",
|
||||
"typescript": "~5.9.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@
|
|||
"electron": "^31.7.7",
|
||||
"express": "^5.1.0",
|
||||
"get-port": "^7.1.0",
|
||||
"graphql": "^16.11.0",
|
||||
"graphql": "^16.12.0",
|
||||
"knex": "^3.1.0",
|
||||
"lodash-es": "^4.17.21",
|
||||
"minimist": "^1.2.8",
|
||||
|
|
@ -84,10 +84,10 @@
|
|||
"@types/socketcluster-server": "^19.0.1",
|
||||
"@types/supertest": "^6.0.3",
|
||||
"@types/uuid": "^11.0.0",
|
||||
"globals": "^16.4.0",
|
||||
"globals": "^16.5.0",
|
||||
"jest": "^30.2.0",
|
||||
"ncp": "^2.0.0",
|
||||
"rimraf": "^6.0.1",
|
||||
"rimraf": "^6.1.0",
|
||||
"socketcluster-client": "^19.2.7",
|
||||
"supertest": "^7.1.4",
|
||||
"ts-jest": "^29.4.5",
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@
|
|||
"@types/react": "^19.2.2",
|
||||
"react": "^19.2.0",
|
||||
"redux": "^5.0.1",
|
||||
"rimraf": "^6.0.1",
|
||||
"rimraf": "^6.1.0",
|
||||
"typescript": "~5.9.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
"@babel/preset-env": "^7.28.5",
|
||||
"@babel/preset-typescript": "^7.28.5",
|
||||
"redux": "^5.0.1",
|
||||
"rimraf": "^6.0.1",
|
||||
"rimraf": "^6.1.0",
|
||||
"typescript": "~5.9.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@
|
|||
"react": "^19.2.0",
|
||||
"react-dom": "^19.2.0",
|
||||
"redux": "^5.0.1",
|
||||
"rimraf": "^6.0.1",
|
||||
"rimraf": "^6.1.0",
|
||||
"ts-jest": "^29.4.5",
|
||||
"typescript": "~5.9.3"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@
|
|||
"react": "^19.2.0",
|
||||
"react-dom": "^19.2.0",
|
||||
"redux": "^5.0.1",
|
||||
"rimraf": "^6.0.1",
|
||||
"rimraf": "^6.1.0",
|
||||
"ts-jest": "^29.4.5",
|
||||
"typescript": "~5.9.3"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@
|
|||
"@types/react": "^19.2.2",
|
||||
"react": "^19.2.0",
|
||||
"redux": "^5.0.1",
|
||||
"rimraf": "^6.0.1",
|
||||
"rimraf": "^6.1.0",
|
||||
"typescript": "~5.9.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@
|
|||
"@types/node": "^24.9.2",
|
||||
"jest": "^30.2.0",
|
||||
"redux": "^5.0.1",
|
||||
"rimraf": "^6.0.1",
|
||||
"rimraf": "^6.1.0",
|
||||
"rxjs": "^7.8.2",
|
||||
"ts-jest": "^29.4.5",
|
||||
"typescript": "~5.9.3"
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@
|
|||
"@types/react": "^19.2.2",
|
||||
"react": "^19.2.0",
|
||||
"redux": "^5.0.1",
|
||||
"rimraf": "^6.0.1",
|
||||
"rimraf": "^6.1.0",
|
||||
"typescript": "~5.9.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
|
|||
|
|
@ -61,10 +61,10 @@
|
|||
"@types/socketcluster-client": "^19.1.0",
|
||||
"@typescript-eslint/eslint-plugin": "^8.46.2",
|
||||
"@typescript-eslint/parser": "^8.46.2",
|
||||
"eslint": "^9.38.0",
|
||||
"eslint": "^9.39.0",
|
||||
"eslint-config-prettier": "^10.1.8",
|
||||
"redux": "^5.0.1",
|
||||
"rimraf": "^6.0.1",
|
||||
"rimraf": "^6.1.0",
|
||||
"typescript": "~5.9.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
|
|||
|
|
@ -79,7 +79,7 @@
|
|||
"react-dom": "^19.2.0",
|
||||
"react-redux": "^9.2.0",
|
||||
"redux": "^5.0.1",
|
||||
"rimraf": "^6.0.1",
|
||||
"rimraf": "^6.1.0",
|
||||
"ts-jest": "^29.4.5",
|
||||
"typescript": "~5.9.3"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@
|
|||
"@types/jsan": "^3.1.5",
|
||||
"immutable": "^5.1.4",
|
||||
"jest": "^30.2.0",
|
||||
"rimraf": "^6.0.1",
|
||||
"rimraf": "^6.1.0",
|
||||
"ts-jest": "^29.4.5",
|
||||
"typescript": "~5.9.3"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@
|
|||
"@types/react": "^19.2.2",
|
||||
"react": "^19.2.0",
|
||||
"redux": "^5.0.1",
|
||||
"rimraf": "^6.0.1",
|
||||
"rimraf": "^6.1.0",
|
||||
"typescript": "~5.9.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
|
|||
|
|
@ -82,7 +82,7 @@
|
|||
"react": "^19.2.0",
|
||||
"react-dom": "^19.2.0",
|
||||
"react-is": "^19.2.0",
|
||||
"rimraf": "^6.0.1",
|
||||
"rimraf": "^6.1.0",
|
||||
"storybook": "^10.0.2",
|
||||
"ts-jest": "^29.4.5",
|
||||
"typescript": "~5.9.3",
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@
|
|||
"@babel/preset-typescript": "^7.28.5",
|
||||
"@types/jsan": "^3.1.5",
|
||||
"@types/node": "^24.9.2",
|
||||
"rimraf": "^6.0.1",
|
||||
"rimraf": "^6.1.0",
|
||||
"typescript": "~5.9.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@
|
|||
"react-dom": "^19.2.0",
|
||||
"react-redux": "^9.2.0",
|
||||
"redux": "^5.0.1",
|
||||
"rimraf": "^6.0.1",
|
||||
"rimraf": "^6.1.0",
|
||||
"ts-jest": "^29.4.5",
|
||||
"typescript": "~5.9.3"
|
||||
},
|
||||
|
|
|
|||
788
pnpm-lock.yaml
788
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user