mirror of
				https://github.com/reduxjs/redux-devtools.git
				synced 2025-10-30 07:27:29 +03:00 
			
		
		
		
	fix(deps): update all non-major dependencies
This commit is contained in:
		
							parent
							
								
									10f112c0ee
								
							
						
					
					
						commit
						2dec0bcb3d
					
				|  | @ -33,7 +33,7 @@ | |||
|     "@redux-devtools/slider-monitor": "workspace:^", | ||||
|     "@redux-devtools/ui": "workspace:^", | ||||
|     "@redux-devtools/utils": "workspace:^", | ||||
|     "@reduxjs/toolkit": "^2.9.0", | ||||
|     "@reduxjs/toolkit": "^2.9.2", | ||||
|     "@types/jsan": "^3.1.5", | ||||
|     "jsan": "^3.1.14", | ||||
|     "localforage": "^1.10.0", | ||||
|  | @ -48,29 +48,29 @@ | |||
|     "redux-persist": "^6.0.0" | ||||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@babel/core": "^7.28.4", | ||||
|     "@babel/preset-env": "^7.28.3", | ||||
|     "@babel/preset-react": "^7.27.1", | ||||
|     "@babel/preset-typescript": "^7.27.1", | ||||
|     "@babel/core": "^7.28.5", | ||||
|     "@babel/preset-env": "^7.28.5", | ||||
|     "@babel/preset-react": "^7.28.5", | ||||
|     "@babel/preset-typescript": "^7.28.5", | ||||
|     "@babel/register": "^7.28.3", | ||||
|     "@testing-library/dom": "^10.4.1", | ||||
|     "@testing-library/jest-dom": "^6.9.1", | ||||
|     "@testing-library/react": "^16.3.0", | ||||
|     "@types/chrome": "^0.1.24", | ||||
|     "@types/chrome": "^0.1.27", | ||||
|     "@types/lodash-es": "^4.17.12", | ||||
|     "@types/react": "^19.2.2", | ||||
|     "@types/react-dom": "^19.2.2", | ||||
|     "chromedriver": "^126.0.5", | ||||
|     "cross-env": "^10.1.0", | ||||
|     "electron": "^31.7.7", | ||||
|     "esbuild": "^0.25.10", | ||||
|     "esbuild": "^0.25.11", | ||||
|     "globals": "^16.4.0", | ||||
|     "immutable": "^5.1.4", | ||||
|     "jest": "^30.2.0", | ||||
|     "jest-environment-jsdom": "^30.2.0", | ||||
|     "pug": "^3.0.3", | ||||
|     "rimraf": "^6.0.1", | ||||
|     "selenium-webdriver": "^4.36.0", | ||||
|     "selenium-webdriver": "^4.38.0", | ||||
|     "sinon-chrome": "^3.0.1", | ||||
|     "ts-jest": "^29.4.5", | ||||
|     "typescript": "~5.9.3", | ||||
|  |  | |||
							
								
								
									
										12
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								package.json
									
									
									
									
									
								
							|  | @ -1,18 +1,18 @@ | |||
