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

* chore(deps): update all non-major dependencies

* Fix

---------

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:
renovate[bot] 2024-02-23 23:18:02 +00:00 committed by GitHub
parent 3c44f223f5
commit 6b80162ca9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
36 changed files with 1453 additions and 1443 deletions

View File

@ -54,16 +54,16 @@
"@babel/register": "^7.23.7",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@types/chrome": "^0.0.260",
"@types/chrome": "^0.0.261",
"@types/lodash": "^4.14.202",
"@types/react": "^18.2.55",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
"@types/styled-components": "^5.1.34",
"chromedriver": "^118.0.1",
"cross-env": "^7.0.3",
"electron": "^27.3.2",
"esbuild": "^0.20.0",
"eslint": "^8.56.0",
"electron": "^27.3.3",
"esbuild": "^0.20.1",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
@ -74,11 +74,11 @@
"jest-environment-jsdom": "^29.7.0",
"pug": "^3.0.2",
"rimraf": "^5.0.5",
"selenium-webdriver": "^4.17.0",
"selenium-webdriver": "^4.18.1",
"sinon-chrome": "^3.0.1",
"ts-jest": "^29.1.2",
"typescript": "~5.3.3",
"webpack": "^5.90.1",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4"
}
}

View File

@ -7,9 +7,9 @@
"@nrwl/nx-cloud": "^16.5.2",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.7.0",
@ -39,5 +39,5 @@
"packages/redux-devtools-rtk-query-monitor/demo",
"packages/redux-devtools-slider-monitor/examples/todomvc"
],
"packageManager": "pnpm@8.15.1"
"packageManager": "pnpm@8.15.3"
}

View File

@ -32,18 +32,18 @@
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/preset-typescript": "^7.23.3",
"@types/node": "^20.11.17",
"@types/node": "^20.11.20",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"babel-loader": "^9.1.3",
"cross-env": "^7.0.3",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"html-webpack-plugin": "^5.6.0",
"ts-node": "^10.9.2",
"typescript": "~5.3.3",
"webpack": "^5.90.1",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
}

View File

@ -57,7 +57,7 @@
"@types/ramda": "^0.29.10",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"rimraf": "^5.0.5",
"typescript": "~5.3.3"

View File

@ -48,7 +48,7 @@
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"d3": "^7.8.5",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"rimraf": "^5.0.5",
"typescript": "~5.3.3"

View File

@ -53,9 +53,9 @@
"@types/lodash": "^4.14.202",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-jest": "^27.9.0",
"immutable": "^4.3.5",
"jest": "^29.7.0",
"rimraf": "^5.0.5",

View File

@ -59,9 +59,9 @@
"@types/lodash.curry": "^4.1.9",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-jest": "^27.9.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"rimraf": "^5.0.5",

View File

@ -11,7 +11,7 @@
},
"dependencies": {
"react": "^18.2.0",
"react-bootstrap": "^2.10.0",
"react-bootstrap": "^2.10.1",
"react-dock": "^0.6.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
@ -23,15 +23,15 @@
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@types/node": "^20.11.17",
"@types/react": "^18.2.55",
"@types/node": "^20.11.20",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
"@types/styled-components": "^5.1.34",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"babel-loader": "^9.1.3",
"cross-env": "^7.0.3",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
@ -39,7 +39,7 @@
"html-webpack-plugin": "^5.6.0",
"ts-node": "^10.9.2",
"typescript": "~5.3.3",
"webpack": "^5.90.1",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
}

View File

@ -53,13 +53,13 @@
"@babel/preset-typescript": "^7.23.3",
"@types/jest": "^29.5.12",
"@types/lodash.debounce": "^4.0.9",
"@types/react": "^18.2.55",
"@types/react": "^18.2.58",
"@types/react-test-renderer": "^18.0.7",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.7.0",

View File

@ -30,14 +30,14 @@
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@types/node": "^20.11.17",
"@types/react": "^18.2.55",
"@types/node": "^20.11.20",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"babel-loader": "^9.1.3",
"cross-env": "^7.0.3",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
@ -45,7 +45,7 @@
"html-webpack-plugin": "^5.6.0",
"ts-node": "^10.9.2",
"typescript": "~5.3.3",
"webpack": "^5.90.1",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
}

View File

@ -62,21 +62,21 @@
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.17",
"@types/react": "^18.2.55",
"@types/node": "^20.11.20",
"@types/react": "^18.2.58",
"@types/react-test-renderer": "^18.0.7",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.7.0",
"react": "^18.2.0",
"react-test-renderer": "^18.2.0",
"rimraf": "^5.0.5",
"rollup": "^4.9.6",
"rollup": "^4.12.0",
"rollup-plugin-typescript2": "^0.36.0",
"ts-jest": "^29.1.2",
"tslib": "^2.6.2",

