mirror of
				https://github.com/reduxjs/redux-devtools.git
				synced 2025-10-30 15:37:31 +03:00 
			
		
		
		
	fix(deps): update all non-major dependencies (#1633)
* fix(deps): update all non-major dependencies * Update --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nathan Bierema <nbierema@gmail.com>
This commit is contained in:
		
							parent
							
								
									ab7df4cdd6
								
							
						
					
					
						commit
						cb4772fa2c
					
				|  | @ -47,27 +47,27 @@ | ||||||
|     "styled-components": "^5.3.11" |     "styled-components": "^5.3.11" | ||||||
|   }, |   }, | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|     "@babel/core": "^7.24.0", |     "@babel/core": "^7.24.3", | ||||||
|     "@babel/preset-env": "^7.24.0", |     "@babel/preset-env": "^7.24.3", | ||||||
|     "@babel/preset-react": "^7.23.3", |     "@babel/preset-react": "^7.24.1", | ||||||
|     "@babel/preset-typescript": "^7.23.3", |     "@babel/preset-typescript": "^7.24.1", | ||||||
|     "@babel/register": "^7.23.7", |     "@babel/register": "^7.23.7", | ||||||
|     "@testing-library/jest-dom": "^6.4.2", |     "@testing-library/jest-dom": "^6.4.2", | ||||||
|     "@testing-library/react": "^14.2.1", |     "@testing-library/react": "^14.2.2", | ||||||
|     "@types/chrome": "^0.0.262", |     "@types/chrome": "^0.0.263", | ||||||
|     "@types/lodash": "^4.14.202", |     "@types/lodash": "^4.17.0", | ||||||
|     "@types/react": "^18.2.64", |     "@types/react": "^18.2.72", | ||||||
|     "@types/react-dom": "^18.2.21", |     "@types/react-dom": "^18.2.22", | ||||||
|     "@types/styled-components": "^5.1.34", |     "@types/styled-components": "^5.1.34", | ||||||
|     "chromedriver": "^118.0.1", |     "chromedriver": "^118.0.1", | ||||||
|     "cross-env": "^7.0.3", |     "cross-env": "^7.0.3", | ||||||
|     "electron": "^27.3.5", |     "electron": "^27.3.7", | ||||||
|     "esbuild": "^0.20.1", |     "esbuild": "^0.20.2", | ||||||
|     "eslint": "^8.57.0", |     "eslint": "^8.57.0", | ||||||
|     "eslint-config-airbnb": "^19.0.4", |     "eslint-config-airbnb": "^19.0.4", | ||||||
|     "eslint-plugin-import": "^2.29.1", |     "eslint-plugin-import": "^2.29.1", | ||||||
|     "eslint-plugin-jsx-a11y": "^6.8.0", |     "eslint-plugin-jsx-a11y": "^6.8.0", | ||||||
|     "eslint-plugin-react": "^7.34.0", |     "eslint-plugin-react": "^7.34.1", | ||||||
|     "eslint-plugin-react-hooks": "^4.6.0", |     "eslint-plugin-react-hooks": "^4.6.0", | ||||||
|     "immutable": "^4.3.5", |     "immutable": "^4.3.5", | ||||||
|     "jest": "^29.7.0", |     "jest": "^29.7.0", | ||||||
|  | @ -78,7 +78,7 @@ | ||||||
|     "sinon-chrome": "^3.0.1", |     "sinon-chrome": "^3.0.1", | ||||||
|     "ts-jest": "^29.1.2", |     "ts-jest": "^29.1.2", | ||||||
|     "typescript": "~5.3.3", |     "typescript": "~5.3.3", | ||||||
|     "webpack": "^5.90.3", |     "webpack": "^5.91.0", | ||||||
|     "webpack-cli": "^5.1.4" |     "webpack-cli": "^5.1.4" | ||||||
|   } |   } | ||||||
| } | } | ||||||
|  |  | ||||||
							
								
								
									
										14
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										14
									
								
								package.json
									
									
									
									
									
								
							|  | @ -1,19 +1,19 @@ | ||||||
