mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-17 11:42:29 +03:00
fix(deps): update all non-major dependencies
This commit is contained in:
parent
119864cd95
commit
da759f67f0
|
@ -66,8 +66,8 @@
|
|||
"esbuild": "^0.25.5",
|
||||
"globals": "^16.2.0",
|
||||
"immutable": "^5.1.3",
|
||||
"jest": "^30.0.0",
|
||||
"jest-environment-jsdom": "^30.0.0",
|
||||
"jest": "^30.0.2",
|
||||
"jest-environment-jsdom": "^30.0.2",
|
||||
"pug": "^3.0.3",
|
||||
"rimraf": "^6.0.1",
|
||||
"selenium-webdriver": "^4.33.0",
|
||||
|
|
12
package.json
12
package.json
|
@ -2,18 +2,18 @@
|
|||
"private": true,
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.27.4",
|
||||
"@changesets/cli": "^2.29.4",
|
||||
"@changesets/cli": "^2.29.5",
|
||||
"@eslint/compat": "^1.3.0",
|
||||
"@eslint/js": "^9.29.0",
|
||||
"eslint": "^9.29.0",
|
||||
"eslint-config-prettier": "^10.1.5",
|
||||
"eslint-plugin-jest": "^29.0.0",
|
||||
"eslint-plugin-jest": "^29.0.1",
|
||||
"eslint-plugin-react": "^7.37.5",
|
||||
"eslint-plugin-react-hooks": "^5.2.0",
|
||||
"jest": "^30.0.0",
|
||||
"prettier": "3.5.3",
|
||||
"jest": "^30.0.2",
|
||||
"prettier": "3.6.0",
|
||||
"typescript": "~5.8.3",
|
||||
"typescript-eslint": "^8.34.1"
|
||||
"typescript-eslint": "^8.35.0"
|
||||
},
|
||||
"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.1"
|
||||
"packageManager": "pnpm@10.12.3"
|
||||
}
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
"d3tooltip": "workspace:^",
|
||||
"deepmerge": "^4.3.1",
|
||||
"map2tree": "workspace:^",
|
||||
"ramda": "^0.30.1"
|
||||
"ramda": "^0.31.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/ramda": "^0.30.2",
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
"@types/jest": "^30.0.0",
|
||||
"@types/lodash-es": "^4.17.12",
|
||||
"immutable": "^5.1.3",
|
||||
"jest": "^30.0.0",
|
||||
"jest": "^30.0.2",
|
||||
"rimraf": "^6.0.1",
|
||||
"ts-jest": "^29.4.0",
|
||||
"typescript": "~5.8.3"
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
"prepublish": "pnpm run lint && pnpm run test"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/lodash": "^4.17.17",
|
||||
"@types/lodash": "^4.17.18",
|
||||
"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.0",
|
||||
"jest-environment-jsdom": "^30.0.0",
|
||||
"jest": "^30.0.2",
|
||||
"jest-environment-jsdom": "^30.0.2",
|
||||
"rimraf": "^6.0.1",
|
||||
"ts-jest": "^29.4.0",
|
||||
"typescript": "~5.8.3"
|
||||
|
|
|
@ -40,13 +40,13 @@
|
|||
"prepublish": "pnpm run lint && pnpm run test"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/lodash": "^4.17.17",
|
||||
"@types/lodash": "^4.17.18",
|
||||
"react-base16-styling": "workspace:^"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^30.0.0",
|
||||
"@types/react": "^19.1.8",
|
||||
"jest": "^30.0.0",
|
||||
"jest": "^30.0.2",
|
||||
"react": "^19.1.0",
|
||||
"rimraf": "^6.0.1",
|
||||
"ts-jest": "^29.4.0",
|
||||
|
|
|
@ -75,8 +75,8 @@
|
|||
"@types/react-dom": "^19.1.6",
|
||||
"cross-env": "^7.0.3",
|
||||
"esbuild": "^0.25.5",
|
||||
"jest": "^30.0.0",
|
||||
"jest-environment-jsdom": "^30.0.0",
|
||||
"jest": "^30.0.2",
|
||||
"jest-environment-jsdom": "^30.0.2",
|
||||
"react": "^19.1.0",
|
||||
"react-dom": "^19.1.0",
|
||||
"react-redux": "^9.2.0",
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
"react-redux": "^9.2.0",
|
||||
"redux": "^5.0.1",
|
||||
"redux-persist": "^6.0.0",
|
||||
"socketcluster-client": "^19.2.6"
|
||||
"socketcluster-client": "^19.2.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.27.2",
|
||||
|
|
|
@ -65,7 +65,7 @@
|
|||
"react-dom": "^19.1.0",
|
||||
"react-is": "^19.1.0",
|
||||
"semver": "^7.7.2",
|
||||
"socketcluster-server": "^19.1.2",
|
||||
"socketcluster-server": "^19.2.0",
|
||||
"sqlite3": "^5.1.7",
|
||||
"uuid": "^11.1.0"
|
||||
},
|
||||
|
@ -85,10 +85,10 @@
|
|||
"@types/supertest": "^6.0.3",
|
||||
"@types/uuid": "^10.0.0",
|
||||
"globals": "^16.2.0",
|
||||
"jest": "^30.0.0",
|
||||
"jest": "^30.0.2",
|
||||
"ncp": "^2.0.0",
|
||||
"rimraf": "^6.0.1",
|
||||
"socketcluster-client": "^19.2.6",
|
||||
"socketcluster-client": "^19.2.7",
|
||||
"supertest": "^7.1.1",
|
||||
"ts-jest": "^29.4.0",
|
||||
"typescript": "~5.8.3"
|
||||
|
|
|
@ -71,8 +71,8 @@
|
|||
"@types/jsan": "^3.1.5",
|
||||
"@types/object-path": "^0.11.4",
|
||||
"@types/react": "^19.1.8",
|
||||
"jest": "^30.0.0",
|
||||
"jest-environment-jsdom": "^30.0.0",
|
||||
"jest": "^30.0.2",
|
||||
"jest-environment-jsdom": "^30.0.2",
|
||||
"react": "^19.1.0",
|
||||
"react-dom": "^19.1.0",
|
||||
"redux": "^5.0.1",
|
||||
|
|
|
@ -58,8 +58,8 @@
|
|||
"@types/path-browserify": "^1.0.3",
|
||||
"@types/react": "^19.1.8",
|
||||
"@types/source-map": "0.5.2",
|
||||
"jest": "^30.0.0",
|
||||
"jest-environment-jsdom": "^30.0.0",
|
||||
"jest": "^30.0.2",
|
||||
"jest-environment-jsdom": "^30.0.2",
|
||||
"react": "^19.1.0",
|
||||
"react-dom": "^19.1.0",
|
||||
"redux": "^5.0.1",
|
||||
|
|
|
@ -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.17",
|
||||
"@types/lodash": "^4.17.18",
|
||||
"dateformat": "^5.0.3",
|
||||
"hex-rgba": "^1.0.2",
|
||||
"immutable": "^5.1.3",
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
"@babel/preset-typescript": "^7.27.1",
|
||||
"@types/jest": "^30.0.0",
|
||||
"@types/node": "^22.15.32",
|
||||
"jest": "^30.0.0",
|
||||
"jest": "^30.0.2",
|
||||
"redux": "^5.0.1",
|
||||
"rimraf": "^6.0.1",
|
||||
"rxjs": "^7.8.2",
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
"@redux-devtools/utils": "workspace:^",
|
||||
"jsan": "^3.1.14",
|
||||
"rn-host-detect": "^1.2.0",
|
||||
"socketcluster-client": "^19.2.6"
|
||||
"socketcluster-client": "^19.2.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.27.2",
|
||||
|
@ -59,8 +59,8 @@
|
|||
"@types/node": "^22.15.32",
|
||||
"@types/rn-host-detect": "^1.2.2",
|
||||
"@types/socketcluster-client": "^19.1.0",
|
||||
"@typescript-eslint/eslint-plugin": "^8.34.1",
|
||||
"@typescript-eslint/parser": "^8.34.1",
|
||||
"@typescript-eslint/eslint-plugin": "^8.35.0",
|
||||
"@typescript-eslint/parser": "^8.35.0",
|
||||
"eslint": "^9.29.0",
|
||||
"eslint-config-prettier": "^10.1.5",
|
||||
"redux": "^5.0.1",
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
"dependencies": {
|
||||
"@babel/runtime": "^7.27.6",
|
||||
"@redux-devtools/ui": "workspace:^",
|
||||
"@types/lodash": "^4.17.17",
|
||||
"@types/lodash": "^4.17.18",
|
||||
"hex-rgba": "^1.0.2",
|
||||
"immutable": "^5.1.3",
|
||||
"lodash.debounce": "^4.0.8",
|
||||
|
@ -73,8 +73,8 @@
|
|||
"@types/hex-rgba": "^1.0.3",
|
||||
"@types/lodash.debounce": "^4.0.9",
|
||||
"@types/react": "^19.1.8",
|
||||
"jest": "^30.0.0",
|
||||
"jest-environment-jsdom": "^30.0.0",
|
||||
"jest": "^30.0.2",
|
||||
"jest-environment-jsdom": "^30.0.2",
|
||||
"react": "^19.1.0",
|
||||
"react-dom": "^19.1.0",
|
||||
"react-redux": "^9.2.0",
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
"@types/jest": "^30.0.0",
|
||||
"@types/jsan": "^3.1.5",
|
||||
"immutable": "^5.1.3",
|
||||
"jest": "^30.0.0",
|
||||
"jest": "^30.0.2",
|
||||
"rimraf": "^6.0.1",
|
||||
"ts-jest": "^29.4.0",
|
||||
"typescript": "~5.8.3"
|
||||
|
|
|
@ -65,8 +65,8 @@
|
|||
"@babel/preset-typescript": "^7.27.1",
|
||||
"@emotion/react": "^11.14.0",
|
||||
"@emotion/styled": "^11.14.0",
|
||||
"@storybook/addon-onboarding": "^9.0.11",
|
||||
"@storybook/react-vite": "^9.0.11",
|
||||
"@storybook/addon-onboarding": "^9.0.13",
|
||||
"@storybook/react-vite": "^9.0.13",
|
||||
"@testing-library/dom": "^10.4.0",
|
||||
"@testing-library/react": "^16.3.0",
|
||||
"@testing-library/user-event": "^14.6.1",
|
||||
|
@ -76,14 +76,14 @@
|
|||
"@types/react": "^19.1.8",
|
||||
"babel-loader": "^10.0.0",
|
||||
"csstype": "^3.1.3",
|
||||
"jest": "^30.0.0",
|
||||
"jest-environment-jsdom": "^30.0.0",
|
||||
"jest": "^30.0.2",
|
||||
"jest-environment-jsdom": "^30.0.2",
|
||||
"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.11",
|
||||
"storybook": "^9.0.13",
|
||||
"ts-jest": "^29.4.0",
|
||||
"typescript": "~5.8.3",
|
||||
"vite": "^6.3.5"
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
"@types/jest": "^30.0.0",
|
||||
"@types/node": "^22.15.32",
|
||||
"@types/react": "^19.1.8",
|
||||
"jest": "^30.0.0",
|
||||
"jest": "^30.0.2",
|
||||
"react": "^19.1.0",
|
||||
"react-dom": "^19.1.0",
|
||||
"react-redux": "^9.2.0",
|
||||
|
|
1225
pnpm-lock.yaml
1225
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user