View File

@ -80,8 +80,8 @@
"@types/jsan": "^3.1.5",
"@types/json-schema": "^7.0.15",
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.17",
"@types/react": "^18.2.55",
"@types/node": "^20.11.20",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
"@types/socketcluster-client": "^19.1.0",
"@types/styled-components": "^5.1.34",
@ -92,10 +92,10 @@
"babel-loader": "^9.1.3",
"cross-env": "^7.0.3",
"css-loader": "^6.10.0",
"esbuild": "^0.20.0",
"eslint": "^8.56.0",
"esbuild": "^0.20.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"fork-ts-checker-webpack-plugin": "^9.0.2",
@ -111,7 +111,7 @@
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "~5.3.3",
"webpack": "^5.90.1",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},

View File

@ -54,10 +54,10 @@
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@redux-devtools/core": "^4.0.0",
"@types/react": "^18.2.55",
"@types/react": "^18.2.58",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",

View File

@ -44,12 +44,12 @@
"@apollo/server": "^4.10.0",
"@emotion/react": "^11.11.3",
"@redux-devtools/app": "^6.0.0",
"@types/react": "^18.2.55",
"@types/react": "^18.2.58",
"body-parser": "^1.20.2",
"chalk": "^5.3.0",
"cors": "^2.8.5",
"cross-spawn": "^7.0.3",
"electron": "^27.3.2",
"electron": "^27.3.3",
"express": "^4.18.2",
"get-port": "^7.0.0",
"graphql": "^16.8.1",
@ -76,8 +76,8 @@
"@types/lodash-es": "^4.17.12",
"@types/minimist": "^1.2.5",
"@types/morgan": "^1.9.9",
"@types/node": "^20.11.17",
"@types/semver": "^7.5.6",
"@types/node": "^20.11.20",
"@types/semver": "^7.5.7",
"@types/socketcluster-client": "^19.1.0",
"@types/socketcluster-server": "^19.0.1",
"@types/styled-components": "^5.1.34",
@ -85,9 +85,9 @@
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-jest": "^27.9.0",
"jest": "^29.7.0",
"ncp": "^2.0.0",
"rimraf": "^5.0.5",

View File

@ -55,10 +55,10 @@
"@babel/preset-typescript": "^7.23.3",
"@redux-devtools/core": "^4.0.0",
"@types/parse-key": "^0.2.2",
"@types/react": "^18.2.55",
"@types/react": "^18.2.58",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",

View File

@ -41,7 +41,7 @@
"@babel/preset-typescript": "^7.23.3",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"redux": "^4.2.1",
"rimraf": "^5.0.5",

View File

@ -22,7 +22,7 @@
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"react-redux": "^8.1.3",
"react-router-dom": "^6.22.0",
"react-router-dom": "^6.22.1",
"redux": "^4.2.1",
"redux-logger": "^3.0.6",
"styled-components": "^5.3.11"
@ -33,8 +33,8 @@
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@types/lodash.shuffle": "^4.2.9",
"@types/node": "^20.11.17",
"@types/react": "^18.2.55",
"@types/node": "^20.11.20",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
"@types/redux-logger": "3.0.12",
"@types/styled-components": "^5.1.34",
@ -44,7 +44,7 @@
"babel-loader": "^9.1.3",
"cross-env": "^7.0.3",
"css-loader": "^6.10.0",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
@ -53,7 +53,7 @@
"style-loader": "^3.3.4",
"ts-node": "^10.9.2",
"typescript": "~5.3.3",
"webpack": "^5.90.1",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
}

View File

@ -68,12 +68,12 @@
"@types/jest": "^29.5.12",
"@types/jsan": "^3.1.5",
"@types/object-path": "^0.11.4",
"@types/react": "^18.2.55",
"@types/react": "^18.2.58",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.7.0",

View File