| { | ||||
|   "private": true, | ||||
|   "devDependencies": { | ||||
|     "@babel/core": "^7.28.4", | ||||
|     "@babel/core": "^7.28.5", | ||||
|     "@changesets/cli": "^2.29.7", | ||||
|     "@eslint/js": "^9.37.0", | ||||
|     "eslint": "^9.37.0", | ||||
|     "@eslint/js": "^9.38.0", | ||||
|     "eslint": "^9.38.0", | ||||
|     "eslint-config-prettier": "^10.1.8", | ||||
|     "eslint-plugin-jest": "^29.0.1", | ||||
|     "eslint-plugin-react": "^7.37.5", | ||||
|     "eslint-plugin-react-hooks": "^7.0.0", | ||||
|     "eslint-plugin-react-hooks": "^7.0.1", | ||||
|     "jest": "^30.2.0", | ||||
|     "prettier": "3.6.2", | ||||
|     "typescript": "~5.9.3", | ||||
|     "typescript-eslint": "^8.46.1" | ||||
|     "typescript-eslint": "^8.46.2" | ||||
|   }, | ||||
|   "scripts": { | ||||
|     "format": "prettier --write .", | ||||
|  | @ -23,5 +23,5 @@ | |||
|     "clean:all": "pnpm --recursive run clean", | ||||
|     "release": "pnpm build:all && pnpm publish -r" | ||||
|   }, | ||||
|   "packageManager": "pnpm@10.18.3" | ||||
|   "packageManager": "pnpm@10.20.0" | ||||
| } | ||||
|  |  | |||
|  | @ -29,10 +29,10 @@ | |||
|     "map2tree": "workspace:^" | ||||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@babel/core": "^7.28.4", | ||||
|     "@babel/preset-env": "^7.28.3", | ||||
|     "@babel/preset-typescript": "^7.27.1", | ||||
|     "@types/node": "^22.18.10", | ||||
|     "@babel/core": "^7.28.5", | ||||
|     "@babel/preset-env": "^7.28.5", | ||||
|     "@babel/preset-typescript": "^7.28.5", | ||||
|     "@types/node": "^22.18.13", | ||||
|     "babel-loader": "^10.0.0", | ||||
|     "cross-env": "^10.1.0", | ||||
|     "fork-ts-checker-webpack-plugin": "^9.1.0", | ||||
|  |  | |||
|  | @ -19,11 +19,11 @@ | |||
|     "react-is": "^19.2.0" | ||||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@babel/core": "^7.28.4", | ||||
|     "@babel/preset-env": "^7.28.3", | ||||
|     "@babel/preset-react": "^7.27.1", | ||||
|     "@babel/preset-typescript": "^7.27.1", | ||||
|     "@types/node": "^22.18.10", | ||||
|     "@babel/core": "^7.28.5", | ||||
|     "@babel/preset-env": "^7.28.5", | ||||
|     "@babel/preset-react": "^7.28.5", | ||||
|     "@babel/preset-typescript": "^7.28.5", | ||||
|     "@types/node": "^22.18.13", | ||||
|     "@types/react": "^19.2.2", | ||||
|     "@types/react-dom": "^19.2.2", | ||||
|     "babel-loader": "^10.0.0", | ||||
|  |  | |||
|  | @ -26,11 +26,11 @@ | |||
|     "react-json-tree": "workspace:^" | ||||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@babel/core": "^7.28.4", | ||||
|     "@babel/preset-env": "^7.28.3", | ||||
|     "@babel/preset-react": "^7.27.1", | ||||
|     "@babel/preset-typescript": "^7.27.1", | ||||
|     "@types/node": "^22.18.10", | ||||
|     "@babel/core": "^7.28.5", | ||||
|     "@babel/preset-env": "^7.28.5", | ||||
|     "@babel/preset-react": "^7.28.5", | ||||
|     "@babel/preset-typescript": "^7.28.5", | ||||
|     "@types/node": "^22.18.13", | ||||
|     "@types/react": "^19.2.2", | ||||
|     "@types/react-dom": "^19.2.2", | ||||
|     "babel-loader": "^10.0.0", | ||||
|  |  | |||
|  | @ -54,15 +54,15 @@ | |||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@babel/cli": "^7.28.3", | ||||
|     "@babel/core": "^7.28.4", | ||||
|     "@babel/eslint-parser": "^7.28.4", | ||||
|     "@babel/plugin-transform-runtime": "^7.28.3", | ||||
|     "@babel/preset-env": "^7.28.3", | ||||
|     "@babel/preset-react": "^7.27.1", | ||||
|     "@babel/preset-typescript": "^7.27.1", | ||||
|     "@babel/core": "^7.28.5", | ||||
|     "@babel/eslint-parser": "^7.28.5", | ||||
|     "@babel/plugin-transform-runtime": "^7.28.5", | ||||
|     "@babel/preset-env": "^7.28.5", | ||||
|     "@babel/preset-react": "^7.28.5", | ||||
|     "@babel/preset-typescript": "^7.28.5", | ||||
|     "@emotion/react": "^11.14.0", | ||||
|     "@emotion/styled": "^11.14.1", | ||||
|     "@reduxjs/toolkit": "^2.9.0", | ||||
|     "@reduxjs/toolkit": "^2.9.2", | ||||
|     "@rjsf/core": "^5.24.13", | ||||
|     "@testing-library/dom": "^10.4.1", | ||||
|     "@testing-library/jest-dom": "^6.9.1", | ||||
|  | @ -70,11 +70,11 @@ | |||
|     "@types/jest": "^30.0.0", | ||||
|     "@types/jsan": "^3.1.5", | ||||
|     "@types/json-schema": "^7.0.15", | ||||
|     "@types/node": "^22.18.10", | ||||
|     "@types/node": "^22.18.13", | ||||
|     "@types/react": "^19.2.2", | ||||
|     "@types/react-dom": "^19.2.2", | ||||
|     "cross-env": "^10.1.0", | ||||
|     "esbuild": "^0.25.10", | ||||
|     "esbuild": "^0.25.11", | ||||
|     "jest": "^30.2.0", | ||||
|     "jest-environment-jsdom": "^30.2.0", | ||||
|     "react": "^19.2.0", | ||||
|  |  | |||
|  | @ -50,19 +50,19 @@ | |||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@babel/cli": "^7.28.3", | ||||
|     "@babel/core": "^7.28.4", | ||||
|     "@babel/eslint-parser": "^7.28.4", | ||||
|     "@babel/plugin-transform-runtime": "^7.28.3", | ||||
|     "@babel/preset-env": "^7.28.3", | ||||
|     "@babel/preset-react": "^7.27.1", | ||||
|     "@babel/preset-typescript": "^7.27.1", | ||||
|     "@babel/core": "^7.28.5", | ||||
|     "@babel/eslint-parser": "^7.28.5", | ||||
|     "@babel/plugin-transform-runtime": "^7.28.5", | ||||
|     "@babel/preset-env": "^7.28.5", | ||||
|     "@babel/preset-react": "^7.28.5", | ||||
|     "@babel/preset-typescript": "^7.28.5", | ||||
|     "@emotion/react": "^11.14.0", | ||||
|     "@emotion/styled": "^11.14.1", | ||||
|     "@reduxjs/toolkit": "^2.9.0", | ||||
|     "@reduxjs/toolkit": "^2.9.2", | ||||
|     "@rjsf/core": "^5.24.13", | ||||
|     "@types/jsan": "^3.1.5", | ||||
|     "@types/json-schema": "^7.0.15", | ||||
|     "@types/node": "^22.18.10", | ||||
|     "@types/node": "^22.18.13", | ||||
|     "@types/react": "^19.2.2", | ||||
|     "@types/react-dom": "^19.2.2", | ||||
|     "@types/socketcluster-client": "^19.1.0", | ||||
|  | @ -70,7 +70,7 @@ | |||
|     "babel-loader": "^10.0.0", | ||||
|     "cross-env": "^10.1.0", | ||||
|     "css-loader": "^7.1.2", | ||||
|     "esbuild": "^0.25.10", | ||||
|     "esbuild": "^0.25.11", | ||||
|     "fork-ts-checker-webpack-plugin": "^9.1.0", | ||||
|     "globals": "^16.4.0", | ||||
|     "html-loader": "^5.1.0", | ||||
|  |  | |||
|  | @ -46,12 +46,12 @@ | |||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@babel/cli": "^7.28.3", | ||||
|     "@babel/core": "^7.28.4", | ||||
|     "@babel/eslint-parser": "^7.28.4", | ||||
|     "@babel/plugin-transform-runtime": "^7.28.3", | ||||
|     "@babel/preset-env": "^7.28.3", | ||||
|     "@babel/preset-react": "^7.27.1", | ||||
|     "@babel/preset-typescript": "^7.27.1", | ||||
|     "@babel/core": "^7.28.5", | ||||
|     "@babel/eslint-parser": "^7.28.5", | ||||
|     "@babel/plugin-transform-runtime": "^7.28.5", | ||||
|     "@babel/preset-env": "^7.28.5", | ||||
|     "@babel/preset-react": "^7.28.5", | ||||
|     "@babel/preset-typescript": "^7.28.5", | ||||
|     "@redux-devtools/core": "workspace:^", | ||||
|     "@types/react": "^19.2.2", | ||||
|     "react": "^19.2.0", | ||||
|  |  | |||
|  | @ -46,7 +46,7 @@ | |||
|     "@emotion/react": "^11.14.0", | ||||
|     "@emotion/styled": "^11.14.1", | ||||
|     "@redux-devtools/app": "workspace:^", | ||||
|     "@reduxjs/toolkit": "^2.9.0", | ||||
|     "@reduxjs/toolkit": "^2.9.2", | ||||
|     "@types/react": "^19.2.2", | ||||
|     "body-parser": "^2.2.0", | ||||
|     "chalk": "^5.6.2", | ||||
|  | @ -73,12 +73,12 @@ | |||
|     "@types/body-parser": "^1.19.6", | ||||
|     "@types/cors": "^2.8.19", | ||||
|     "@types/cross-spawn": "^6.0.6", | ||||
|     "@types/express": "^5.0.3", | ||||
|     "@types/express": "^5.0.5", | ||||
|     "@types/jest": "^30.0.0", | ||||
|     "@types/lodash-es": "^4.17.12", | ||||
|     "@types/minimist": "^1.2.5", | ||||
|     "@types/morgan": "^1.9.10", | ||||
|     "@types/node": "^22.18.10", | ||||
|     "@types/node": "^22.18.13", | ||||
|     "@types/semver": "^7.7.1", | ||||
|     "@types/socketcluster-client": "^19.1.0", | ||||
|     "@types/socketcluster-server": "^19.0.1", | ||||
|  |  | |||
|  | @ -47,12 +47,12 @@ | |||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@babel/cli": "^7.28.3", | ||||
|     "@babel/core": "^7.28.4", | ||||
|     "@babel/eslint-parser": "^7.28.4", | ||||
|     "@babel/plugin-transform-runtime": "^7.28.3", | ||||
|     "@babel/preset-env": "^7.28.3", | ||||
|     "@babel/preset-react": "^7.27.1", | ||||
|     "@babel/preset-typescript": "^7.27.1", | ||||
|     "@babel/core": "^7.28.5", | ||||
|     "@babel/eslint-parser": "^7.28.5", | ||||
|     "@babel/plugin-transform-runtime": "^7.28.5", | ||||
|     "@babel/preset-env": "^7.28.5", | ||||
|     "@babel/preset-react": "^7.28.5", | ||||
|     "@babel/preset-typescript": "^7.28.5", | ||||
|     "@redux-devtools/core": "workspace:^", | ||||
|     "@types/parse-key": "^0.2.2", | ||||
|     "@types/react": "^19.2.2", | ||||
|  |  | |||
|  | @ -33,11 +33,11 @@ | |||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@babel/cli": "^7.28.3", | ||||
|     "@babel/core": "^7.28.4", | ||||
|     "@babel/eslint-parser": "^7.28.4", | ||||
|     "@babel/plugin-transform-runtime": "^7.28.3", | ||||
|     "@babel/preset-env": "^7.28.3", | ||||
|     "@babel/preset-typescript": "^7.27.1", | ||||
|     "@babel/core": "^7.28.5", | ||||
|     "@babel/eslint-parser": "^7.28.5", | ||||
|     "@babel/plugin-transform-runtime": "^7.28.5", | ||||
|     "@babel/preset-env": "^7.28.5", | ||||
|     "@babel/preset-typescript": "^7.28.5", | ||||
|     "redux": "^5.0.1", | ||||
|     "rimraf": "^6.0.1", | ||||
|     "typescript": "~5.9.3" | ||||
|  |  | |||
|  | @ -28,12 +28,12 @@ | |||
|     "redux-logger": "^3.0.6" | ||||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@babel/core": "^7.28.4", | ||||
|     "@babel/preset-env": "^7.28.3", | ||||
|     "@babel/preset-react": "^7.27.1", | ||||
|     "@babel/preset-typescript": "^7.27.1", | ||||
|     "@babel/core": "^7.28.5", | ||||
|     "@babel/preset-env": "^7.28.5", | ||||
|     "@babel/preset-react": "^7.28.5", | ||||
|     "@babel/preset-typescript": "^7.28.5", | ||||
|     "@types/lodash.shuffle": "^4.2.9", | ||||
|     "@types/node": "^22.18.10", | ||||
|     "@types/node": "^22.18.13", | ||||
|     "@types/react": "^19.2.2", | ||||
|     "@types/react-dom": "^19.2.2", | ||||
|     "@types/redux-logger": "^3.0.13", | ||||
|  |  | |||
|  | @ -54,12 +54,12 @@ | |||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@babel/cli": "^7.28.3", | ||||
|     "@babel/core": "^7.28.4", | ||||
|     "@babel/eslint-parser": "^7.28.4", | ||||
|     "@babel/plugin-transform-runtime": "^7.28.3", | ||||
|     "@babel/preset-env": "^7.28.3", | ||||
|     "@babel/preset-react": "^7.27.1", | ||||
|     "@babel/preset-typescript": "^7.27.1", | ||||
|     "@babel/core": "^7.28.5", | ||||
|     "@babel/eslint-parser": "^7.28.5", | ||||
|     "@babel/plugin-transform-runtime": "^7.28.5", | ||||
|     "@babel/preset-env": "^7.28.5", | ||||
|     "@babel/preset-react": "^7.28.5", | ||||
|     "@babel/preset-typescript": "^7.28.5", | ||||
|     "@emotion/react": "^11.14.0", | ||||
|     "@emotion/styled": "^11.14.1", | ||||
|     "@redux-devtools/core": "workspace:^", | ||||
|  |  | |||
|  | @ -30,9 +30,9 @@ | |||
|     "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" | ||||
|   }, | ||||
|   "dependencies": { | ||||
|     "@babel/code-frame": "^8.0.0-beta.2", | ||||
|     "@babel/code-frame": "^8.0.0-beta.3", | ||||
|     "@babel/runtime": "^7.28.4", | ||||
|     "@types/chrome": "^0.1.24", | ||||
|     "@types/chrome": "^0.1.27", | ||||
|     "anser": "^2.3.2", | ||||
|     "html-entities": "^2.6.0", | ||||
|     "path-browserify": "^1.0.1", | ||||
|  | @ -41,12 +41,12 @@ | |||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@babel/cli": "^7.28.3", | ||||
|     "@babel/core": "^7.28.4", | ||||
|     "@babel/eslint-parser": "^7.28.4", | ||||
|     "@babel/plugin-transform-runtime": "^7.28.3", | ||||
|     "@babel/preset-env": "^7.28.3", | ||||
|     "@babel/preset-react": "^7.27.1", | ||||
|     "@babel/preset-typescript": "^7.27.1", | ||||
|     "@babel/core": "^7.28.5", | ||||
|     "@babel/eslint-parser": "^7.28.5", | ||||
|     "@babel/plugin-transform-runtime": "^7.28.5", | ||||
|     "@babel/preset-env": "^7.28.5", | ||||
|     "@babel/preset-react": "^7.28.5", | ||||
|     "@babel/preset-typescript": "^7.28.5", | ||||
|     "@emotion/react": "^11.14.0", | ||||
|     "@redux-devtools/core": "workspace:^", | ||||
|     "@redux-devtools/inspector-monitor": "workspace:^", | ||||
|  | @ -54,7 +54,7 @@ | |||
|     "@testing-library/react": "^16.3.0", | ||||
|     "@types/babel__code-frame": "^7.0.6", | ||||
|     "@types/jest": "^30.0.0", | ||||
|     "@types/node": "^22.18.10", | ||||
|     "@types/node": "^22.18.13", | ||||
|     "@types/path-browserify": "^1.0.3", | ||||
|     "@types/react": "^19.2.2", | ||||
|     "@types/source-map": "0.5.2", | ||||
|  |  | |||
|  | @ -26,12 +26,12 @@ | |||
|     "redux-logger": "^3.0.6" | ||||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@babel/core": "^7.28.4", | ||||
|     "@babel/preset-env": "^7.28.3", | ||||
|     "@babel/preset-react": "^7.27.1", | ||||
|     "@babel/preset-typescript": "^7.27.1", | ||||
|     "@babel/core": "^7.28.5", | ||||
|     "@babel/preset-env": "^7.28.5", | ||||
|     "@babel/preset-react": "^7.28.5", | ||||
|     "@babel/preset-typescript": "^7.28.5", | ||||
|     "@types/lodash.shuffle": "^4.2.9", | ||||
|     "@types/node": "^22.18.10", | ||||
|     "@types/node": "^22.18.13", | ||||
|     "@types/react": "^19.2.2", | ||||
|     "@types/react-dom": "^19.2.2", | ||||
|     "@types/redux-logger": "^3.0.13", | ||||
|  |  | |||
|  | @ -52,12 +52,12 @@ | |||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@babel/cli": "^7.28.3", | ||||
|     "@babel/core": "^7.28.4", | ||||
|     "@babel/eslint-parser": "^7.28.4", | ||||
|     "@babel/plugin-transform-runtime": "^7.28.3", | ||||
|     "@babel/preset-env": "^7.28.3", | ||||
|     "@babel/preset-react": "^7.27.1", | ||||
|     "@babel/preset-typescript": "^7.27.1", | ||||
|     "@babel/core": "^7.28.5", | ||||
|     "@babel/eslint-parser": "^7.28.5", | ||||
|     "@babel/plugin-transform-runtime": "^7.28.5", | ||||
|     "@babel/preset-env": "^7.28.5", | ||||
|     "@babel/preset-react": "^7.28.5", | ||||
|     "@babel/preset-typescript": "^7.28.5", | ||||
|     "@emotion/babel-preset-css-prop": "^11.12.0", | ||||
|     "@emotion/react": "^11.14.0", | ||||
|     "@redux-devtools/core": "workspace:^", | ||||
|  |  | |||
|  | @ -42,13 +42,13 @@ | |||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@babel/cli": "^7.28.3", | ||||
|     "@babel/core": "^7.28.4", | ||||
|     "@babel/eslint-parser": "^7.28.4", | ||||
|     "@babel/plugin-transform-runtime": "^7.28.3", | ||||
|     "@babel/preset-env": "^7.28.3", | ||||
|     "@babel/preset-typescript": "^7.27.1", | ||||
|     "@babel/core": "^7.28.5", | ||||
|     "@babel/eslint-parser": "^7.28.5", | ||||
|     "@babel/plugin-transform-runtime": "^7.28.5", | ||||
|     "@babel/preset-env": "^7.28.5", | ||||
|     "@babel/preset-typescript": "^7.28.5", | ||||
|     "@types/jest": "^30.0.0", | ||||
|     "@types/node": "^22.18.10", | ||||
|     "@types/node": "^22.18.13", | ||||
|     "jest": "^30.2.0", | ||||
|     "redux": "^5.0.1", | ||||
|     "rimraf": "^6.0.1", | ||||
|  |  | |||
|  | @ -49,12 +49,12 @@ | |||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@babel/cli": "^7.28.3", | ||||
|     "@babel/core": "^7.28.4", | ||||
|     "@babel/eslint-parser": "^7.28.4", | ||||
|     "@babel/plugin-transform-runtime": "^7.28.3", | ||||
|     "@babel/preset-env": "^7.28.3", | ||||
|     "@babel/preset-react": "^7.27.1", | ||||
|     "@babel/preset-typescript": "^7.27.1", | ||||
|     "@babel/core": "^7.28.5", | ||||
|     "@babel/eslint-parser": "^7.28.5", | ||||
|     "@babel/plugin-transform-runtime": "^7.28.5", | ||||
|     "@babel/preset-env": "^7.28.5", | ||||
|     "@babel/preset-react": "^7.28.5", | ||||
|     "@babel/preset-typescript": "^7.28.5", | ||||
|     "@redux-devtools/core": "workspace:^", | ||||
|     "@types/react": "^19.2.2", | ||||
|     "react": "^19.2.0", | ||||
|  |  | |||
|  | @ -50,18 +50,18 @@ | |||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@babel/cli": "^7.28.3", | ||||
|     "@babel/core": "^7.28.4", | ||||
|     "@babel/eslint-parser": "^7.28.4", | ||||
|     "@babel/plugin-transform-runtime": "^7.28.3", | ||||
|     "@babel/preset-env": "^7.28.3", | ||||
|     "@babel/preset-typescript": "^7.27.1", | ||||
|     "@babel/core": "^7.28.5", | ||||
|     "@babel/eslint-parser": "^7.28.5", | ||||
|     "@babel/plugin-transform-runtime": "^7.28.5", | ||||
|     "@babel/preset-env": "^7.28.5", | ||||
|     "@babel/preset-typescript": "^7.28.5", | ||||
|     "@types/jsan": "^3.1.5", | ||||
|     "@types/node": "^22.18.10", | ||||
|     "@types/node": "^22.18.13", | ||||
|     "@types/rn-host-detect": "^1.2.2", | ||||
|     "@types/socketcluster-client": "^19.1.0", | ||||
|     "@typescript-eslint/eslint-plugin": "^8.46.1", | ||||
|     "@typescript-eslint/parser": "^8.46.1", | ||||
|     "eslint": "^9.37.0", | ||||
|     "@typescript-eslint/eslint-plugin": "^8.46.2", | ||||
|     "@typescript-eslint/parser": "^8.46.2", | ||||
|     "eslint": "^9.38.0", | ||||
|     "eslint-config-prettier": "^10.1.8", | ||||
|     "redux": "^5.0.1", | ||||
|     "rimraf": "^6.0.1", | ||||
|  |  | |||
|  | @ -11,14 +11,14 @@ | |||
|   }, | ||||
|   "dependencies": { | ||||
|     "@babel/runtime": "^7.28.4", | ||||
|     "@chakra-ui/react": "^3.27.1", | ||||
|     "@chakra-ui/react": "^3.28.0", | ||||
|     "@emotion/react": "^11.14.0", | ||||
|     "@emotion/styled": "^11.14.1", | ||||
|     "@mswjs/data": "^0.16.2", | ||||
|     "@redux-devtools/core": "workspace:^", | ||||
|     "@redux-devtools/dock-monitor": "workspace:^", | ||||
|     "@redux-devtools/rtk-query-monitor": "workspace:^", | ||||
|     "@reduxjs/toolkit": "^2.9.0", | ||||
|     "@reduxjs/toolkit": "^2.9.2", | ||||
|     "msw": "^2.11.5", | ||||
|     "react": "^19.2.0", | ||||
|     "react-dom": "^19.2.0", | ||||
|  | @ -28,12 +28,12 @@ | |||
|     "react-router-dom": "^7.9.4" | ||||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@babel/core": "^7.28.4", | ||||
|     "@babel/plugin-transform-runtime": "^7.28.3", | ||||
|     "@babel/preset-env": "^7.28.3", | ||||
|     "@babel/preset-react": "^7.27.1", | ||||
|     "@babel/preset-typescript": "^7.27.1", | ||||
|     "@types/node": "^22.18.10", | ||||
|     "@babel/core": "^7.28.5", | ||||
|     "@babel/plugin-transform-runtime": "^7.28.5", | ||||
|     "@babel/preset-env": "^7.28.5", | ||||
|     "@babel/preset-react": "^7.28.5", | ||||
|     "@babel/preset-typescript": "^7.28.5", | ||||
|     "@types/node": "^22.18.13", | ||||
|     "@types/react": "^19.2.2", | ||||
|     "@types/react-dom": "^19.2.2", | ||||
|     "babel-loader": "^10.0.0", | ||||
|  |  | |||
|  | @ -55,17 +55,17 @@ | |||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@babel/cli": "^7.28.3", | ||||
|     "@babel/core": "^7.28.4", | ||||
|     "@babel/eslint-parser": "^7.28.4", | ||||
|     "@babel/plugin-transform-runtime": "^7.28.3", | ||||
|     "@babel/preset-env": "^7.28.3", | ||||
|     "@babel/preset-react": "^7.27.1", | ||||
|     "@babel/preset-typescript": "^7.27.1", | ||||
|     "@babel/core": "^7.28.5", | ||||
|     "@babel/eslint-parser": "^7.28.5", | ||||
|     "@babel/plugin-transform-runtime": "^7.28.5", | ||||
|     "@babel/preset-env": "^7.28.5", | ||||
|     "@babel/preset-react": "^7.28.5", | ||||
|     "@babel/preset-typescript": "^7.28.5", | ||||
|     "@emotion/babel-preset-css-prop": "^11.12.0", | ||||
|     "@emotion/react": "^11.14.0", | ||||
|     "@emotion/styled": "^11.14.1", | ||||
|     "@redux-devtools/core": "workspace:^", | ||||
|     "@reduxjs/toolkit": "^2.9.0", | ||||
|     "@reduxjs/toolkit": "^2.9.2", | ||||
|     "@testing-library/dom": "^10.4.1", | ||||
|     "@testing-library/jest-dom": "^6.9.1", | ||||
|     "@testing-library/react": "^16.3.0", | ||||
|  |  | |||
|  | @ -42,11 +42,11 @@ | |||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@babel/cli": "^7.28.3", | ||||
|     "@babel/core": "^7.28.4", | ||||
|     "@babel/eslint-parser": "^7.28.4", | ||||
|     "@babel/plugin-transform-runtime": "^7.28.3", | ||||
|     "@babel/preset-env": "^7.28.3", | ||||
|     "@babel/preset-typescript": "^7.27.1", | ||||
|     "@babel/core": "^7.28.5", | ||||
|     "@babel/eslint-parser": "^7.28.5", | ||||
|     "@babel/plugin-transform-runtime": "^7.28.5", | ||||
|     "@babel/preset-env": "^7.28.5", | ||||
|     "@babel/preset-typescript": "^7.28.5", | ||||
|     "@types/jest": "^30.0.0", | ||||
|     "@types/jsan": "^3.1.5", | ||||
|     "immutable": "^5.1.4", | ||||
|  |  | |||
|  | @ -30,11 +30,11 @@ | |||
|     "todomvc-app-css": "^2.4.3" | ||||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@babel/core": "^7.28.4", | ||||
|     "@babel/preset-env": "^7.28.3", | ||||
|     "@babel/preset-react": "^7.27.1", | ||||
|     "@babel/preset-typescript": "^7.27.1", | ||||
|     "@types/node": "^22.18.10", | ||||
|     "@babel/core": "^7.28.5", | ||||
|     "@babel/preset-env": "^7.28.5", | ||||
|     "@babel/preset-react": "^7.28.5", | ||||
|     "@babel/preset-typescript": "^7.28.5", | ||||
|     "@types/node": "^22.18.13", | ||||
|     "@types/react": "^19.2.2", | ||||
|     "@types/react-dom": "^19.2.2", | ||||
|     "@types/webpack-env": "^1.18.8", | ||||
|  |  | |||
|  | @ -38,13 +38,13 @@ | |||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@babel/cli": "^7.28.3", | ||||
|     "@babel/core": "^7.28.4", | ||||
|     "@babel/eslint-parser": "^7.28.4", | ||||
|     "@babel/preset-env": "^7.28.3", | ||||
|     "@babel/preset-react": "^7.27.1", | ||||
|     "@babel/preset-typescript": "^7.27.1", | ||||
|     "@babel/core": "^7.28.5", | ||||
|     "@babel/eslint-parser": "^7.28.5", | ||||
|     "@babel/preset-env": "^7.28.5", | ||||
|     "@babel/preset-react": "^7.28.5", | ||||
|     "@babel/preset-typescript": "^7.28.5", | ||||
|     "@redux-devtools/core": "workspace:^", | ||||
|     "@types/node": "^22.18.10", | ||||
|     "@types/node": "^22.18.13", | ||||
|     "@types/react": "^19.2.2", | ||||
|     "react": "^19.2.0", | ||||
|     "redux": "^5.0.1", | ||||
|  |  | |||
|  | @ -45,7 +45,7 @@ | |||
|     "@rjsf/core": "^5.24.13", | ||||
|     "@rjsf/utils": "^5.24.13", | ||||
|     "@rjsf/validator-ajv8": "^5.24.13", | ||||
|     "@types/codemirror": "^5.60.16", | ||||
|     "@types/codemirror": "^5.60.17", | ||||
|     "@types/json-schema": "^7.0.15", | ||||
|     "@types/simple-element-resize-detector": "^1.3.3", | ||||
|     "codemirror": "^5.65.20", | ||||
|  | @ -57,21 +57,21 @@ | |||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@babel/cli": "^7.28.3", | ||||
|     "@babel/core": "^7.28.4", | ||||
|     "@babel/eslint-parser": "^7.28.4", | ||||
|     "@babel/plugin-transform-runtime": "^7.28.3", | ||||
|     "@babel/preset-env": "^7.28.3", | ||||
|     "@babel/preset-react": "^7.27.1", | ||||
|     "@babel/preset-typescript": "^7.27.1", | ||||
|     "@babel/core": "^7.28.5", | ||||
|     "@babel/eslint-parser": "^7.28.5", | ||||
|     "@babel/plugin-transform-runtime": "^7.28.5", | ||||
|     "@babel/preset-env": "^7.28.5", | ||||
|     "@babel/preset-react": "^7.28.5", | ||||
|     "@babel/preset-typescript": "^7.28.5", | ||||
|     "@emotion/react": "^11.14.0", | ||||
|     "@emotion/styled": "^11.14.1", | ||||
|     "@storybook/addon-onboarding": "^9.1.10", | ||||
|     "@storybook/react-vite": "^9.1.10", | ||||
|     "@storybook/addon-onboarding": "^9.1.16", | ||||
|     "@storybook/react-vite": "^9.1.16", | ||||
|     "@testing-library/dom": "^10.4.1", | ||||
|     "@testing-library/react": "^16.3.0", | ||||
|     "@testing-library/user-event": "^14.6.1", | ||||
|     "@types/color": "^4.2.0", | ||||
|     "@types/node": "^22.18.10", | ||||
|     "@types/node": "^22.18.13", | ||||
|     "@types/jest": "^30.0.0", | ||||
|     "@types/react": "^19.2.2", | ||||
|     "babel-loader": "^10.0.0", | ||||
|  | @ -83,7 +83,7 @@ | |||
|     "react-dom": "^19.2.0", | ||||
|     "react-is": "^19.2.0", | ||||
|     "rimraf": "^6.0.1", | ||||
|     "storybook": "^9.1.10", | ||||
|     "storybook": "^9.1.16", | ||||
|     "ts-jest": "^29.4.5", | ||||
|     "typescript": "~5.9.3", | ||||
|     "vite": "^7.1.10" | ||||
|  |  | |||
|  | @ -44,13 +44,13 @@ | |||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@babel/cli": "^7.28.3", | ||||
|     "@babel/core": "^7.28.4", | ||||
|     "@babel/eslint-parser": "^7.28.4", | ||||
|     "@babel/plugin-transform-runtime": "^7.28.3", | ||||
|     "@babel/preset-env": "^7.28.3", | ||||
|     "@babel/preset-typescript": "^7.27.1", | ||||
|     "@babel/core": "^7.28.5", | ||||
|     "@babel/eslint-parser": "^7.28.5", | ||||
|     "@babel/plugin-transform-runtime": "^7.28.5", | ||||
|     "@babel/preset-env": "^7.28.5", | ||||
|     "@babel/preset-typescript": "^7.28.5", | ||||
|     "@types/jsan": "^3.1.5", | ||||
|     "@types/node": "^22.18.10", | ||||
|     "@types/node": "^22.18.13", | ||||
|     "rimraf": "^6.0.1", | ||||
|     "typescript": "~5.9.3" | ||||
|   }, | ||||
|  |  | |||
|  | @ -29,11 +29,11 @@ | |||
|     "redux-thunk": "^3.1.0" | ||||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@babel/core": "^7.28.4", | ||||
|     "@babel/preset-env": "^7.28.3", | ||||
|     "@babel/preset-react": "^7.27.1", | ||||
|     "@babel/preset-typescript": "^7.27.1", | ||||
|     "@types/node": "^22.18.10", | ||||
|     "@babel/core": "^7.28.5", | ||||
|     "@babel/preset-env": "^7.28.5", | ||||
|     "@babel/preset-react": "^7.28.5", | ||||
|     "@babel/preset-typescript": "^7.28.5", | ||||
|     "@types/node": "^22.18.13", | ||||
|     "@types/react": "^19.2.2", | ||||
|     "@types/react-dom": "^19.2.2", | ||||
|     "@types/webpack-env": "^1.18.8", | ||||
|  |  | |||
|  | @ -42,11 +42,11 @@ | |||
|     "todomvc-app-css": "^2.4.3" | ||||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@babel/core": "^7.28.4", | ||||
|     "@babel/preset-env": "^7.28.3", | ||||
|     "@babel/preset-react": "^7.27.1", | ||||
|     "@babel/preset-typescript": "^7.27.1", | ||||
|     "@types/node": "^22.18.10", | ||||
|     "@babel/core": "^7.28.5", | ||||
|     "@babel/preset-env": "^7.28.5", | ||||
|     "@babel/preset-react": "^7.28.5", | ||||
|     "@babel/preset-typescript": "^7.28.5", | ||||
|     "@types/node": "^22.18.13", | ||||
|     "@types/react": "^19.2.2", | ||||
|     "@types/react-dom": "^19.2.2", | ||||
|     "@types/webpack-env": "^1.18.8", | ||||
|  |  | |||
|  | @ -46,14 +46,14 @@ | |||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@babel/cli": "^7.28.3", | ||||
|     "@babel/core": "^7.28.4", | ||||
|     "@babel/eslint-parser": "^7.28.4", | ||||
|     "@babel/plugin-transform-runtime": "^7.28.3", | ||||
|     "@babel/preset-env": "^7.28.3", | ||||
|     "@babel/preset-react": "^7.27.1", | ||||
|     "@babel/preset-typescript": "^7.27.1", | ||||
|     "@babel/core": "^7.28.5", | ||||
|     "@babel/eslint-parser": "^7.28.5", | ||||
|     "@babel/plugin-transform-runtime": "^7.28.5", | ||||
|     "@babel/preset-env": "^7.28.5", | ||||
|     "@babel/preset-react": "^7.28.5", | ||||
|     "@babel/preset-typescript": "^7.28.5", | ||||
|     "@types/jest": "^30.0.0", | ||||
|     "@types/node": "^22.18.10", | ||||
|     "@types/node": "^22.18.13", | ||||
|     "@types/react": "^19.2.2", | ||||
|     "jest": "^30.2.0", | ||||
|     "react": "^19.2.0", | ||||
|  |  | |||
							
								
								
									
										3785
									
								
								pnpm-lock.yaml
									
									
									
									
									
								
							
							
						
						
									
										3785
									
								
								pnpm-lock.yaml
									
									
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
		Loading…
	
		Reference in New Issue
	
	Block a user