| { | { | ||||||
|   "private": true, |   "private": true, | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|     "@babel/core": "^7.24.0", |     "@babel/core": "^7.24.3", | ||||||
|     "@babel/eslint-parser": "^7.23.10", |     "@babel/eslint-parser": "^7.24.1", | ||||||
|     "@changesets/cli": "^2.27.1", |     "@changesets/cli": "^2.27.1", | ||||||
|     "@nrwl/nx-cloud": "^18.0.0", |     "@nrwl/nx-cloud": "^18.0.0", | ||||||
|     "@typescript-eslint/eslint-plugin": "^7.1.1", |     "@typescript-eslint/eslint-plugin": "^7.4.0", | ||||||
|     "@typescript-eslint/parser": "^7.1.1", |     "@typescript-eslint/parser": "^7.4.0", | ||||||
|     "eslint": "^8.57.0", |     "eslint": "^8.57.0", | ||||||
|     "eslint-config-prettier": "^9.1.0", |     "eslint-config-prettier": "^9.1.0", | ||||||
|     "eslint-plugin-jest": "^27.9.0", |     "eslint-plugin-jest": "^27.9.0", | ||||||
|     "eslint-plugin-react": "^7.34.0", |     "eslint-plugin-react": "^7.34.1", | ||||||
|     "eslint-plugin-react-hooks": "^4.6.0", |     "eslint-plugin-react-hooks": "^4.6.0", | ||||||
|     "jest": "^29.7.0", |     "jest": "^29.7.0", | ||||||
|     "nx": "^18.0.7", |     "nx": "^18.1.3", | ||||||
|     "prettier": "3.2.5", |     "prettier": "3.2.5", | ||||||
|     "typescript": "~5.3.3" |     "typescript": "~5.3.3" | ||||||
|   }, |   }, | ||||||
|  | @ -39,5 +39,5 @@ | ||||||
|     "packages/redux-devtools-rtk-query-monitor/demo", |     "packages/redux-devtools-rtk-query-monitor/demo", | ||||||
|     "packages/redux-devtools-slider-monitor/examples/todomvc" |     "packages/redux-devtools-slider-monitor/examples/todomvc" | ||||||
|   ], |   ], | ||||||
|   "packageManager": "pnpm@8.15.4" |   "packageManager": "pnpm@8.15.5" | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -29,12 +29,12 @@ | ||||||
|     "map2tree": "^3.0.0" |     "map2tree": "^3.0.0" | ||||||
|   }, |   }, | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|     "@babel/core": "^7.24.0", |     "@babel/core": "^7.24.3", | ||||||
|     "@babel/preset-env": "^7.24.0", |     "@babel/preset-env": "^7.24.3", | ||||||
|     "@babel/preset-typescript": "^7.23.3", |     "@babel/preset-typescript": "^7.24.1", | ||||||
|     "@types/node": "^20.11.25", |     "@types/node": "^20.11.30", | ||||||
|     "@typescript-eslint/eslint-plugin": "^7.1.1", |     "@typescript-eslint/eslint-plugin": "^7.4.0", | ||||||
|     "@typescript-eslint/parser": "^7.1.1", |     "@typescript-eslint/parser": "^7.4.0", | ||||||
|     "babel-loader": "^9.1.3", |     "babel-loader": "^9.1.3", | ||||||
|     "cross-env": "^7.0.3", |     "cross-env": "^7.0.3", | ||||||
|     "eslint": "^8.57.0", |     "eslint": "^8.57.0", | ||||||
|  | @ -43,8 +43,8 @@ | ||||||
|     "html-webpack-plugin": "^5.6.0", |     "html-webpack-plugin": "^5.6.0", | ||||||
|     "ts-node": "^10.9.2", |     "ts-node": "^10.9.2", | ||||||
|     "typescript": "~5.3.3", |     "typescript": "~5.3.3", | ||||||
|     "webpack": "^5.90.3", |     "webpack": "^5.91.0", | ||||||
|     "webpack-cli": "^5.1.4", |     "webpack-cli": "^5.1.4", | ||||||
|     "webpack-dev-server": "^5.0.2" |     "webpack-dev-server": "^5.0.4" | ||||||
|   } |   } | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -40,23 +40,23 @@ | ||||||
|     "prepublish": "pnpm run type-check && pnpm run lint" |     "prepublish": "pnpm run type-check && pnpm run lint" | ||||||
|   }, |   }, | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|     "@babel/runtime": "^7.24.0", |     "@babel/runtime": "^7.24.1", | ||||||
|     "@types/d3": "^7.4.3", |     "@types/d3": "^7.4.3", | ||||||
|     "d3": "^7.8.5", |     "d3": "^7.9.0", | ||||||
|     "d3tooltip": "^3.0.0", |     "d3tooltip": "^3.0.0", | ||||||
|     "deepmerge": "^4.3.1", |     "deepmerge": "^4.3.1", | ||||||
|     "map2tree": "^3.0.0", |     "map2tree": "^3.0.0", | ||||||
|     "ramda": "^0.29.1" |     "ramda": "^0.29.1" | ||||||
|   }, |   }, | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|     "@babel/cli": "^7.23.9", |     "@babel/cli": "^7.24.1", | ||||||
|     "@babel/core": "^7.24.0", |     "@babel/core": "^7.24.3", | ||||||
|     "@babel/eslint-parser": "^7.23.10", |     "@babel/eslint-parser": "^7.24.1", | ||||||
|     "@babel/preset-env": "^7.24.0", |     "@babel/preset-env": "^7.24.3", | ||||||
|     "@babel/preset-typescript": "^7.23.3", |     "@babel/preset-typescript": "^7.24.1", | ||||||
|     "@types/ramda": "^0.29.11", |     "@types/ramda": "^0.29.11", | ||||||
|     "@typescript-eslint/eslint-plugin": "^7.1.1", |     "@typescript-eslint/eslint-plugin": "^7.4.0", | ||||||
|     "@typescript-eslint/parser": "^7.1.1", |     "@typescript-eslint/parser": "^7.4.0", | ||||||
|     "eslint": "^8.57.0", |     "eslint": "^8.57.0", | ||||||
|     "eslint-config-prettier": "^9.1.0", |     "eslint-config-prettier": "^9.1.0", | ||||||
|     "rimraf": "^5.0.5", |     "rimraf": "^5.0.5", | ||||||
|  |  | ||||||
|  | @ -36,18 +36,18 @@ | ||||||
|     "prepublish": "pnpm run type-check && pnpm run lint" |     "prepublish": "pnpm run type-check && pnpm run lint" | ||||||
|   }, |   }, | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|     "@babel/runtime": "^7.24.0" |     "@babel/runtime": "^7.24.1" | ||||||
|   }, |   }, | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|     "@babel/cli": "^7.23.9", |     "@babel/cli": "^7.24.1", | ||||||
|     "@babel/core": "^7.24.0", |     "@babel/core": "^7.24.3", | ||||||
|     "@babel/eslint-parser": "^7.23.10", |     "@babel/eslint-parser": "^7.24.1", | ||||||
|     "@babel/preset-env": "^7.24.0", |     "@babel/preset-env": "^7.24.3", | ||||||
|     "@babel/preset-typescript": "^7.23.3", |     "@babel/preset-typescript": "^7.24.1", | ||||||
|     "@types/d3": "^7.4.3", |     "@types/d3": "^7.4.3", | ||||||
|     "@typescript-eslint/eslint-plugin": "^7.1.1", |     "@typescript-eslint/eslint-plugin": "^7.4.0", | ||||||
|     "@typescript-eslint/parser": "^7.1.1", |     "@typescript-eslint/parser": "^7.4.0", | ||||||
|     "d3": "^7.8.5", |     "d3": "^7.9.0", | ||||||
|     "eslint": "^8.57.0", |     "eslint": "^8.57.0", | ||||||
|     "eslint-config-prettier": "^9.1.0", |     "eslint-config-prettier": "^9.1.0", | ||||||
|     "rimraf": "^5.0.5", |     "rimraf": "^5.0.5", | ||||||
|  | @ -55,6 +55,6 @@ | ||||||
|   }, |   }, | ||||||
|   "peerDependencies": { |   "peerDependencies": { | ||||||
|     "@types/d3": "^7.4.3", |     "@types/d3": "^7.4.3", | ||||||
|     "d3": "^7.8.5" |     "d3": "^7.9.0" | ||||||
|   } |   } | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -40,19 +40,19 @@ | ||||||
|     "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" |     "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" | ||||||
|   }, |   }, | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|     "@babel/runtime": "^7.24.0", |     "@babel/runtime": "^7.24.1", | ||||||
|     "lodash": "^4.17.21" |     "lodash": "^4.17.21" | ||||||
|   }, |   }, | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|     "@babel/cli": "^7.23.9", |     "@babel/cli": "^7.24.1", | ||||||
|     "@babel/core": "^7.24.0", |     "@babel/core": "^7.24.3", | ||||||
|     "@babel/eslint-parser": "^7.23.10", |     "@babel/eslint-parser": "^7.24.1", | ||||||
|     "@babel/preset-env": "^7.24.0", |     "@babel/preset-env": "^7.24.3", | ||||||
|     "@babel/preset-typescript": "^7.23.3", |     "@babel/preset-typescript": "^7.24.1", | ||||||
|     "@types/jest": "^29.5.12", |     "@types/jest": "^29.5.12", | ||||||
|     "@types/lodash": "^4.14.202", |     "@types/lodash": "^4.17.0", | ||||||
|     "@typescript-eslint/eslint-plugin": "^7.1.1", |     "@typescript-eslint/eslint-plugin": "^7.4.0", | ||||||
|     "@typescript-eslint/parser": "^7.1.1", |     "@typescript-eslint/parser": "^7.4.0", | ||||||
|     "eslint": "^8.57.0", |     "eslint": "^8.57.0", | ||||||
|     "eslint-config-prettier": "^9.1.0", |     "eslint-config-prettier": "^9.1.0", | ||||||
|     "eslint-plugin-jest": "^27.9.0", |     "eslint-plugin-jest": "^27.9.0", | ||||||
|  |  | ||||||
|  | @ -39,26 +39,26 @@ | ||||||
|     "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" |     "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" | ||||||
|   }, |   }, | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|     "@babel/runtime": "^7.24.0", |     "@babel/runtime": "^7.24.1", | ||||||
|     "@types/base16": "^1.0.5", |     "@types/base16": "^1.0.5", | ||||||
|     "@types/lodash": "^4.14.202", |     "@types/lodash": "^4.17.0", | ||||||
|     "base16": "^1.0.0", |     "base16": "^1.0.0", | ||||||
|     "color": "^4.2.3", |     "color": "^4.2.3", | ||||||
|     "csstype": "^3.1.3", |     "csstype": "^3.1.3", | ||||||
|     "lodash.curry": "^4.1.1" |     "lodash.curry": "^4.1.1" | ||||||
|   }, |   }, | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|     "@babel/cli": "^7.23.9", |     "@babel/cli": "^7.24.1", | ||||||
|     "@babel/core": "^7.24.0", |     "@babel/core": "^7.24.3", | ||||||
|     "@babel/eslint-parser": "^7.23.10", |     "@babel/eslint-parser": "^7.24.1", | ||||||
|     "@babel/plugin-transform-runtime": "^7.24.0", |     "@babel/plugin-transform-runtime": "^7.24.3", | ||||||
|     "@babel/preset-env": "^7.24.0", |     "@babel/preset-env": "^7.24.3", | ||||||
|     "@babel/preset-typescript": "^7.23.3", |     "@babel/preset-typescript": "^7.24.1", | ||||||
|     "@types/color": "^3.0.6", |     "@types/color": "^3.0.6", | ||||||
|     "@types/jest": "^29.5.12", |     "@types/jest": "^29.5.12", | ||||||
|     "@types/lodash.curry": "^4.1.9", |     "@types/lodash.curry": "^4.1.9", | ||||||
|     "@typescript-eslint/eslint-plugin": "^7.1.1", |     "@typescript-eslint/eslint-plugin": "^7.4.0", | ||||||
|     "@typescript-eslint/parser": "^7.1.1", |     "@typescript-eslint/parser": "^7.4.0", | ||||||
|     "eslint": "^8.57.0", |     "eslint": "^8.57.0", | ||||||
|     "eslint-config-prettier": "^9.1.0", |     "eslint-config-prettier": "^9.1.0", | ||||||
|     "eslint-plugin-jest": "^27.9.0", |     "eslint-plugin-jest": "^27.9.0", | ||||||
|  |  | ||||||
|  | @ -11,7 +11,7 @@ | ||||||
|   }, |   }, | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|     "react": "^18.2.0", |     "react": "^18.2.0", | ||||||
|     "react-bootstrap": "^2.10.1", |     "react-bootstrap": "^2.10.2", | ||||||
|     "react-dock": "^0.6.0", |     "react-dock": "^0.6.0", | ||||||
|     "react-dom": "^18.2.0", |     "react-dom": "^18.2.0", | ||||||
|     "react-icons": "^5.0.1", |     "react-icons": "^5.0.1", | ||||||
|  | @ -19,28 +19,28 @@ | ||||||
|     "styled-components": "^5.3.11" |     "styled-components": "^5.3.11" | ||||||
|   }, |   }, | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|     "@babel/core": "^7.24.0", |     "@babel/core": "^7.24.3", | ||||||
|     "@babel/preset-env": "^7.24.0", |     "@babel/preset-env": "^7.24.3", | ||||||
|     "@babel/preset-react": "^7.23.3", |     "@babel/preset-react": "^7.24.1", | ||||||
|     "@babel/preset-typescript": "^7.23.3", |     "@babel/preset-typescript": "^7.24.1", | ||||||
|     "@types/node": "^20.11.25", |     "@types/node": "^20.11.30", | ||||||
|     "@types/react": "^18.2.64", |     "@types/react": "^18.2.72", | ||||||
|     "@types/react-dom": "^18.2.21", |     "@types/react-dom": "^18.2.22", | ||||||
|     "@types/styled-components": "^5.1.34", |     "@types/styled-components": "^5.1.34", | ||||||
|     "@typescript-eslint/eslint-plugin": "^7.1.1", |     "@typescript-eslint/eslint-plugin": "^7.4.0", | ||||||
|     "@typescript-eslint/parser": "^7.1.1", |     "@typescript-eslint/parser": "^7.4.0", | ||||||
|     "babel-loader": "^9.1.3", |     "babel-loader": "^9.1.3", | ||||||
|     "cross-env": "^7.0.3", |     "cross-env": "^7.0.3", | ||||||
|     "eslint": "^8.57.0", |     "eslint": "^8.57.0", | ||||||
|     "eslint-config-prettier": "^9.1.0", |     "eslint-config-prettier": "^9.1.0", | ||||||
|     "eslint-plugin-react": "^7.34.0", |     "eslint-plugin-react": "^7.34.1", | ||||||
|     "eslint-plugin-react-hooks": "^4.6.0", |     "eslint-plugin-react-hooks": "^4.6.0", | ||||||
|     "fork-ts-checker-webpack-plugin": "^9.0.2", |     "fork-ts-checker-webpack-plugin": "^9.0.2", | ||||||
|     "html-webpack-plugin": "^5.6.0", |     "html-webpack-plugin": "^5.6.0", | ||||||
|     "ts-node": "^10.9.2", |     "ts-node": "^10.9.2", | ||||||
|     "typescript": "~5.3.3", |     "typescript": "~5.3.3", | ||||||
|     "webpack": "^5.90.3", |     "webpack": "^5.91.0", | ||||||
|     "webpack-cli": "^5.1.4", |     "webpack-cli": "^5.1.4", | ||||||
|     "webpack-dev-server": "^5.0.2" |     "webpack-dev-server": "^5.0.4" | ||||||
|   } |   } | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -39,28 +39,28 @@ | ||||||
|     "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" |     "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" | ||||||
|   }, |   }, | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|     "@babel/runtime": "^7.24.0", |     "@babel/runtime": "^7.24.1", | ||||||
|     "@types/lodash": "^4.14.202", |     "@types/lodash": "^4.17.0", | ||||||
|     "lodash.debounce": "^4.0.8" |     "lodash.debounce": "^4.0.8" | ||||||
|   }, |   }, | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|     "@babel/cli": "^7.23.9", |     "@babel/cli": "^7.24.1", | ||||||
|     "@babel/core": "^7.24.0", |     "@babel/core": "^7.24.3", | ||||||
|     "@babel/eslint-parser": "^7.23.10", |     "@babel/eslint-parser": "^7.24.1", | ||||||
|     "@babel/plugin-transform-runtime": "^7.24.0", |     "@babel/plugin-transform-runtime": "^7.24.3", | ||||||
|     "@babel/preset-env": "^7.24.0", |     "@babel/preset-env": "^7.24.3", | ||||||
|     "@babel/preset-react": "^7.23.3", |     "@babel/preset-react": "^7.24.1", | ||||||
|     "@babel/preset-typescript": "^7.23.3", |     "@babel/preset-typescript": "^7.24.1", | ||||||
|     "@types/jest": "^29.5.12", |     "@types/jest": "^29.5.12", | ||||||
|     "@types/lodash.debounce": "^4.0.9", |     "@types/lodash.debounce": "^4.0.9", | ||||||
|     "@types/react": "^18.2.64", |     "@types/react": "^18.2.72", | ||||||
|     "@types/react-test-renderer": "^18.0.7", |     "@types/react-test-renderer": "^18.0.7", | ||||||
|     "@typescript-eslint/eslint-plugin": "^7.1.1", |     "@typescript-eslint/eslint-plugin": "^7.4.0", | ||||||
|     "@typescript-eslint/parser": "^7.1.1", |     "@typescript-eslint/parser": "^7.4.0", | ||||||
|     "eslint": "^8.57.0", |     "eslint": "^8.57.0", | ||||||
|     "eslint-config-prettier": "^9.1.0", |     "eslint-config-prettier": "^9.1.0", | ||||||
|     "eslint-plugin-jest": "^27.9.0", |     "eslint-plugin-jest": "^27.9.0", | ||||||
|     "eslint-plugin-react": "^7.34.0", |     "eslint-plugin-react": "^7.34.1", | ||||||
|     "eslint-plugin-react-hooks": "^4.6.0", |     "eslint-plugin-react-hooks": "^4.6.0", | ||||||
|     "jest": "^29.7.0", |     "jest": "^29.7.0", | ||||||
|     "jest-environment-jsdom": "^29.7.0", |     "jest-environment-jsdom": "^29.7.0", | ||||||
|  |  | ||||||
|  | @ -26,27 +26,27 @@ | ||||||
|     "react-json-tree": "^0.18.0" |     "react-json-tree": "^0.18.0" | ||||||
|   }, |   }, | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|     "@babel/core": "^7.24.0", |     "@babel/core": "^7.24.3", | ||||||
|     "@babel/preset-env": "^7.24.0", |     "@babel/preset-env": "^7.24.3", | ||||||
|     "@babel/preset-react": "^7.23.3", |     "@babel/preset-react": "^7.24.1", | ||||||
|     "@babel/preset-typescript": "^7.23.3", |     "@babel/preset-typescript": "^7.24.1", | ||||||
|     "@types/node": "^20.11.25", |     "@types/node": "^20.11.30", | ||||||
|     "@types/react": "^18.2.64", |     "@types/react": "^18.2.72", | ||||||
|     "@types/react-dom": "^18.2.21", |     "@types/react-dom": "^18.2.22", | ||||||
|     "@typescript-eslint/eslint-plugin": "^7.1.1", |     "@typescript-eslint/eslint-plugin": "^7.4.0", | ||||||
|     "@typescript-eslint/parser": "^7.1.1", |     "@typescript-eslint/parser": "^7.4.0", | ||||||
|     "babel-loader": "^9.1.3", |     "babel-loader": "^9.1.3", | ||||||
|     "cross-env": "^7.0.3", |     "cross-env": "^7.0.3", | ||||||
|     "eslint": "^8.57.0", |     "eslint": "^8.57.0", | ||||||
|     "eslint-config-prettier": "^9.1.0", |     "eslint-config-prettier": "^9.1.0", | ||||||
|     "eslint-plugin-react": "^7.34.0", |     "eslint-plugin-react": "^7.34.1", | ||||||
|     "eslint-plugin-react-hooks": "^4.6.0", |     "eslint-plugin-react-hooks": "^4.6.0", | ||||||
|     "fork-ts-checker-webpack-plugin": "^9.0.2", |     "fork-ts-checker-webpack-plugin": "^9.0.2", | ||||||
|     "html-webpack-plugin": "^5.6.0", |     "html-webpack-plugin": "^5.6.0", | ||||||
|     "ts-node": "^10.9.2", |     "ts-node": "^10.9.2", | ||||||
|     "typescript": "~5.3.3", |     "typescript": "~5.3.3", | ||||||
|     "webpack": "^5.90.3", |     "webpack": "^5.91.0", | ||||||
|     "webpack-cli": "^5.1.4", |     "webpack-cli": "^5.1.4", | ||||||
|     "webpack-dev-server": "^5.0.2" |     "webpack-dev-server": "^5.0.4" | ||||||
|   } |   } | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -45,38 +45,38 @@ | ||||||
|     "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" |     "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" | ||||||
|   }, |   }, | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|     "@babel/runtime": "^7.24.0", |     "@babel/runtime": "^7.24.1", | ||||||
|     "@types/lodash": "^4.14.202", |     "@types/lodash": "^4.17.0", | ||||||
|     "react-base16-styling": "^0.9.1" |     "react-base16-styling": "^0.9.1" | ||||||
|   }, |   }, | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|     "@babel/cli": "^7.23.9", |     "@babel/cli": "^7.24.1", | ||||||
|     "@babel/core": "^7.24.0", |     "@babel/core": "^7.24.3", | ||||||
|     "@babel/eslint-parser": "^7.23.10", |     "@babel/eslint-parser": "^7.24.1", | ||||||
|     "@babel/plugin-transform-runtime": "^7.24.0", |     "@babel/plugin-transform-runtime": "^7.24.3", | ||||||
|     "@babel/preset-env": "^7.24.0", |     "@babel/preset-env": "^7.24.3", | ||||||
|     "@babel/preset-react": "^7.23.3", |     "@babel/preset-react": "^7.24.1", | ||||||
|     "@babel/preset-typescript": "^7.23.3", |     "@babel/preset-typescript": "^7.24.1", | ||||||
|     "@rollup/plugin-babel": "^6.0.4", |     "@rollup/plugin-babel": "^6.0.4", | ||||||
|     "@rollup/plugin-commonjs": "^25.0.7", |     "@rollup/plugin-commonjs": "^25.0.7", | ||||||
|     "@rollup/plugin-node-resolve": "^15.2.3", |     "@rollup/plugin-node-resolve": "^15.2.3", | ||||||
|     "@rollup/plugin-terser": "^0.4.4", |     "@rollup/plugin-terser": "^0.4.4", | ||||||
|     "@types/jest": "^29.5.12", |     "@types/jest": "^29.5.12", | ||||||
|     "@types/node": "^20.11.25", |     "@types/node": "^20.11.30", | ||||||
|     "@types/react": "^18.2.64", |     "@types/react": "^18.2.72", | ||||||
|     "@types/react-test-renderer": "^18.0.7", |     "@types/react-test-renderer": "^18.0.7", | ||||||
|     "@typescript-eslint/eslint-plugin": "^7.1.1", |     "@typescript-eslint/eslint-plugin": "^7.4.0", | ||||||
|     "@typescript-eslint/parser": "^7.1.1", |     "@typescript-eslint/parser": "^7.4.0", | ||||||
|     "eslint": "^8.57.0", |     "eslint": "^8.57.0", | ||||||
|     "eslint-config-prettier": "^9.1.0", |     "eslint-config-prettier": "^9.1.0", | ||||||
|     "eslint-plugin-jest": "^27.9.0", |     "eslint-plugin-jest": "^27.9.0", | ||||||
|     "eslint-plugin-react": "^7.34.0", |     "eslint-plugin-react": "^7.34.1", | ||||||
|     "eslint-plugin-react-hooks": "^4.6.0", |     "eslint-plugin-react-hooks": "^4.6.0", | ||||||
|     "jest": "^29.7.0", |     "jest": "^29.7.0", | ||||||
|     "react": "^18.2.0", |     "react": "^18.2.0", | ||||||
|     "react-test-renderer": "^18.2.0", |     "react-test-renderer": "^18.2.0", | ||||||
|     "rimraf": "^5.0.5", |     "rimraf": "^5.0.5", | ||||||
|     "rollup": "^4.12.1", |     "rollup": "^4.13.0", | ||||||
|     "rollup-plugin-typescript2": "^0.36.0", |     "rollup-plugin-typescript2": "^0.36.0", | ||||||
|     "ts-jest": "^29.1.2", |     "ts-jest": "^29.1.2", | ||||||
|     "tslib": "^2.6.2", |     "tslib": "^2.6.2", | ||||||
|  |  | ||||||
|  | @ -40,7 +40,7 @@ | ||||||
|     "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" |     "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" | ||||||
|   }, |   }, | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|     "@babel/runtime": "^7.24.0", |     "@babel/runtime": "^7.24.1", | ||||||
|     "@redux-devtools/chart-monitor": "^5.0.0", |     "@redux-devtools/chart-monitor": "^5.0.0", | ||||||
|     "@redux-devtools/core": "^4.0.0", |     "@redux-devtools/core": "^4.0.0", | ||||||
|     "@redux-devtools/inspector-monitor": "^6.0.0", |     "@redux-devtools/inspector-monitor": "^6.0.0", | ||||||
|  | @ -65,38 +65,38 @@ | ||||||
|     "socketcluster-client": "^19.1.0" |     "socketcluster-client": "^19.1.0" | ||||||
|   }, |   }, | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|     "@babel/cli": "^7.23.9", |     "@babel/cli": "^7.24.1", | ||||||
|     "@babel/core": "^7.24.0", |     "@babel/core": "^7.24.3", | ||||||
|     "@babel/eslint-parser": "^7.23.10", |     "@babel/eslint-parser": "^7.24.1", | ||||||
|     "@babel/plugin-transform-runtime": "^7.24.0", |     "@babel/plugin-transform-runtime": "^7.24.3", | ||||||
|     "@babel/preset-env": "^7.24.0", |     "@babel/preset-env": "^7.24.3", | ||||||
|     "@babel/preset-react": "^7.23.3", |     "@babel/preset-react": "^7.24.1", | ||||||
|     "@babel/preset-typescript": "^7.23.3", |     "@babel/preset-typescript": "^7.24.1", | ||||||
|     "@emotion/react": "^11.11.4", |     "@emotion/react": "^11.11.4", | ||||||
|     "@rjsf/core": "^4.2.3", |     "@rjsf/core": "^4.2.3", | ||||||
|     "@testing-library/jest-dom": "^6.4.2", |     "@testing-library/jest-dom": "^6.4.2", | ||||||
|     "@testing-library/react": "^14.2.1", |     "@testing-library/react": "^14.2.2", | ||||||
|     "@types/jest": "^29.5.12", |     "@types/jest": "^29.5.12", | ||||||
|     "@types/jsan": "^3.1.5", |     "@types/jsan": "^3.1.5", | ||||||
|     "@types/json-schema": "^7.0.15", |     "@types/json-schema": "^7.0.15", | ||||||
|     "@types/lodash": "^4.14.202", |     "@types/lodash": "^4.17.0", | ||||||
|     "@types/node": "^20.11.25", |     "@types/node": "^20.11.30", | ||||||
|     "@types/react": "^18.2.64", |     "@types/react": "^18.2.72", | ||||||
|     "@types/react-dom": "^18.2.21", |     "@types/react-dom": "^18.2.22", | ||||||
|     "@types/socketcluster-client": "^19.1.0", |     "@types/socketcluster-client": "^19.1.0", | ||||||
|     "@types/styled-components": "^5.1.34", |     "@types/styled-components": "^5.1.34", | ||||||
|     "@types/testing-library__jest-dom": "^5.14.9", |     "@types/testing-library__jest-dom": "^5.14.9", | ||||||
|     "@types/webpack-env": "^1.18.4", |     "@types/webpack-env": "^1.18.4", | ||||||
|     "@typescript-eslint/eslint-plugin": "^7.1.1", |     "@typescript-eslint/eslint-plugin": "^7.4.0", | ||||||
|     "@typescript-eslint/parser": "^7.1.1", |     "@typescript-eslint/parser": "^7.4.0", | ||||||
|     "babel-loader": "^9.1.3", |     "babel-loader": "^9.1.3", | ||||||
|     "cross-env": "^7.0.3", |     "cross-env": "^7.0.3", | ||||||
|     "css-loader": "^6.10.0", |     "css-loader": "^6.10.0", | ||||||
|     "esbuild": "^0.20.1", |     "esbuild": "^0.20.2", | ||||||
|     "eslint": "^8.57.0", |     "eslint": "^8.57.0", | ||||||
|     "eslint-config-prettier": "^9.1.0", |     "eslint-config-prettier": "^9.1.0", | ||||||
|     "eslint-plugin-jest": "^27.9.0", |     "eslint-plugin-jest": "^27.9.0", | ||||||
|     "eslint-plugin-react": "^7.34.0", |     "eslint-plugin-react": "^7.34.1", | ||||||
|     "eslint-plugin-react-hooks": "^4.6.0", |     "eslint-plugin-react-hooks": "^4.6.0", | ||||||
|     "fork-ts-checker-webpack-plugin": "^9.0.2", |     "fork-ts-checker-webpack-plugin": "^9.0.2", | ||||||
|     "html-loader": "^5.0.0", |     "html-loader": "^5.0.0", | ||||||
|  | @ -111,9 +111,9 @@ | ||||||
|     "ts-jest": "^29.1.2", |     "ts-jest": "^29.1.2", | ||||||
|     "ts-node": "^10.9.2", |     "ts-node": "^10.9.2", | ||||||
|     "typescript": "~5.3.3", |     "typescript": "~5.3.3", | ||||||
|     "webpack": "^5.90.3", |     "webpack": "^5.91.0", | ||||||
|     "webpack-cli": "^5.1.4", |     "webpack-cli": "^5.1.4", | ||||||
|     "webpack-dev-server": "^5.0.2" |     "webpack-dev-server": "^5.0.4" | ||||||
|   }, |   }, | ||||||
|   "peerDependencies": { |   "peerDependencies": { | ||||||
|     "@emotion/react": "^11.11.4", |     "@emotion/react": "^11.11.4", | ||||||
|  |  | ||||||
|  | @ -39,27 +39,27 @@ | ||||||
|     "prepublish": "pnpm run type-check && pnpm run lint" |     "prepublish": "pnpm run type-check && pnpm run lint" | ||||||
|   }, |   }, | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|     "@babel/runtime": "^7.24.0", |     "@babel/runtime": "^7.24.1", | ||||||
|     "@types/redux-devtools-themes": "^1.0.3", |     "@types/redux-devtools-themes": "^1.0.3", | ||||||
|     "d3-state-visualizer": "^2.0.0", |     "d3-state-visualizer": "^2.0.0", | ||||||
|     "deepmerge": "^4.3.1", |     "deepmerge": "^4.3.1", | ||||||
|     "redux-devtools-themes": "^1.0.0" |     "redux-devtools-themes": "^1.0.0" | ||||||
|   }, |   }, | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|     "@babel/cli": "^7.23.9", |     "@babel/cli": "^7.24.1", | ||||||
|     "@babel/core": "^7.24.0", |     "@babel/core": "^7.24.3", | ||||||
|     "@babel/eslint-parser": "^7.23.10", |     "@babel/eslint-parser": "^7.24.1", | ||||||
|     "@babel/plugin-transform-runtime": "^7.24.0", |     "@babel/plugin-transform-runtime": "^7.24.3", | ||||||
|     "@babel/preset-env": "^7.24.0", |     "@babel/preset-env": "^7.24.3", | ||||||
|     "@babel/preset-react": "^7.23.3", |     "@babel/preset-react": "^7.24.1", | ||||||
|     "@babel/preset-typescript": "^7.23.3", |     "@babel/preset-typescript": "^7.24.1", | ||||||
|     "@redux-devtools/core": "^4.0.0", |     "@redux-devtools/core": "^4.0.0", | ||||||
|     "@types/react": "^18.2.64", |     "@types/react": "^18.2.72", | ||||||
|     "@typescript-eslint/eslint-plugin": "^7.1.1", |     "@typescript-eslint/eslint-plugin": "^7.4.0", | ||||||
|     "@typescript-eslint/parser": "^7.1.1", |     "@typescript-eslint/parser": "^7.4.0", | ||||||
|     "eslint": "^8.57.0", |     "eslint": "^8.57.0", | ||||||
|     "eslint-config-prettier": "^9.1.0", |     "eslint-config-prettier": "^9.1.0", | ||||||
|     "eslint-plugin-react": "^7.34.0", |     "eslint-plugin-react": "^7.34.1", | ||||||
|     "eslint-plugin-react-hooks": "^4.6.0", |     "eslint-plugin-react-hooks": "^4.6.0", | ||||||
|     "react": "^18.2.0", |     "react": "^18.2.0", | ||||||
|     "redux": "^4.2.1", |     "redux": "^4.2.1", | ||||||
|  |  | ||||||
|  | @ -41,23 +41,23 @@ | ||||||
|     "node": ">= 18.12.0" |     "node": ">= 18.12.0" | ||||||
|   }, |   }, | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|     "@apollo/server": "^4.10.1", |     "@apollo/server": "^4.10.2", | ||||||
|     "@emotion/react": "^11.11.4", |     "@emotion/react": "^11.11.4", | ||||||
|     "@redux-devtools/app": "^6.0.0", |     "@redux-devtools/app": "^6.0.0", | ||||||
|     "@types/react": "^18.2.64", |     "@types/react": "^18.2.72", | ||||||
|     "body-parser": "^1.20.2", |     "body-parser": "^1.20.2", | ||||||
|     "chalk": "^5.3.0", |     "chalk": "^5.3.0", | ||||||
|     "cors": "^2.8.5", |     "cors": "^2.8.5", | ||||||
|     "cross-spawn": "^7.0.3", |     "cross-spawn": "^7.0.3", | ||||||
|     "electron": "^27.3.5", |     "electron": "^27.3.7", | ||||||
|     "express": "^4.18.3", |     "express": "^4.19.2", | ||||||
|     "get-port": "^7.0.0", |     "get-port": "^7.1.0", | ||||||
|     "graphql": "^16.8.1", |     "graphql": "^16.8.1", | ||||||
|     "knex": "^3.1.0", |     "knex": "^3.1.0", | ||||||
|     "lodash-es": "^4.17.21", |     "lodash-es": "^4.17.21", | ||||||
|     "minimist": "^1.2.8", |     "minimist": "^1.2.8", | ||||||
|     "morgan": "^1.10.0", |     "morgan": "^1.10.0", | ||||||
|     "open": "^10.0.4", |     "open": "^10.1.0", | ||||||
|     "react": "^18.2.0", |     "react": "^18.2.0", | ||||||
|     "react-dom": "^18.2.0", |     "react-dom": "^18.2.0", | ||||||
|     "react-is": "^18.2.0", |     "react-is": "^18.2.0", | ||||||
|  | @ -76,15 +76,15 @@ | ||||||
|     "@types/lodash-es": "^4.17.12", |     "@types/lodash-es": "^4.17.12", | ||||||
|     "@types/minimist": "^1.2.5", |     "@types/minimist": "^1.2.5", | ||||||
|     "@types/morgan": "^1.9.9", |     "@types/morgan": "^1.9.9", | ||||||
|     "@types/node": "^20.11.25", |     "@types/node": "^20.11.30", | ||||||
|     "@types/semver": "^7.5.8", |     "@types/semver": "^7.5.8", | ||||||
|     "@types/socketcluster-client": "^19.1.0", |     "@types/socketcluster-client": "^19.1.0", | ||||||
|     "@types/socketcluster-server": "^19.0.1", |     "@types/socketcluster-server": "^19.0.1", | ||||||
|     "@types/styled-components": "^5.1.34", |     "@types/styled-components": "^5.1.34", | ||||||
|     "@types/supertest": "^6.0.2", |     "@types/supertest": "^6.0.2", | ||||||
|     "@types/uuid": "^9.0.8", |     "@types/uuid": "^9.0.8", | ||||||
|     "@typescript-eslint/eslint-plugin": "^7.1.1", |     "@typescript-eslint/eslint-plugin": "^7.4.0", | ||||||
|     "@typescript-eslint/parser": "^7.1.1", |     "@typescript-eslint/parser": "^7.4.0", | ||||||
|     "eslint": "^8.57.0", |     "eslint": "^8.57.0", | ||||||
|     "eslint-config-prettier": "^9.1.0", |     "eslint-config-prettier": "^9.1.0", | ||||||
|     "eslint-plugin-jest": "^27.9.0", |     "eslint-plugin-jest": "^27.9.0", | ||||||
|  |  | ||||||
|  | @ -41,26 +41,26 @@ | ||||||
|     "prepublish": "pnpm run type-check && pnpm run lint" |     "prepublish": "pnpm run type-check && pnpm run lint" | ||||||
|   }, |   }, | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|     "@babel/runtime": "^7.24.0", |     "@babel/runtime": "^7.24.1", | ||||||
|     "parse-key": "^0.2.1", |     "parse-key": "^0.2.1", | ||||||
|     "react-dock": "^0.6.0" |     "react-dock": "^0.6.0" | ||||||
|   }, |   }, | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|     "@babel/cli": "^7.23.9", |     "@babel/cli": "^7.24.1", | ||||||
|     "@babel/core": "^7.24.0", |     "@babel/core": "^7.24.3", | ||||||
|     "@babel/eslint-parser": "^7.23.10", |     "@babel/eslint-parser": "^7.24.1", | ||||||
|     "@babel/plugin-transform-runtime": "^7.24.0", |     "@babel/plugin-transform-runtime": "^7.24.3", | ||||||
|     "@babel/preset-env": "^7.24.0", |     "@babel/preset-env": "^7.24.3", | ||||||
|     "@babel/preset-react": "^7.23.3", |     "@babel/preset-react": "^7.24.1", | ||||||
|     "@babel/preset-typescript": "^7.23.3", |     "@babel/preset-typescript": "^7.24.1", | ||||||
|     "@redux-devtools/core": "^4.0.0", |     "@redux-devtools/core": "^4.0.0", | ||||||
|     "@types/parse-key": "^0.2.2", |     "@types/parse-key": "^0.2.2", | ||||||
|     "@types/react": "^18.2.64", |     "@types/react": "^18.2.72", | ||||||
|     "@typescript-eslint/eslint-plugin": "^7.1.1", |     "@typescript-eslint/eslint-plugin": "^7.4.0", | ||||||
|     "@typescript-eslint/parser": "^7.1.1", |     "@typescript-eslint/parser": "^7.4.0", | ||||||
|     "eslint": "^8.57.0", |     "eslint": "^8.57.0", | ||||||
|     "eslint-config-prettier": "^9.1.0", |     "eslint-config-prettier": "^9.1.0", | ||||||
|     "eslint-plugin-react": "^7.34.0", |     "eslint-plugin-react": "^7.34.1", | ||||||
|     "eslint-plugin-react-hooks": "^4.6.0", |     "eslint-plugin-react-hooks": "^4.6.0", | ||||||
|     "react": "^18.2.0", |     "react": "^18.2.0", | ||||||
|     "redux": "^4.2.1", |     "redux": "^4.2.1", | ||||||
|  |  | ||||||
|  | @ -29,18 +29,18 @@ | ||||||
|     "prepublish": "pnpm run type-check && pnpm run lint" |     "prepublish": "pnpm run type-check && pnpm run lint" | ||||||
|   }, |   }, | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|     "@babel/runtime": "^7.24.0", |     "@babel/runtime": "^7.24.1", | ||||||
|     "immutable": "^4.3.5" |     "immutable": "^4.3.5" | ||||||
|   }, |   }, | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|     "@babel/cli": "^7.23.9", |     "@babel/cli": "^7.24.1", | ||||||
|     "@babel/core": "^7.24.0", |     "@babel/core": "^7.24.3", | ||||||
|     "@babel/eslint-parser": "^7.23.10", |     "@babel/eslint-parser": "^7.24.1", | ||||||
|     "@babel/plugin-transform-runtime": "^7.24.0", |     "@babel/plugin-transform-runtime": "^7.24.3", | ||||||
|     "@babel/preset-env": "^7.24.0", |     "@babel/preset-env": "^7.24.3", | ||||||
|     "@babel/preset-typescript": "^7.23.3", |     "@babel/preset-typescript": "^7.24.1", | ||||||
|     "@typescript-eslint/eslint-plugin": "^7.1.1", |     "@typescript-eslint/eslint-plugin": "^7.4.0", | ||||||
|     "@typescript-eslint/parser": "^7.1.1", |     "@typescript-eslint/parser": "^7.4.0", | ||||||
|     "eslint": "^8.57.0", |     "eslint": "^8.57.0", | ||||||
|     "eslint-config-prettier": "^9.1.0", |     "eslint-config-prettier": "^9.1.0", | ||||||
|     "redux": "^4.2.1", |     "redux": "^4.2.1", | ||||||
|  |  | ||||||
|  | @ -28,33 +28,33 @@ | ||||||
|     "styled-components": "^5.3.11" |     "styled-components": "^5.3.11" | ||||||
|   }, |   }, | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|     "@babel/core": "^7.24.0", |     "@babel/core": "^7.24.3", | ||||||
|     "@babel/preset-env": "^7.24.0", |     "@babel/preset-env": "^7.24.3", | ||||||
|     "@babel/preset-react": "^7.23.3", |     "@babel/preset-react": "^7.24.1", | ||||||
|     "@babel/preset-typescript": "^7.23.3", |     "@babel/preset-typescript": "^7.24.1", | ||||||
|     "@types/lodash.shuffle": "^4.2.9", |     "@types/lodash.shuffle": "^4.2.9", | ||||||
|     "@types/node": "^20.11.25", |     "@types/node": "^20.11.30", | ||||||
|     "@types/react": "^18.2.64", |     "@types/react": "^18.2.72", | ||||||
|     "@types/react-dom": "^18.2.21", |     "@types/react-dom": "^18.2.22", | ||||||
|     "@types/redux-logger": "3.0.12", |     "@types/redux-logger": "3.0.12", | ||||||
|     "@types/styled-components": "^5.1.34", |     "@types/styled-components": "^5.1.34", | ||||||
|     "@types/webpack-env": "^1.18.4", |     "@types/webpack-env": "^1.18.4", | ||||||
|     "@typescript-eslint/eslint-plugin": "^7.1.1", |     "@typescript-eslint/eslint-plugin": "^7.4.0", | ||||||
|     "@typescript-eslint/parser": "^7.1.1", |     "@typescript-eslint/parser": "^7.4.0", | ||||||
|     "babel-loader": "^9.1.3", |     "babel-loader": "^9.1.3", | ||||||
|     "cross-env": "^7.0.3", |     "cross-env": "^7.0.3", | ||||||
|     "css-loader": "^6.10.0", |     "css-loader": "^6.10.0", | ||||||
|     "eslint": "^8.57.0", |     "eslint": "^8.57.0", | ||||||
|     "eslint-config-prettier": "^9.1.0", |     "eslint-config-prettier": "^9.1.0", | ||||||
|     "eslint-plugin-react": "^7.34.0", |     "eslint-plugin-react": "^7.34.1", | ||||||
|     "eslint-plugin-react-hooks": "^4.6.0", |     "eslint-plugin-react-hooks": "^4.6.0", | ||||||
|     "fork-ts-checker-webpack-plugin": "^9.0.2", |     "fork-ts-checker-webpack-plugin": "^9.0.2", | ||||||
|     "html-webpack-plugin": "^5.6.0", |     "html-webpack-plugin": "^5.6.0", | ||||||
|     "style-loader": "^3.3.4", |     "style-loader": "^3.3.4", | ||||||
|     "ts-node": "^10.9.2", |     "ts-node": "^10.9.2", | ||||||
|     "typescript": "~5.3.3", |     "typescript": "~5.3.3", | ||||||
|     "webpack": "^5.90.3", |     "webpack": "^5.91.0", | ||||||
|     "webpack-cli": "^5.1.4", |     "webpack-cli": "^5.1.4", | ||||||
|     "webpack-dev-server": "^5.0.2" |     "webpack-dev-server": "^5.0.4" | ||||||
|   } |   } | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -43,7 +43,7 @@ | ||||||
|     "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" |     "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" | ||||||
|   }, |   }, | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|     "@babel/runtime": "^7.24.0", |     "@babel/runtime": "^7.24.1", | ||||||
|     "@redux-devtools/ui": "^1.3.1", |     "@redux-devtools/ui": "^1.3.1", | ||||||
|     "es6template": "^1.0.5", |     "es6template": "^1.0.5", | ||||||
|     "javascript-stringify": "^2.1.0", |     "javascript-stringify": "^2.1.0", | ||||||
|  | @ -53,28 +53,28 @@ | ||||||
|     "simple-diff": "^1.7.2" |     "simple-diff": "^1.7.2" | ||||||
|   }, |   }, | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|     "@babel/cli": "^7.23.9", |     "@babel/cli": "^7.24.1", | ||||||
|     "@babel/core": "^7.24.0", |     "@babel/core": "^7.24.3", | ||||||
|     "@babel/eslint-parser": "^7.23.10", |     "@babel/eslint-parser": "^7.24.1", | ||||||
|     "@babel/plugin-transform-runtime": "^7.24.0", |     "@babel/plugin-transform-runtime": "^7.24.3", | ||||||
|     "@babel/preset-env": "^7.24.0", |     "@babel/preset-env": "^7.24.3", | ||||||
|     "@babel/preset-react": "^7.23.3", |     "@babel/preset-react": "^7.24.1", | ||||||
|     "@babel/preset-typescript": "^7.23.3", |     "@babel/preset-typescript": "^7.24.1", | ||||||
|     "@emotion/react": "^11.11.4", |     "@emotion/react": "^11.11.4", | ||||||
|     "@redux-devtools/core": "^4.0.0", |     "@redux-devtools/core": "^4.0.0", | ||||||
|     "@redux-devtools/inspector-monitor": "^6.0.0", |     "@redux-devtools/inspector-monitor": "^6.0.0", | ||||||
|     "@testing-library/react": "^14.2.1", |     "@testing-library/react": "^14.2.2", | ||||||
|     "@types/es6template": "^1.0.5", |     "@types/es6template": "^1.0.5", | ||||||
|     "@types/jest": "^29.5.12", |     "@types/jest": "^29.5.12", | ||||||
|     "@types/jsan": "^3.1.5", |     "@types/jsan": "^3.1.5", | ||||||
|     "@types/object-path": "^0.11.4", |     "@types/object-path": "^0.11.4", | ||||||
|     "@types/react": "^18.2.64", |     "@types/react": "^18.2.72", | ||||||
|     "@typescript-eslint/eslint-plugin": "^7.1.1", |     "@typescript-eslint/eslint-plugin": "^7.4.0", | ||||||
|     "@typescript-eslint/parser": "^7.1.1", |     "@typescript-eslint/parser": "^7.4.0", | ||||||
|     "eslint": "^8.57.0", |     "eslint": "^8.57.0", | ||||||
|     "eslint-config-prettier": "^9.1.0", |     "eslint-config-prettier": "^9.1.0", | ||||||
|     "eslint-plugin-jest": "^27.9.0", |     "eslint-plugin-jest": "^27.9.0", | ||||||
|     "eslint-plugin-react": "^7.34.0", |     "eslint-plugin-react": "^7.34.1", | ||||||
|     "eslint-plugin-react-hooks": "^4.6.0", |     "eslint-plugin-react-hooks": "^4.6.0", | ||||||
|     "jest": "^29.7.0", |     "jest": "^29.7.0", | ||||||
|     "jest-environment-jsdom": "^29.7.0", |     "jest-environment-jsdom": "^29.7.0", | ||||||
|  |  | ||||||
|  | @ -31,8 +31,8 @@ | ||||||
|   }, |   }, | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|     "@babel/code-frame": "^8.0.0-alpha.7", |     "@babel/code-frame": "^8.0.0-alpha.7", | ||||||
|     "@babel/runtime": "^7.24.0", |     "@babel/runtime": "^7.24.1", | ||||||
|     "@types/chrome": "^0.0.262", |     "@types/chrome": "^0.0.263", | ||||||
|     "anser": "^2.1.1", |     "anser": "^2.1.1", | ||||||
|     "html-entities": "^2.5.2", |     "html-entities": "^2.5.2", | ||||||
|     "path-browserify": "^1.0.1", |     "path-browserify": "^1.0.1", | ||||||
|  | @ -40,31 +40,31 @@ | ||||||
|     "source-map": "^0.5.7" |     "source-map": "^0.5.7" | ||||||
|   }, |   }, | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|     "@babel/cli": "^7.23.9", |     "@babel/cli": "^7.24.1", | ||||||
|     "@babel/core": "^7.24.0", |     "@babel/core": "^7.24.3", | ||||||
|     "@babel/eslint-parser": "^7.23.10", |     "@babel/eslint-parser": "^7.24.1", | ||||||
|     "@babel/plugin-transform-runtime": "^7.24.0", |     "@babel/plugin-transform-runtime": "^7.24.3", | ||||||
|     "@babel/preset-env": "^7.24.0", |     "@babel/preset-env": "^7.24.3", | ||||||
|     "@babel/preset-react": "^7.23.3", |     "@babel/preset-react": "^7.24.1", | ||||||
|     "@babel/preset-typescript": "^7.23.3", |     "@babel/preset-typescript": "^7.24.1", | ||||||
|     "@emotion/react": "^11.11.4", |     "@emotion/react": "^11.11.4", | ||||||
|     "@redux-devtools/core": "^4.0.0", |     "@redux-devtools/core": "^4.0.0", | ||||||
|     "@redux-devtools/inspector-monitor": "^6.0.0", |     "@redux-devtools/inspector-monitor": "^6.0.0", | ||||||
|     "@testing-library/react": "^14.2.1", |     "@testing-library/react": "^14.2.2", | ||||||
|     "@types/babel__code-frame": "^7.0.6", |     "@types/babel__code-frame": "^7.0.6", | ||||||
|     "@types/html-entities": "^1.3.4", |     "@types/html-entities": "^1.3.4", | ||||||
|     "@types/jest": "^29.5.12", |     "@types/jest": "^29.5.12", | ||||||
|     "@types/node": "^20.11.25", |     "@types/node": "^20.11.30", | ||||||
|     "@types/path-browserify": "^1.0.2", |     "@types/path-browserify": "^1.0.2", | ||||||
|     "@types/react": "^18.2.64", |     "@types/react": "^18.2.72", | ||||||
|     "@types/redux-devtools-themes": "^1.0.3", |     "@types/redux-devtools-themes": "^1.0.3", | ||||||
|     "@types/source-map": "0.5.2", |     "@types/source-map": "0.5.2", | ||||||
|     "@typescript-eslint/eslint-plugin": "^7.1.1", |     "@typescript-eslint/eslint-plugin": "^7.4.0", | ||||||
|     "@typescript-eslint/parser": "^7.1.1", |     "@typescript-eslint/parser": "^7.4.0", | ||||||
|     "eslint": "^8.57.0", |     "eslint": "^8.57.0", | ||||||
|     "eslint-config-prettier": "^9.1.0", |     "eslint-config-prettier": "^9.1.0", | ||||||
|     "eslint-plugin-jest": "^27.9.0", |     "eslint-plugin-jest": "^27.9.0", | ||||||
|     "eslint-plugin-react": "^7.34.0", |     "eslint-plugin-react": "^7.34.1", | ||||||
|     "eslint-plugin-react-hooks": "^4.6.0", |     "eslint-plugin-react-hooks": "^4.6.0", | ||||||
|     "jest": "^29.7.0", |     "jest": "^29.7.0", | ||||||
|     "jest-environment-jsdom": "^29.7.0", |     "jest-environment-jsdom": "^29.7.0", | ||||||
|  |  | ||||||
|  | @ -18,7 +18,7 @@ | ||||||
|     "immutable": "^4.3.5", |     "immutable": "^4.3.5", | ||||||
|     "lodash.shuffle": "^4.2.0", |     "lodash.shuffle": "^4.2.0", | ||||||
|     "react": "^18.2.0", |     "react": "^18.2.0", | ||||||
|     "react-bootstrap": "^2.10.1", |     "react-bootstrap": "^2.10.2", | ||||||
|     "react-dom": "^18.2.0", |     "react-dom": "^18.2.0", | ||||||
|     "react-redux": "^8.1.3", |     "react-redux": "^8.1.3", | ||||||
|     "react-router-dom": "^6.22.3", |     "react-router-dom": "^6.22.3", | ||||||
|  | @ -26,31 +26,31 @@ | ||||||
|     "redux-logger": "^3.0.6" |     "redux-logger": "^3.0.6" | ||||||
|   }, |   }, | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|     "@babel/core": "^7.24.0", |     "@babel/core": "^7.24.3", | ||||||
|     "@babel/preset-env": "^7.24.0", |     "@babel/preset-env": "^7.24.3", | ||||||
|     "@babel/preset-react": "^7.23.3", |     "@babel/preset-react": "^7.24.1", | ||||||
|     "@babel/preset-typescript": "^7.23.3", |     "@babel/preset-typescript": "^7.24.1", | ||||||
|     "@types/base16": "^1.0.5", |     "@types/base16": "^1.0.5", | ||||||
|     "@types/lodash.shuffle": "^4.2.9", |     "@types/lodash.shuffle": "^4.2.9", | ||||||
|     "@types/node": "^20.11.25", |     "@types/node": "^20.11.30", | ||||||
|     "@types/react": "^18.2.64", |     "@types/react": "^18.2.72", | ||||||
|     "@types/react-dom": "^18.2.21", |     "@types/react-dom": "^18.2.22", | ||||||
|     "@types/redux-logger": "3.0.12", |     "@types/redux-logger": "3.0.12", | ||||||
|     "@types/webpack-env": "^1.18.4", |     "@types/webpack-env": "^1.18.4", | ||||||
|     "@typescript-eslint/eslint-plugin": "^7.1.1", |     "@typescript-eslint/eslint-plugin": "^7.4.0", | ||||||
|     "@typescript-eslint/parser": "^7.1.1", |     "@typescript-eslint/parser": "^7.4.0", | ||||||
|     "babel-loader": "^9.1.3", |     "babel-loader": "^9.1.3", | ||||||
|     "cross-env": "^7.0.3", |     "cross-env": "^7.0.3", | ||||||
|     "eslint": "^8.57.0", |     "eslint": "^8.57.0", | ||||||
|     "eslint-config-prettier": "^9.1.0", |     "eslint-config-prettier": "^9.1.0", | ||||||
|     "eslint-plugin-react": "^7.34.0", |     "eslint-plugin-react": "^7.34.1", | ||||||
|     "eslint-plugin-react-hooks": "^4.6.0", |     "eslint-plugin-react-hooks": "^4.6.0", | ||||||
|     "fork-ts-checker-webpack-plugin": "^9.0.2", |     "fork-ts-checker-webpack-plugin": "^9.0.2", | ||||||
|     "html-webpack-plugin": "^5.6.0", |     "html-webpack-plugin": "^5.6.0", | ||||||
|     "ts-node": "^10.9.2", |     "ts-node": "^10.9.2", | ||||||
|     "typescript": "~5.3.3", |     "typescript": "~5.3.3", | ||||||
|     "webpack": "^5.90.3", |     "webpack": "^5.91.0", | ||||||
|     "webpack-cli": "^5.1.4", |     "webpack-cli": "^5.1.4", | ||||||
|     "webpack-dev-server": "^5.0.2" |     "webpack-dev-server": "^5.0.4" | ||||||
|   } |   } | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -35,12 +35,12 @@ | ||||||
|     "prepublish": "pnpm run type-check && pnpm run lint" |     "prepublish": "pnpm run type-check && pnpm run lint" | ||||||
|   }, |   }, | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|     "@babel/runtime": "^7.24.0", |     "@babel/runtime": "^7.24.1", | ||||||
|     "@dnd-kit/core": "^6.1.0", |     "@dnd-kit/core": "^6.1.0", | ||||||
|     "@dnd-kit/modifiers": "^7.0.0", |     "@dnd-kit/modifiers": "^7.0.0", | ||||||
|     "@dnd-kit/sortable": "^8.0.0", |     "@dnd-kit/sortable": "^8.0.0", | ||||||
|     "@dnd-kit/utilities": "^3.2.2", |     "@dnd-kit/utilities": "^3.2.2", | ||||||
|     "@types/lodash": "^4.14.202", |     "@types/lodash": "^4.17.0", | ||||||
|     "@types/redux-devtools-themes": "^1.0.3", |     "@types/redux-devtools-themes": "^1.0.3", | ||||||
|     "dateformat": "^5.0.3", |     "dateformat": "^5.0.3", | ||||||
|     "hex-rgba": "^1.0.2", |     "hex-rgba": "^1.0.2", | ||||||
|  | @ -53,13 +53,13 @@ | ||||||
|     "redux-devtools-themes": "^1.0.0" |     "redux-devtools-themes": "^1.0.0" | ||||||
|   }, |   }, | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|     "@babel/cli": "^7.23.9", |     "@babel/cli": "^7.24.1", | ||||||
|     "@babel/core": "^7.24.0", |     "@babel/core": "^7.24.3", | ||||||
|     "@babel/eslint-parser": "^7.23.10", |     "@babel/eslint-parser": "^7.24.1", | ||||||
|     "@babel/plugin-transform-runtime": "^7.24.0", |     "@babel/plugin-transform-runtime": "^7.24.3", | ||||||
|     "@babel/preset-env": "^7.24.0", |     "@babel/preset-env": "^7.24.3", | ||||||
|     "@babel/preset-react": "^7.23.3", |     "@babel/preset-react": "^7.24.1", | ||||||
|     "@babel/preset-typescript": "^7.23.3", |     "@babel/preset-typescript": "^7.24.1", | ||||||
|     "@emotion/babel-preset-css-prop": "^11.11.0", |     "@emotion/babel-preset-css-prop": "^11.11.0", | ||||||
|     "@emotion/react": "^11.11.4", |     "@emotion/react": "^11.11.4", | ||||||
|     "@redux-devtools/core": "^4.0.0", |     "@redux-devtools/core": "^4.0.0", | ||||||
|  | @ -67,12 +67,12 @@ | ||||||
|     "@types/hex-rgba": "^1.0.3", |     "@types/hex-rgba": "^1.0.3", | ||||||
|     "@types/history": "^4.7.11", |     "@types/history": "^4.7.11", | ||||||
|     "@types/lodash.debounce": "^4.0.9", |     "@types/lodash.debounce": "^4.0.9", | ||||||
|     "@types/react": "^18.2.64", |     "@types/react": "^18.2.72", | ||||||
|     "@typescript-eslint/eslint-plugin": "^7.1.1", |     "@typescript-eslint/eslint-plugin": "^7.4.0", | ||||||
|     "@typescript-eslint/parser": "^7.1.1", |     "@typescript-eslint/parser": "^7.4.0", | ||||||
|     "eslint": "^8.57.0", |     "eslint": "^8.57.0", | ||||||
|     "eslint-config-prettier": "^9.1.0", |     "eslint-config-prettier": "^9.1.0", | ||||||
|     "eslint-plugin-react": "^7.34.0", |     "eslint-plugin-react": "^7.34.1", | ||||||
|     "eslint-plugin-react-hooks": "^4.6.0", |     "eslint-plugin-react-hooks": "^4.6.0", | ||||||
|     "react": "^18.2.0", |     "react": "^18.2.0", | ||||||
|     "redux": "^4.2.1", |     "redux": "^4.2.1", | ||||||
|  |  | ||||||
|  | @ -41,21 +41,21 @@ | ||||||
|     "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" |     "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" | ||||||
|   }, |   }, | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|     "@babel/runtime": "^7.24.0", |     "@babel/runtime": "^7.24.1", | ||||||
|     "lodash": "^4.17.21" |     "lodash": "^4.17.21" | ||||||
|   }, |   }, | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|     "@babel/cli": "^7.23.9", |     "@babel/cli": "^7.24.1", | ||||||
|     "@babel/core": "^7.24.0", |     "@babel/core": "^7.24.3", | ||||||
|     "@babel/eslint-parser": "^7.23.10", |     "@babel/eslint-parser": "^7.24.1", | ||||||
|     "@babel/plugin-transform-runtime": "^7.24.0", |     "@babel/plugin-transform-runtime": "^7.24.3", | ||||||
|     "@babel/preset-env": "^7.24.0", |     "@babel/preset-env": "^7.24.3", | ||||||
|     "@babel/preset-typescript": "^7.23.3", |     "@babel/preset-typescript": "^7.24.1", | ||||||
|     "@types/jest": "^29.5.12", |     "@types/jest": "^29.5.12", | ||||||
|     "@types/lodash": "^4.14.202", |     "@types/lodash": "^4.17.0", | ||||||
|     "@types/node": "^20.11.25", |     "@types/node": "^20.11.30", | ||||||
|     "@typescript-eslint/eslint-plugin": "^7.1.1", |     "@typescript-eslint/eslint-plugin": "^7.4.0", | ||||||
|     "@typescript-eslint/parser": "^7.1.1", |     "@typescript-eslint/parser": "^7.4.0", | ||||||
|     "eslint": "^8.57.0", |     "eslint": "^8.57.0", | ||||||
|     "eslint-config-prettier": "^9.1.0", |     "eslint-config-prettier": "^9.1.0", | ||||||
|     "eslint-plugin-jest": "^27.9.0", |     "eslint-plugin-jest": "^27.9.0", | ||||||
|  |  | ||||||
|  | @ -41,7 +41,7 @@ | ||||||
|     "prepublish": "pnpm run type-check && pnpm run lint" |     "prepublish": "pnpm run type-check && pnpm run lint" | ||||||
|   }, |   }, | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|     "@babel/runtime": "^7.24.0", |     "@babel/runtime": "^7.24.1", | ||||||
|     "@types/lodash.debounce": "^4.0.9", |     "@types/lodash.debounce": "^4.0.9", | ||||||
|     "@types/redux-devtools-themes": "^1.0.3", |     "@types/redux-devtools-themes": "^1.0.3", | ||||||
|     "lodash.debounce": "^4.0.8", |     "lodash.debounce": "^4.0.8", | ||||||
|  | @ -49,20 +49,20 @@ | ||||||
|     "redux-devtools-themes": "^1.0.0" |     "redux-devtools-themes": "^1.0.0" | ||||||
|   }, |   }, | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|     "@babel/cli": "^7.23.9", |     "@babel/cli": "^7.24.1", | ||||||
|     "@babel/core": "^7.24.0", |     "@babel/core": "^7.24.3", | ||||||
|     "@babel/eslint-parser": "^7.23.10", |     "@babel/eslint-parser": "^7.24.1", | ||||||
|     "@babel/plugin-transform-runtime": "^7.24.0", |     "@babel/plugin-transform-runtime": "^7.24.3", | ||||||
|     "@babel/preset-env": "^7.24.0", |     "@babel/preset-env": "^7.24.3", | ||||||
|     "@babel/preset-react": "^7.23.3", |     "@babel/preset-react": "^7.24.1", | ||||||
|     "@babel/preset-typescript": "^7.23.3", |     "@babel/preset-typescript": "^7.24.1", | ||||||
|     "@redux-devtools/core": "^4.0.0", |     "@redux-devtools/core": "^4.0.0", | ||||||
|     "@types/react": "^18.2.64", |     "@types/react": "^18.2.72", | ||||||
|     "@typescript-eslint/eslint-plugin": "^7.1.1", |     "@typescript-eslint/eslint-plugin": "^7.4.0", | ||||||
|     "@typescript-eslint/parser": "^7.1.1", |     "@typescript-eslint/parser": "^7.4.0", | ||||||
|     "eslint": "^8.57.0", |     "eslint": "^8.57.0", | ||||||
|     "eslint-config-prettier": "^9.1.0", |     "eslint-config-prettier": "^9.1.0", | ||||||
|     "eslint-plugin-react": "^7.34.0", |     "eslint-plugin-react": "^7.34.1", | ||||||
|     "eslint-plugin-react-hooks": "^4.6.0", |     "eslint-plugin-react-hooks": "^4.6.0", | ||||||
|     "react": "^18.2.0", |     "react": "^18.2.0", | ||||||
|     "redux": "^4.2.1", |     "redux": "^4.2.1", | ||||||
|  |  | ||||||
|  | @ -41,7 +41,7 @@ | ||||||
|     "prepublish": "pnpm run type-check && pnpm run lint" |     "prepublish": "pnpm run type-check && pnpm run lint" | ||||||
|   }, |   }, | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|     "@babel/runtime": "^7.24.0", |     "@babel/runtime": "^7.24.1", | ||||||
|     "@redux-devtools/instrument": "^2.2.0", |     "@redux-devtools/instrument": "^2.2.0", | ||||||
|     "@redux-devtools/utils": "^3.0.0", |     "@redux-devtools/utils": "^3.0.0", | ||||||
|     "jsan": "^3.1.14", |     "jsan": "^3.1.14", | ||||||
|  | @ -50,18 +50,18 @@ | ||||||
|     "socketcluster-client": "^19.1.0" |     "socketcluster-client": "^19.1.0" | ||||||
|   }, |   }, | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|     "@babel/cli": "^7.23.9", |     "@babel/cli": "^7.24.1", | ||||||
|     "@babel/core": "^7.24.0", |     "@babel/core": "^7.24.3", | ||||||
|     "@babel/eslint-parser": "^7.23.10", |     "@babel/eslint-parser": "^7.24.1", | ||||||
|     "@babel/plugin-transform-runtime": "^7.24.0", |     "@babel/plugin-transform-runtime": "^7.24.3", | ||||||
|     "@babel/preset-env": "^7.24.0", |     "@babel/preset-env": "^7.24.3", | ||||||
|     "@babel/preset-typescript": "^7.23.3", |     "@babel/preset-typescript": "^7.24.1", | ||||||
|     "@types/jsan": "^3.1.5", |     "@types/jsan": "^3.1.5", | ||||||
|     "@types/node": "^20.11.25", |     "@types/node": "^20.11.30", | ||||||
|     "@types/rn-host-detect": "^1.2.2", |     "@types/rn-host-detect": "^1.2.2", | ||||||
|     "@types/socketcluster-client": "^19.1.0", |     "@types/socketcluster-client": "^19.1.0", | ||||||
|     "@typescript-eslint/eslint-plugin": "^7.1.1", |     "@typescript-eslint/eslint-plugin": "^7.4.0", | ||||||
|     "@typescript-eslint/parser": "^7.1.1", |     "@typescript-eslint/parser": "^7.4.0", | ||||||
|     "eslint": "^8.57.0", |     "eslint": "^8.57.0", | ||||||
|     "eslint-config-prettier": "^9.1.0", |     "eslint-config-prettier": "^9.1.0", | ||||||
|     "redux": "^4.2.1", |     "redux": "^4.2.1", | ||||||
|  |  | ||||||
|  | @ -10,7 +10,7 @@ | ||||||
|     "type-check": "tsc --noEmit" |     "type-check": "tsc --noEmit" | ||||||
|   }, |   }, | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|     "@babel/runtime": "^7.24.0", |     "@babel/runtime": "^7.24.1", | ||||||
|     "@chakra-ui/react": "^2.8.2", |     "@chakra-ui/react": "^2.8.2", | ||||||
|     "@emotion/react": "^11.11.4", |     "@emotion/react": "^11.11.4", | ||||||
|     "@emotion/styled": "^11.11.0", |     "@emotion/styled": "^11.11.0", | ||||||
|  | @ -19,7 +19,7 @@ | ||||||
|     "@redux-devtools/dock-monitor": "^4.0.0", |     "@redux-devtools/dock-monitor": "^4.0.0", | ||||||
|     "@redux-devtools/rtk-query-monitor": "^5.0.0", |     "@redux-devtools/rtk-query-monitor": "^5.0.0", | ||||||
|     "@reduxjs/toolkit": "^1.9.7", |     "@reduxjs/toolkit": "^1.9.7", | ||||||
|     "framer-motion": "^11.0.8", |     "framer-motion": "^11.0.22", | ||||||
|     "msw": "^2.2.3", |     "msw": "^2.2.3", | ||||||
|     "react": "^18.2.0", |     "react": "^18.2.0", | ||||||
|     "react-dom": "^18.2.0", |     "react-dom": "^18.2.0", | ||||||
|  | @ -30,34 +30,34 @@ | ||||||
|     "styled-components": "^5.3.11" |     "styled-components": "^5.3.11" | ||||||
|   }, |   }, | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|     "@babel/core": "^7.24.0", |     "@babel/core": "^7.24.3", | ||||||
|     "@babel/plugin-transform-runtime": "^7.24.0", |     "@babel/plugin-transform-runtime": "^7.24.3", | ||||||
|     "@babel/preset-env": "^7.24.0", |     "@babel/preset-env": "^7.24.3", | ||||||
|     "@babel/preset-react": "^7.23.3", |     "@babel/preset-react": "^7.24.1", | ||||||
|     "@babel/preset-typescript": "^7.23.3", |     "@babel/preset-typescript": "^7.24.1", | ||||||
|     "@types/copy-webpack-plugin": "^8.0.1", |     "@types/copy-webpack-plugin": "^8.0.1", | ||||||
|     "@types/node": "^20.11.25", |     "@types/node": "^20.11.30", | ||||||
|     "@types/react": "^18.2.64", |     "@types/react": "^18.2.72", | ||||||
|     "@types/react-dom": "^18.2.21", |     "@types/react-dom": "^18.2.22", | ||||||
|     "@types/styled-components": "^5.1.34", |     "@types/styled-components": "^5.1.34", | ||||||
|     "@typescript-eslint/eslint-plugin": "^7.1.1", |     "@typescript-eslint/eslint-plugin": "^7.4.0", | ||||||
|     "@typescript-eslint/parser": "^7.1.1", |     "@typescript-eslint/parser": "^7.4.0", | ||||||
|     "babel-loader": "^9.1.3", |     "babel-loader": "^9.1.3", | ||||||
|     "copy-webpack-plugin": "^12.0.2", |     "copy-webpack-plugin": "^12.0.2", | ||||||
|     "cross-env": "^7.0.3", |     "cross-env": "^7.0.3", | ||||||
|     "css-loader": "^6.10.0", |     "css-loader": "^6.10.0", | ||||||
|     "eslint": "^8.57.0", |     "eslint": "^8.57.0", | ||||||
|     "eslint-config-prettier": "^9.1.0", |     "eslint-config-prettier": "^9.1.0", | ||||||
|     "eslint-plugin-react": "^7.34.0", |     "eslint-plugin-react": "^7.34.1", | ||||||
|     "eslint-plugin-react-hooks": "^4.6.0", |     "eslint-plugin-react-hooks": "^4.6.0", | ||||||
|     "fork-ts-checker-webpack-plugin": "^9.0.2", |     "fork-ts-checker-webpack-plugin": "^9.0.2", | ||||||
|     "html-webpack-plugin": "^5.6.0", |     "html-webpack-plugin": "^5.6.0", | ||||||
|     "style-loader": "^3.3.4", |     "style-loader": "^3.3.4", | ||||||
|     "ts-node": "^10.9.2", |     "ts-node": "^10.9.2", | ||||||
|     "typescript": "~5.3.3", |     "typescript": "~5.3.3", | ||||||
|     "webpack": "^5.90.3", |     "webpack": "^5.91.0", | ||||||
|     "webpack-cli": "^5.1.4", |     "webpack-cli": "^5.1.4", | ||||||
|     "webpack-dev-server": "^5.0.2" |     "webpack-dev-server": "^5.0.4" | ||||||
|   }, |   }, | ||||||
|   "msw": { |   "msw": { | ||||||
|     "workerDirectory": "public" |     "workerDirectory": "public" | ||||||
|  |  | ||||||
|  | @ -44,9 +44,9 @@ | ||||||
|     "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" |     "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" | ||||||
|   }, |   }, | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|     "@babel/runtime": "^7.24.0", |     "@babel/runtime": "^7.24.1", | ||||||
|     "@redux-devtools/ui": "^1.3.1", |     "@redux-devtools/ui": "^1.3.1", | ||||||
|     "@types/lodash": "^4.14.202", |     "@types/lodash": "^4.17.0", | ||||||
|     "@types/redux-devtools-themes": "^1.0.3", |     "@types/redux-devtools-themes": "^1.0.3", | ||||||
|     "hex-rgba": "^1.0.2", |     "hex-rgba": "^1.0.2", | ||||||
|     "immutable": "^4.3.5", |     "immutable": "^4.3.5", | ||||||
|  | @ -56,29 +56,29 @@ | ||||||
|     "redux-devtools-themes": "^1.0.0" |     "redux-devtools-themes": "^1.0.0" | ||||||
|   }, |   }, | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|     "@babel/cli": "^7.23.9", |     "@babel/cli": "^7.24.1", | ||||||
|     "@babel/core": "^7.24.0", |     "@babel/core": "^7.24.3", | ||||||
|     "@babel/eslint-parser": "^7.23.10", |     "@babel/eslint-parser": "^7.24.1", | ||||||
|     "@babel/plugin-transform-runtime": "^7.24.0", |     "@babel/plugin-transform-runtime": "^7.24.3", | ||||||
|     "@babel/preset-env": "^7.24.0", |     "@babel/preset-env": "^7.24.3", | ||||||
|     "@babel/preset-react": "^7.23.3", |     "@babel/preset-react": "^7.24.1", | ||||||
|     "@babel/preset-typescript": "^7.23.3", |     "@babel/preset-typescript": "^7.24.1", | ||||||
|     "@emotion/babel-preset-css-prop": "^11.11.0", |     "@emotion/babel-preset-css-prop": "^11.11.0", | ||||||
|     "@emotion/react": "^11.11.4", |     "@emotion/react": "^11.11.4", | ||||||
|     "@redux-devtools/core": "^4.0.0", |     "@redux-devtools/core": "^4.0.0", | ||||||
|     "@reduxjs/toolkit": "^1.9.7", |     "@reduxjs/toolkit": "^1.9.7", | ||||||
|     "@testing-library/jest-dom": "^6.4.2", |     "@testing-library/jest-dom": "^6.4.2", | ||||||
|     "@testing-library/react": "^14.2.1", |     "@testing-library/react": "^14.2.2", | ||||||
|     "@types/jest": "^29.5.12", |     "@types/jest": "^29.5.12", | ||||||
|     "@types/hex-rgba": "^1.0.3", |     "@types/hex-rgba": "^1.0.3", | ||||||
|     "@types/lodash.debounce": "^4.0.9", |     "@types/lodash.debounce": "^4.0.9", | ||||||
|     "@types/react": "^18.2.64", |     "@types/react": "^18.2.72", | ||||||
|     "@typescript-eslint/eslint-plugin": "^7.1.1", |     "@typescript-eslint/eslint-plugin": "^7.4.0", | ||||||
|     "@typescript-eslint/parser": "^7.1.1", |     "@typescript-eslint/parser": "^7.4.0", | ||||||
|     "eslint": "^8.57.0", |     "eslint": "^8.57.0", | ||||||
|     "eslint-config-prettier": "^9.1.0", |     "eslint-config-prettier": "^9.1.0", | ||||||
|     "eslint-plugin-jest": "^27.9.0", |     "eslint-plugin-jest": "^27.9.0", | ||||||
|     "eslint-plugin-react": "^7.34.0", |     "eslint-plugin-react": "^7.34.1", | ||||||
|     "eslint-plugin-react-hooks": "^4.6.0", |     "eslint-plugin-react-hooks": "^4.6.0", | ||||||
|     "jest": "^29.7.0", |     "jest": "^29.7.0", | ||||||
|     "jest-environment-jsdom": "^29.7.0", |     "jest-environment-jsdom": "^29.7.0", | ||||||
|  |  | ||||||
|  | @ -37,20 +37,20 @@ | ||||||
|     "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" |     "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" | ||||||
|   }, |   }, | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|     "@babel/runtime": "^7.24.0", |     "@babel/runtime": "^7.24.1", | ||||||
|     "jsan": "^3.1.14" |     "jsan": "^3.1.14" | ||||||
|   }, |   }, | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|     "@babel/cli": "^7.23.9", |     "@babel/cli": "^7.24.1", | ||||||
|     "@babel/core": "^7.24.0", |     "@babel/core": "^7.24.3", | ||||||
|     "@babel/eslint-parser": "^7.23.10", |     "@babel/eslint-parser": "^7.24.1", | ||||||
|     "@babel/plugin-transform-runtime": "^7.24.0", |     "@babel/plugin-transform-runtime": "^7.24.3", | ||||||
|     "@babel/preset-env": "^7.24.0", |     "@babel/preset-env": "^7.24.3", | ||||||
|     "@babel/preset-typescript": "^7.23.3", |     "@babel/preset-typescript": "^7.24.1", | ||||||
|     "@types/jest": "^29.5.12", |     "@types/jest": "^29.5.12", | ||||||
|     "@types/jsan": "^3.1.5", |     "@types/jsan": "^3.1.5", | ||||||
|     "@typescript-eslint/eslint-plugin": "^7.1.1", |     "@typescript-eslint/eslint-plugin": "^7.4.0", | ||||||
|     "@typescript-eslint/parser": "^7.1.1", |     "@typescript-eslint/parser": "^7.4.0", | ||||||
|     "eslint": "^8.57.0", |     "eslint": "^8.57.0", | ||||||
|     "eslint-config-prettier": "^9.1.0", |     "eslint-config-prettier": "^9.1.0", | ||||||
|     "eslint-plugin-jest": "^27.9.0", |     "eslint-plugin-jest": "^27.9.0", | ||||||
|  |  | ||||||
|  | @ -18,7 +18,7 @@ export default function ( | ||||||
|   ) => unknown, |   ) => unknown, | ||||||
| ) { | ) { | ||||||
|   return { |   return { | ||||||
|     stringify: function (data: unknown) { |     stringify: function (this: void, data: unknown) { | ||||||
|       return jsan.stringify( |       return jsan.stringify( | ||||||
|         data, |         data, | ||||||
|         serialize(immutable, refs, customReplacer, customReviver).replacer, |         serialize(immutable, refs, customReplacer, customReviver).replacer, | ||||||
|  | @ -26,7 +26,7 @@ export default function ( | ||||||
|         options, |         options, | ||||||
|       ); |       ); | ||||||
|     }, |     }, | ||||||
|     parse: function (data: string) { |     parse: function (this: void, data: string) { | ||||||
|       return jsan.parse( |       return jsan.parse( | ||||||
|         data, |         data, | ||||||
|         serialize(immutable, refs, customReplacer, customReviver).reviver, |         serialize(immutable, refs, customReplacer, customReviver).reviver, | ||||||
|  |  | ||||||
|  | @ -29,32 +29,32 @@ | ||||||
|     "todomvc-app-css": "^2.4.3" |     "todomvc-app-css": "^2.4.3" | ||||||
|   }, |   }, | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|     "@babel/core": "^7.24.0", |     "@babel/core": "^7.24.3", | ||||||
|     "@babel/preset-env": "^7.24.0", |     "@babel/preset-env": "^7.24.3", | ||||||
|     "@babel/preset-react": "^7.23.3", |     "@babel/preset-react": "^7.24.1", | ||||||
|     "@babel/preset-typescript": "^7.23.3", |     "@babel/preset-typescript": "^7.24.1", | ||||||
|     "@types/classnames": "^2.3.1", |     "@types/classnames": "^2.3.1", | ||||||
|     "@types/node": "^20.11.25", |     "@types/node": "^20.11.30", | ||||||
|     "@types/react": "^18.2.64", |     "@types/react": "^18.2.72", | ||||||
|     "@types/react-dom": "^18.2.21", |     "@types/react-dom": "^18.2.22", | ||||||
|     "@types/styled-components": "^5.1.34", |     "@types/styled-components": "^5.1.34", | ||||||
|     "@types/webpack-env": "^1.18.4", |     "@types/webpack-env": "^1.18.4", | ||||||
|     "@typescript-eslint/eslint-plugin": "^7.1.1", |     "@typescript-eslint/eslint-plugin": "^7.4.0", | ||||||
|     "@typescript-eslint/parser": "^7.1.1", |     "@typescript-eslint/parser": "^7.4.0", | ||||||
|     "babel-loader": "^9.1.3", |     "babel-loader": "^9.1.3", | ||||||
|     "cross-env": "^7.0.3", |     "cross-env": "^7.0.3", | ||||||
|     "css-loader": "^6.10.0", |     "css-loader": "^6.10.0", | ||||||
|     "eslint": "^8.57.0", |     "eslint": "^8.57.0", | ||||||
|     "eslint-config-prettier": "^9.1.0", |     "eslint-config-prettier": "^9.1.0", | ||||||
|     "eslint-plugin-react": "^7.34.0", |     "eslint-plugin-react": "^7.34.1", | ||||||
|     "eslint-plugin-react-hooks": "^4.6.0", |     "eslint-plugin-react-hooks": "^4.6.0", | ||||||
|     "fork-ts-checker-webpack-plugin": "^9.0.2", |     "fork-ts-checker-webpack-plugin": "^9.0.2", | ||||||
|     "html-webpack-plugin": "^5.6.0", |     "html-webpack-plugin": "^5.6.0", | ||||||
|     "style-loader": "^3.3.4", |     "style-loader": "^3.3.4", | ||||||
|     "ts-node": "^10.9.2", |     "ts-node": "^10.9.2", | ||||||
|     "typescript": "~5.3.3", |     "typescript": "~5.3.3", | ||||||
|     "webpack": "^5.90.3", |     "webpack": "^5.91.0", | ||||||
|     "webpack-cli": "^5.1.4", |     "webpack-cli": "^5.1.4", | ||||||
|     "webpack-dev-server": "^5.0.2" |     "webpack-dev-server": "^5.0.4" | ||||||
|   } |   } | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -32,26 +32,26 @@ | ||||||
|     "prepublish": "pnpm run type-check && pnpm run lint" |     "prepublish": "pnpm run type-check && pnpm run lint" | ||||||
|   }, |   }, | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|     "@babel/runtime": "^7.24.0", |     "@babel/runtime": "^7.24.1", | ||||||
|     "@redux-devtools/ui": "^1.3.1", |     "@redux-devtools/ui": "^1.3.1", | ||||||
|     "@types/redux-devtools-themes": "^1.0.3", |     "@types/redux-devtools-themes": "^1.0.3", | ||||||
|     "redux-devtools-themes": "^1.0.0" |     "redux-devtools-themes": "^1.0.0" | ||||||
|   }, |   }, | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|     "@babel/cli": "^7.23.9", |     "@babel/cli": "^7.24.1", | ||||||
|     "@babel/core": "^7.24.0", |     "@babel/core": "^7.24.3", | ||||||
|     "@babel/eslint-parser": "^7.23.10", |     "@babel/eslint-parser": "^7.24.1", | ||||||
|     "@babel/preset-env": "^7.24.0", |     "@babel/preset-env": "^7.24.3", | ||||||
|     "@babel/preset-react": "^7.23.3", |     "@babel/preset-react": "^7.24.1", | ||||||
|     "@babel/preset-typescript": "^7.23.3", |     "@babel/preset-typescript": "^7.24.1", | ||||||
|     "@redux-devtools/core": "^4.0.0", |     "@redux-devtools/core": "^4.0.0", | ||||||
|     "@types/node": "^20.11.25", |     "@types/node": "^20.11.30", | ||||||
|     "@types/react": "^18.2.64", |     "@types/react": "^18.2.72", | ||||||
|     "@typescript-eslint/eslint-plugin": "^7.1.1", |     "@typescript-eslint/eslint-plugin": "^7.4.0", | ||||||
|     "@typescript-eslint/parser": "^7.1.1", |     "@typescript-eslint/parser": "^7.4.0", | ||||||
|     "eslint": "^8.57.0", |     "eslint": "^8.57.0", | ||||||
|     "eslint-config-prettier": "^9.1.0", |     "eslint-config-prettier": "^9.1.0", | ||||||
|     "eslint-plugin-react": "^7.34.0", |     "eslint-plugin-react": "^7.34.1", | ||||||
|     "eslint-plugin-react-hooks": "^4.6.0", |     "eslint-plugin-react-hooks": "^4.6.0", | ||||||
|     "react": "^18.2.0", |     "react": "^18.2.0", | ||||||
|     "redux": "^4.2.1", |     "redux": "^4.2.1", | ||||||
|  |  | ||||||
|  | @ -42,7 +42,7 @@ | ||||||
|     "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" |     "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" | ||||||
|   }, |   }, | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|     "@babel/runtime": "^7.24.0", |     "@babel/runtime": "^7.24.1", | ||||||
|     "@rjsf/core": "^4.2.3", |     "@rjsf/core": "^4.2.3", | ||||||
|     "@types/base16": "^1.0.5", |     "@types/base16": "^1.0.5", | ||||||
|     "@types/codemirror": "^5.60.15", |     "@types/codemirror": "^5.60.15", | ||||||
|  | @ -58,33 +58,33 @@ | ||||||
|     "simple-element-resize-detector": "^1.3.0" |     "simple-element-resize-detector": "^1.3.0" | ||||||
|   }, |   }, | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|     "@babel/cli": "^7.23.9", |     "@babel/cli": "^7.24.1", | ||||||
|     "@babel/core": "^7.24.0", |     "@babel/core": "^7.24.3", | ||||||
|     "@babel/eslint-parser": "^7.23.10", |     "@babel/eslint-parser": "^7.24.1", | ||||||
|     "@babel/plugin-transform-runtime": "^7.24.0", |     "@babel/plugin-transform-runtime": "^7.24.3", | ||||||
|     "@babel/preset-env": "^7.24.0", |     "@babel/preset-env": "^7.24.3", | ||||||
|     "@babel/preset-react": "^7.23.3", |     "@babel/preset-react": "^7.24.1", | ||||||
|     "@babel/preset-typescript": "^7.23.3", |     "@babel/preset-typescript": "^7.24.1", | ||||||
|     "@storybook/addon-essentials": "^7.6.17", |     "@storybook/addon-essentials": "^7.6.17", | ||||||
|     "@storybook/addon-interactions": "^7.6.17", |     "@storybook/addon-interactions": "^7.6.17", | ||||||
|     "@storybook/addon-links": "^7.6.17", |     "@storybook/addon-links": "^7.6.17", | ||||||
|     "@storybook/react": "^7.6.17", |     "@storybook/react": "^7.6.17", | ||||||
|     "@storybook/react-webpack5": "^7.6.17", |     "@storybook/react-webpack5": "^7.6.17", | ||||||
|     "@testing-library/dom": "^9.3.4", |     "@testing-library/dom": "^9.3.4", | ||||||
|     "@testing-library/react": "^14.2.1", |     "@testing-library/react": "^14.2.2", | ||||||
|     "@testing-library/user-event": "^14.5.2", |     "@testing-library/user-event": "^14.5.2", | ||||||
|     "@types/color": "^3.0.6", |     "@types/color": "^3.0.6", | ||||||
|     "@types/jest": "^29.5.12", |     "@types/jest": "^29.5.12", | ||||||
|     "@types/react": "^18.2.64", |     "@types/react": "^18.2.72", | ||||||
|     "@types/styled-components": "^5.1.34", |     "@types/styled-components": "^5.1.34", | ||||||
|     "@typescript-eslint/eslint-plugin": "^7.1.1", |     "@typescript-eslint/eslint-plugin": "^7.4.0", | ||||||
|     "@typescript-eslint/parser": "^7.1.1", |     "@typescript-eslint/parser": "^7.4.0", | ||||||
|     "babel-loader": "^9.1.3", |     "babel-loader": "^9.1.3", | ||||||
|     "csstype": "^3.1.3", |     "csstype": "^3.1.3", | ||||||
|     "eslint": "^8.57.0", |     "eslint": "^8.57.0", | ||||||
|     "eslint-config-prettier": "^9.1.0", |     "eslint-config-prettier": "^9.1.0", | ||||||
|     "eslint-plugin-jest": "^27.9.0", |     "eslint-plugin-jest": "^27.9.0", | ||||||
|     "eslint-plugin-react": "^7.34.0", |     "eslint-plugin-react": "^7.34.1", | ||||||
|     "eslint-plugin-react-hooks": "^4.6.0", |     "eslint-plugin-react-hooks": "^4.6.0", | ||||||
|     "jest": "^29.7.0", |     "jest": "^29.7.0", | ||||||
|     "jest-environment-jsdom": "^29.7.0", |     "jest-environment-jsdom": "^29.7.0", | ||||||
|  | @ -95,13 +95,13 @@ | ||||||
|     "rimraf": "^5.0.5", |     "rimraf": "^5.0.5", | ||||||
|     "storybook": "^7.6.17", |     "storybook": "^7.6.17", | ||||||
|     "styled-components": "^5.3.11", |     "styled-components": "^5.3.11", | ||||||
|     "stylelint": "^16.2.1", |     "stylelint": "^16.3.1", | ||||||
|     "stylelint-config-standard": "^36.0.0", |     "stylelint-config-standard": "^36.0.0", | ||||||
|     "stylelint-config-styled-components": "^0.1.1", |     "stylelint-config-styled-components": "^0.1.1", | ||||||
|     "stylelint-processor-styled-components": "^1.10.0", |     "stylelint-processor-styled-components": "^1.10.0", | ||||||
|     "ts-jest": "^29.1.2", |     "ts-jest": "^29.1.2", | ||||||
|     "typescript": "~5.3.3", |     "typescript": "~5.3.3", | ||||||
|     "webpack": "^5.90.3" |     "webpack": "^5.91.0" | ||||||
|   }, |   }, | ||||||
|   "peerDependencies": { |   "peerDependencies": { | ||||||
|     "@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0", |     "@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0", | ||||||
|  |  | ||||||
|  | @ -32,7 +32,7 @@ | ||||||
|     "prepublish": "pnpm run type-check && pnpm run lint" |     "prepublish": "pnpm run type-check && pnpm run lint" | ||||||
|   }, |   }, | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|     "@babel/runtime": "^7.24.0", |     "@babel/runtime": "^7.24.1", | ||||||
|     "@redux-devtools/core": "^4.0.0", |     "@redux-devtools/core": "^4.0.0", | ||||||
|     "@redux-devtools/serialize": "^0.4.2", |     "@redux-devtools/serialize": "^0.4.2", | ||||||
|     "@types/get-params": "^0.1.2", |     "@types/get-params": "^0.1.2", | ||||||
|  | @ -44,17 +44,17 @@ | ||||||
|     "redux": "^4.2.1" |     "redux": "^4.2.1" | ||||||
|   }, |   }, | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|     "@babel/cli": "^7.23.9", |     "@babel/cli": "^7.24.1", | ||||||
|     "@babel/core": "^7.24.0", |     "@babel/core": "^7.24.3", | ||||||
|     "@babel/eslint-parser": "^7.23.10", |     "@babel/eslint-parser": "^7.24.1", | ||||||
|     "@babel/plugin-transform-runtime": "^7.24.0", |     "@babel/plugin-transform-runtime": "^7.24.3", | ||||||
|     "@babel/preset-env": "^7.24.0", |     "@babel/preset-env": "^7.24.3", | ||||||
|     "@babel/preset-typescript": "^7.23.3", |     "@babel/preset-typescript": "^7.24.1", | ||||||
|     "@types/jsan": "^3.1.5", |     "@types/jsan": "^3.1.5", | ||||||
|     "@types/lodash": "^4.14.202", |     "@types/lodash": "^4.17.0", | ||||||
|     "@types/node": "^20.11.25", |     "@types/node": "^20.11.30", | ||||||
|     "@typescript-eslint/eslint-plugin": "^7.1.1", |     "@typescript-eslint/eslint-plugin": "^7.4.0", | ||||||
|     "@typescript-eslint/parser": "^7.1.1", |     "@typescript-eslint/parser": "^7.4.0", | ||||||
|     "eslint": "^8.57.0", |     "eslint": "^8.57.0", | ||||||
|     "eslint-config-prettier": "^9.1.0", |     "eslint-config-prettier": "^9.1.0", | ||||||
|     "rimraf": "^5.0.5", |     "rimraf": "^5.0.5", | ||||||
|  |  | ||||||
|  | @ -29,28 +29,28 @@ | ||||||
|     "redux-thunk": "^2.4.2" |     "redux-thunk": "^2.4.2" | ||||||
|   }, |   }, | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|     "@babel/core": "^7.24.0", |     "@babel/core": "^7.24.3", | ||||||
|     "@babel/preset-env": "^7.24.0", |     "@babel/preset-env": "^7.24.3", | ||||||
|     "@babel/preset-react": "^7.23.3", |     "@babel/preset-react": "^7.24.1", | ||||||
|     "@babel/preset-typescript": "^7.23.3", |     "@babel/preset-typescript": "^7.24.1", | ||||||
|     "@types/node": "^20.11.25", |     "@types/node": "^20.11.30", | ||||||
|     "@types/react": "^18.2.64", |     "@types/react": "^18.2.72", | ||||||
|     "@types/react-dom": "^18.2.21", |     "@types/react-dom": "^18.2.22", | ||||||
|     "@types/webpack-env": "^1.18.4", |     "@types/webpack-env": "^1.18.4", | ||||||
|     "@typescript-eslint/eslint-plugin": "^7.1.1", |     "@typescript-eslint/eslint-plugin": "^7.4.0", | ||||||
|     "@typescript-eslint/parser": "^7.1.1", |     "@typescript-eslint/parser": "^7.4.0", | ||||||
|     "babel-loader": "^9.1.3", |     "babel-loader": "^9.1.3", | ||||||
|     "cross-env": "^7.0.3", |     "cross-env": "^7.0.3", | ||||||
|     "eslint": "^8.57.0", |     "eslint": "^8.57.0", | ||||||
|     "eslint-config-prettier": "^9.1.0", |     "eslint-config-prettier": "^9.1.0", | ||||||
|     "eslint-plugin-react": "^7.34.0", |     "eslint-plugin-react": "^7.34.1", | ||||||
|     "eslint-plugin-react-hooks": "^4.6.0", |     "eslint-plugin-react-hooks": "^4.6.0", | ||||||
|     "fork-ts-checker-webpack-plugin": "^9.0.2", |     "fork-ts-checker-webpack-plugin": "^9.0.2", | ||||||
|     "html-webpack-plugin": "^5.6.0", |     "html-webpack-plugin": "^5.6.0", | ||||||
|     "ts-node": "^10.9.2", |     "ts-node": "^10.9.2", | ||||||
|     "typescript": "~5.3.3", |     "typescript": "~5.3.3", | ||||||
|     "webpack": "^5.90.3", |     "webpack": "^5.91.0", | ||||||
|     "webpack-cli": "^5.1.4", |     "webpack-cli": "^5.1.4", | ||||||
|     "webpack-dev-server": "^5.0.2" |     "webpack-dev-server": "^5.0.4" | ||||||
|   } |   } | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -42,31 +42,31 @@ | ||||||
|     "todomvc-app-css": "^2.4.3" |     "todomvc-app-css": "^2.4.3" | ||||||
|   }, |   }, | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|     "@babel/core": "^7.24.0", |     "@babel/core": "^7.24.3", | ||||||
|     "@babel/preset-env": "^7.24.0", |     "@babel/preset-env": "^7.24.3", | ||||||
|     "@babel/preset-react": "^7.23.3", |     "@babel/preset-react": "^7.24.1", | ||||||
|     "@babel/preset-typescript": "^7.23.3", |     "@babel/preset-typescript": "^7.24.1", | ||||||
|     "@types/classnames": "^2.3.1", |     "@types/classnames": "^2.3.1", | ||||||
|     "@types/node": "^20.11.25", |     "@types/node": "^20.11.30", | ||||||
|     "@types/react": "^18.2.64", |     "@types/react": "^18.2.72", | ||||||
|     "@types/react-dom": "^18.2.21", |     "@types/react-dom": "^18.2.22", | ||||||
|     "@types/webpack-env": "^1.18.4", |     "@types/webpack-env": "^1.18.4", | ||||||
|     "@typescript-eslint/eslint-plugin": "^7.1.1", |     "@typescript-eslint/eslint-plugin": "^7.4.0", | ||||||
|     "@typescript-eslint/parser": "^7.1.1", |     "@typescript-eslint/parser": "^7.4.0", | ||||||
|     "babel-loader": "^9.1.3", |     "babel-loader": "^9.1.3", | ||||||
|     "cross-env": "^7.0.3", |     "cross-env": "^7.0.3", | ||||||
|     "css-loader": "^6.10.0", |     "css-loader": "^6.10.0", | ||||||
|     "eslint": "^8.57.0", |     "eslint": "^8.57.0", | ||||||
|     "eslint-config-prettier": "^9.1.0", |     "eslint-config-prettier": "^9.1.0", | ||||||
|     "eslint-plugin-react": "^7.34.0", |     "eslint-plugin-react": "^7.34.1", | ||||||
|     "eslint-plugin-react-hooks": "^4.6.0", |     "eslint-plugin-react-hooks": "^4.6.0", | ||||||
|     "fork-ts-checker-webpack-plugin": "^9.0.2", |     "fork-ts-checker-webpack-plugin": "^9.0.2", | ||||||
|     "html-webpack-plugin": "^5.6.0", |     "html-webpack-plugin": "^5.6.0", | ||||||
|     "style-loader": "^3.3.4", |     "style-loader": "^3.3.4", | ||||||
|     "ts-node": "^10.9.2", |     "ts-node": "^10.9.2", | ||||||
|     "typescript": "~5.3.3", |     "typescript": "~5.3.3", | ||||||
|     "webpack": "^5.90.3", |     "webpack": "^5.91.0", | ||||||
|     "webpack-cli": "^5.1.4", |     "webpack-cli": "^5.1.4", | ||||||
|     "webpack-dev-server": "^5.0.2" |     "webpack-dev-server": "^5.0.4" | ||||||
|   } |   } | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -41,28 +41,28 @@ | ||||||
|     "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" |     "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" | ||||||
|   }, |   }, | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|     "@babel/runtime": "^7.24.0", |     "@babel/runtime": "^7.24.1", | ||||||
|     "@redux-devtools/instrument": "^2.2.0", |     "@redux-devtools/instrument": "^2.2.0", | ||||||
|     "lodash": "^4.17.21" |     "lodash": "^4.17.21" | ||||||
|   }, |   }, | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|     "@babel/cli": "^7.23.9", |     "@babel/cli": "^7.24.1", | ||||||
|     "@babel/core": "^7.24.0", |     "@babel/core": "^7.24.3", | ||||||
|     "@babel/eslint-parser": "^7.23.10", |     "@babel/eslint-parser": "^7.24.1", | ||||||
|     "@babel/plugin-transform-runtime": "^7.24.0", |     "@babel/plugin-transform-runtime": "^7.24.3", | ||||||
|     "@babel/preset-env": "^7.24.0", |     "@babel/preset-env": "^7.24.3", | ||||||
|     "@babel/preset-react": "^7.23.3", |     "@babel/preset-react": "^7.24.1", | ||||||
|     "@babel/preset-typescript": "^7.23.3", |     "@babel/preset-typescript": "^7.24.1", | ||||||
|     "@types/jest": "^29.5.12", |     "@types/jest": "^29.5.12", | ||||||
|     "@types/lodash": "^4.14.202", |     "@types/lodash": "^4.17.0", | ||||||
|     "@types/node": "^20.11.25", |     "@types/node": "^20.11.30", | ||||||
|     "@types/react": "^18.2.64", |     "@types/react": "^18.2.72", | ||||||
|     "@typescript-eslint/eslint-plugin": "^7.1.1", |     "@typescript-eslint/eslint-plugin": "^7.4.0", | ||||||
|     "@typescript-eslint/parser": "^7.1.1", |     "@typescript-eslint/parser": "^7.4.0", | ||||||
|     "eslint": "^8.57.0", |     "eslint": "^8.57.0", | ||||||
|     "eslint-config-prettier": "^9.1.0", |     "eslint-config-prettier": "^9.1.0", | ||||||
|     "eslint-plugin-jest": "^27.9.0", |     "eslint-plugin-jest": "^27.9.0", | ||||||
|     "eslint-plugin-react": "^7.34.0", |     "eslint-plugin-react": "^7.34.1", | ||||||
|     "eslint-plugin-react-hooks": "^4.6.0", |     "eslint-plugin-react-hooks": "^4.6.0", | ||||||
|     "jest": "^29.7.0", |     "jest": "^29.7.0", | ||||||
|     "react": "^18.2.0", |     "react": "^18.2.0", | ||||||
|  |  | ||||||
							
								
								
									
										4731
									
								
								pnpm-lock.yaml
									
									
									
									
									
								
							
							
						
						
									
										4731
									
								
								pnpm-lock.yaml
									
									
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							|  | @ -18,7 +18,7 @@ | ||||||
|       "groupName": "typescript" |       "groupName": "typescript" | ||||||
|     }, |     }, | ||||||
|     { |     { | ||||||
|       "matchPackageNames": ["source-map"], |       "matchPackageNames": ["source-map", "@types/source-map"], | ||||||
|       "matchUpdateTypes": ["major", "minor"], |       "matchUpdateTypes": ["major", "minor"], | ||||||
|       "groupName": "source-map" |       "groupName": "source-map" | ||||||
|     }, |     }, | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user