@ -32,7 +32,7 @@
"dependencies": {
"@babel/code-frame": "^8.0.0-alpha.6",
"@babel/runtime": "^7.23.9",
"@types/chrome": "^0.0.260",
"@types/chrome": "^0.0.261",
"anser": "^2.1.1",
"html-entities": "^2.4.0",
"path-browserify": "^1.0.1",
@ -54,16 +54,16 @@
"@types/babel__code-frame": "^7.0.6",
"@types/html-entities": "^1.3.4",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.17",
"@types/node": "^20.11.20",
"@types/path-browserify": "^1.0.2",
"@types/react": "^18.2.55",
"@types/react": "^18.2.58",
"@types/redux-devtools-themes": "^1.0.3",
"@types/source-map": "0.5.2",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.7.0",

View File

@ -132,7 +132,7 @@ export default function openFile(
},
);
} else if (confirm('Set the editor to open the file in?')) {
chrome.runtime.openOptionsPage();
void chrome.runtime.openOptionsPage();
}
}
}

View File

@ -18,10 +18,10 @@
"immutable": "^4.3.5",
"lodash.shuffle": "^4.2.0",
"react": "^18.2.0",
"react-bootstrap": "^2.10.0",
"react-bootstrap": "^2.10.1",
"react-dom": "^18.2.0",
"react-redux": "^8.1.3",
"react-router-dom": "^6.22.0",
"react-router-dom": "^6.22.1",
"redux": "^4.2.1",
"redux-logger": "^3.0.6"
},
@ -32,8 +32,8 @@
"@babel/preset-typescript": "^7.23.3",
"@types/base16": "^1.0.5",
"@types/lodash.shuffle": "^4.2.9",
"@types/node": "^20.11.17",
"@types/react": "^18.2.55",
"@types/node": "^20.11.20",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
"@types/redux-logger": "3.0.12",
"@types/webpack-env": "^1.18.4",
@ -41,7 +41,7 @@
"@typescript-eslint/parser": "^6.21.0",
"babel-loader": "^9.1.3",
"cross-env": "^7.0.3",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
@ -49,7 +49,7 @@
"html-webpack-plugin": "^5.6.0",
"ts-node": "^10.9.2",
"typescript": "~5.3.3",
"webpack": "^5.90.1",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
}

View File

@ -67,10 +67,10 @@
"@types/hex-rgba": "^1.0.3",
"@types/history": "^4.7.11",
"@types/lodash.debounce": "^4.0.9",
"@types/react": "^18.2.55",
"@types/react": "^18.2.58",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",

View File

@ -53,12 +53,12 @@
"@babel/preset-typescript": "^7.23.3",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.17",
"@types/node": "^20.11.20",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-jest": "^27.9.0",
"jest": "^29.7.0",
"redux": "^4.2.1",
"rimraf": "^5.0.5",

View File

@ -57,10 +57,10 @@
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@redux-devtools/core": "^4.0.0",
"@types/react": "^18.2.55",
"@types/react": "^18.2.58",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",

View File

@ -57,12 +57,12 @@
"@babel/preset-env": "^7.23.9",
"@babel/preset-typescript": "^7.23.3",
"@types/jsan": "^3.1.5",
"@types/node": "^20.11.17",
"@types/node": "^20.11.20",
"@types/rn-host-detect": "^1.2.2",
"@types/socketcluster-client": "^19.1.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"redux": "^4.2.1",
"rimraf": "^5.0.5",

View File

@ -19,14 +19,14 @@
"@redux-devtools/dock-monitor": "^4.0.0",
"@redux-devtools/rtk-query-monitor": "^5.0.0",
"@reduxjs/toolkit": "^1.9.7",
"framer-motion": "^11.0.3",
"framer-motion": "^11.0.6",
"msw": "^2.1.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"react-is": "^18.2.0",
"react-redux": "^8.1.3",
"react-router-dom": "^6.22.0",
"react-router-dom": "^6.22.1",
"styled-components": "^5.3.11"
},
"devDependencies": {
@ -36,8 +36,8 @@
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@types/copy-webpack-plugin": "^8.0.1",
"@types/node": "^20.11.17",
"@types/react": "^18.2.55",
"@types/node": "^20.11.20",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
"@types/styled-components": "^5.1.34",
"@typescript-eslint/eslint-plugin": "^6.21.0",
@ -46,7 +46,7 @@
"copy-webpack-plugin": "^12.0.2",
"cross-env": "^7.0.3",
"css-loader": "^6.10.0",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
@ -55,7 +55,7 @@
"style-loader": "^3.3.4",
"ts-node": "^10.9.2",
"typescript": "~5.3.3",
"webpack": "^5.90.1",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},

View File

@ -72,12 +72,12 @@
"@types/jest": "^29.5.12",
"@types/hex-rgba": "^1.0.3",
"@types/lodash.debounce": "^4.0.9",
"@types/react": "^18.2.55",
"@types/react": "^18.2.58",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.7.0",

View File

@ -51,9 +51,9 @@
"@types/jsan": "^3.1.5",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-jest": "^27.9.0",
"immutable": "^4.3.5",
"jest": "^29.7.0",
"rimraf": "^5.0.5",

View File

@ -34,8 +34,8 @@
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@types/classnames": "^2.3.1",
"@types/node": "^20.11.17",
"@types/react": "^18.2.55",
"@types/node": "^20.11.20",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
"@types/styled-components": "^5.1.34",
"@types/webpack-env": "^1.18.4",
@ -44,7 +44,7 @@
"babel-loader": "^9.1.3",
"cross-env": "^7.0.3",
"css-loader": "^6.10.0",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
@ -53,7 +53,7 @@
"style-loader": "^3.3.4",
"ts-node": "^10.9.2",
"typescript": "~5.3.3",
"webpack": "^5.90.1",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
}

View File

@ -45,11 +45,11 @@
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@redux-devtools/core": "^4.0.0",
"@types/node": "^20.11.17",
"@types/react": "^18.2.55",
"@types/node": "^20.11.20",
"@types/react": "^18.2.58",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",

View File

@ -65,25 +65,25 @@
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@storybook/addon-essentials": "^7.6.13",
"@storybook/addon-interactions": "^7.6.13",
"@storybook/addon-links": "^7.6.13",
"@storybook/react": "^7.6.13",
"@storybook/react-webpack5": "^7.6.13",
"@storybook/addon-essentials": "^7.6.17",
"@storybook/addon-interactions": "^7.6.17",
"@storybook/addon-links": "^7.6.17",
"@storybook/react": "^7.6.17",
"@storybook/react-webpack5": "^7.6.17",
"@testing-library/dom": "^9.3.4",
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^14.5.2",
"@types/color": "^3.0.6",
"@types/jest": "^29.5.12",
"@types/react": "^18.2.55",
"@types/react": "^18.2.58",
"@types/styled-components": "^5.1.34",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"babel-loader": "^9.1.3",
"csstype": "^3.1.3",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.7.0",
@ -93,7 +93,7 @@
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"rimraf": "^5.0.5",
"storybook": "^7.6.13",
"storybook": "^7.6.17",
"styled-components": "^5.3.11",
"stylelint": "^16.2.1",
"stylelint-config-standard": "^36.0.0",
@ -101,7 +101,7 @@
"stylelint-processor-styled-components": "^1.10.0",
"ts-jest": "^29.1.2",
"typescript": "~5.3.3",
"webpack": "^5.90.1"
"webpack": "^5.90.3"
},
"peerDependencies": {
"@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0",

View File

@ -40,7 +40,7 @@
"immutable": "^4.3.5",
"jsan": "^3.1.14",
"lodash": "^4.17.21",
"nanoid": "^5.0.5",
"nanoid": "^5.0.6",
"redux": "^4.2.1"
},
"devDependencies": {
@ -52,10 +52,10 @@
"@babel/preset-typescript": "^7.23.3",
"@types/jsan": "^3.1.5",
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.17",
"@types/node": "^20.11.20",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"rimraf": "^5.0.5",
"typescript": "~5.3.3"

View File

@ -33,15 +33,15 @@
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@types/node": "^20.11.17",
"@types/react": "^18.2.55",
"@types/node": "^20.11.20",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
"@types/webpack-env": "^1.18.4",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"babel-loader": "^9.1.3",
"cross-env": "^7.0.3",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
@ -49,7 +49,7 @@
"html-webpack-plugin": "^5.6.0",
"ts-node": "^10.9.2",
"typescript": "~5.3.3",
"webpack": "^5.90.1",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
}

View File

@ -47,8 +47,8 @@
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@types/classnames": "^2.3.1",
"@types/node": "^20.11.17",
"@types/react": "^18.2.55",
"@types/node": "^20.11.20",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
"@types/webpack-env": "^1.18.4",
"@typescript-eslint/eslint-plugin": "^6.21.0",
@ -56,7 +56,7 @@
"babel-loader": "^9.1.3",
"cross-env": "^7.0.3",
"css-loader": "^6.10.0",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
@ -65,7 +65,7 @@
"style-loader": "^3.3.4",
"ts-node": "^10.9.2",
"typescript": "~5.3.3",
"webpack": "^5.90.1",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
}

View File

@ -55,13 +55,13 @@
"@babel/preset-typescript": "^7.23.3",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.17",
"@types/react": "^18.2.55",
"@types/node": "^20.11.20",
"@types/react": "^18.2.58",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.7.0",

File diff suppressed because it is too large Load Diff