fix(deps): update all non-major dependencies (#1393)

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

* Update snapshots

---------

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] 2023-04-26 20:13:44 +00:00 committed by GitHub
parent 27dad81aa7
commit d6ca48a6b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
46 changed files with 2068 additions and 1976 deletions

View File

@ -47,7 +47,7 @@
"react-redux": "^8.0.5", "react-redux": "^8.0.5",
"redux": "^4.2.1", "redux": "^4.2.1",
"redux-persist": "^6.0.0", "redux-persist": "^6.0.0",
"styled-components": "^5.3.9" "styled-components": "^5.3.10"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.21.4", "@babel/core": "^7.21.4",
@ -57,10 +57,10 @@
"@babel/register": "^7.21.0", "@babel/register": "^7.21.0",
"@testing-library/jest-dom": "^5.16.5", "@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0", "@testing-library/react": "^14.0.0",
"@types/chrome": "^0.0.229", "@types/chrome": "^0.0.233",
"@types/lodash": "^4.14.192", "@types/lodash": "^4.14.194",
"@types/react": "^18.0.34", "@types/react": "^18.2.0",
"@types/react-dom": "^18.0.11", "@types/react-dom": "^18.2.1",
"@types/styled-components": "^5.1.26", "@types/styled-components": "^5.1.26",
"babel-loader": "^9.1.2", "babel-loader": "^9.1.2",
"chromedriver": "^112.0.0", "chromedriver": "^112.0.0",
@ -69,7 +69,7 @@
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"css-loader": "^6.7.3", "css-loader": "^6.7.3",
"electron": "^24.1.2", "electron": "^24.1.2",
"eslint": "^8.38.0", "eslint": "^8.39.0",
"eslint-config-airbnb": "^19.0.4", "eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.27.5", "eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-jsx-a11y": "^6.7.1",
@ -85,12 +85,12 @@
"react-transform-catch-errors": "^1.0.2", "react-transform-catch-errors": "^1.0.2",
"react-transform-hmr": "^1.0.4", "react-transform-hmr": "^1.0.4",
"rimraf": "^5.0.0", "rimraf": "^5.0.0",
"selenium-webdriver": "^4.8.2", "selenium-webdriver": "^4.9.0",
"sinon-chrome": "^3.0.1", "sinon-chrome": "^3.0.1",
"style-loader": "^3.3.2", "style-loader": "^3.3.2",
"ts-jest": "^29.1.0", "ts-jest": "^29.1.0",
"typescript": "~5.0.4", "typescript": "~5.0.4",
"webpack": "^5.78.0", "webpack": "^5.81.0",
"webpack-cli": "^5.0.1" "webpack-cli": "^5.0.2"
} }
} }

View File

@ -4,18 +4,18 @@
"@babel/core": "^7.21.4", "@babel/core": "^7.21.4",
"@babel/eslint-parser": "^7.21.3", "@babel/eslint-parser": "^7.21.3",
"@changesets/cli": "^2.26.1", "@changesets/cli": "^2.26.1",
"@typescript-eslint/eslint-plugin": "^5.58.0", "@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.58.0", "@typescript-eslint/parser": "^5.59.1",
"eslint": "^8.38.0", "eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0", "eslint-config-prettier": "^8.8.0",
"eslint-plugin-jest": "^27.2.1", "eslint-plugin-jest": "^27.2.1",
"eslint-plugin-react": "^7.32.2", "eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.5.0", "jest": "^29.5.0",
"prettier": "2.8.7", "prettier": "2.8.8",
"typescript": "~5.0.4", "typescript": "~5.0.4",
"nx": "^15.9.2", "nx": "^15.9.2",
"@nrwl/nx-cloud": "^16.0.2" "@nrwl/nx-cloud": "^16.0.4"
}, },
"scripts": { "scripts": {
"format": "prettier --write .", "format": "prettier --write .",
@ -39,7 +39,7 @@
"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.2.0", "packageManager": "pnpm@8.3.1",
"pnpm": { "pnpm": {
"overrides": { "overrides": {
"@babel/highlight>chalk": "Methuselah96/chalk#v2-without-process" "@babel/highlight>chalk": "Methuselah96/chalk#v2-without-process"

View File

@ -32,19 +32,19 @@
"@babel/core": "^7.21.4", "@babel/core": "^7.21.4",
"@babel/preset-env": "^7.21.4", "@babel/preset-env": "^7.21.4",
"@babel/preset-typescript": "^7.21.4", "@babel/preset-typescript": "^7.21.4",
"@types/node": "^18.15.11", "@types/node": "^18.16.1",
"@typescript-eslint/eslint-plugin": "^5.58.0", "@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.58.0", "@typescript-eslint/parser": "^5.59.1",
"babel-loader": "^9.1.2", "babel-loader": "^9.1.2",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"eslint": "^8.38.0", "eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0", "eslint-config-prettier": "^8.8.0",
"fork-ts-checker-webpack-plugin": "^8.0.0", "fork-ts-checker-webpack-plugin": "^8.0.0",
"html-webpack-plugin": "^5.5.0", "html-webpack-plugin": "^5.5.1",
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"typescript": "~5.0.4", "typescript": "~5.0.4",
"webpack": "^5.78.0", "webpack": "^5.81.0",
"webpack-cli": "^5.0.1", "webpack-cli": "^5.0.2",
"webpack-dev-server": "^4.13.2" "webpack-dev-server": "^4.13.3"
} }
} }

View File

@ -54,10 +54,10 @@
"@babel/eslint-parser": "^7.21.3", "@babel/eslint-parser": "^7.21.3",
"@babel/preset-env": "^7.21.4", "@babel/preset-env": "^7.21.4",
"@babel/preset-typescript": "^7.21.4", "@babel/preset-typescript": "^7.21.4",
"@types/ramda": "^0.28.24", "@types/ramda": "^0.29.0",
"@typescript-eslint/eslint-plugin": "^5.58.0", "@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.58.0", "@typescript-eslint/parser": "^5.59.1",
"eslint": "^8.38.0", "eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0", "eslint-config-prettier": "^8.8.0",
"rimraf": "^5.0.0", "rimraf": "^5.0.0",
"typescript": "~5.0.4" "typescript": "~5.0.4"

View File

@ -45,10 +45,10 @@
"@babel/preset-env": "^7.21.4", "@babel/preset-env": "^7.21.4",
"@babel/preset-typescript": "^7.21.4", "@babel/preset-typescript": "^7.21.4",
"@types/d3": "^7.4.0", "@types/d3": "^7.4.0",
"@typescript-eslint/eslint-plugin": "^5.58.0", "@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.58.0", "@typescript-eslint/parser": "^5.59.1",
"d3": "^7.8.4", "d3": "^7.8.4",
"eslint": "^8.38.0", "eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0", "eslint-config-prettier": "^8.8.0",
"rimraf": "^5.0.0", "rimraf": "^5.0.0",
"typescript": "~5.0.4" "typescript": "~5.0.4"

View File

@ -49,11 +49,11 @@
"@babel/eslint-parser": "^7.21.3", "@babel/eslint-parser": "^7.21.3",
"@babel/preset-env": "^7.21.4", "@babel/preset-env": "^7.21.4",
"@babel/preset-typescript": "^7.21.4", "@babel/preset-typescript": "^7.21.4",
"@types/jest": "^29.5.0", "@types/jest": "^29.5.1",
"@types/lodash": "^4.14.192", "@types/lodash": "^4.14.194",
"@typescript-eslint/eslint-plugin": "^5.58.0", "@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.58.0", "@typescript-eslint/parser": "^5.59.1",
"eslint": "^8.38.0", "eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0", "eslint-config-prettier": "^8.8.0",
"eslint-plugin-jest": "^27.2.1", "eslint-plugin-jest": "^27.2.1",
"immutable": "^4.3.0", "immutable": "^4.3.0",

View File

@ -41,7 +41,7 @@
"dependencies": { "dependencies": {
"@babel/runtime": "^7.21.0", "@babel/runtime": "^7.21.0",
"@types/base16": "^1.0.2", "@types/base16": "^1.0.2",
"@types/lodash": "^4.14.192", "@types/lodash": "^4.14.194",
"base16": "^1.0.0", "base16": "^1.0.0",
"color": "^4.2.3", "color": "^4.2.3",
"csstype": "^3.1.2", "csstype": "^3.1.2",
@ -55,11 +55,11 @@
"@babel/preset-env": "^7.21.4", "@babel/preset-env": "^7.21.4",
"@babel/preset-typescript": "^7.21.4", "@babel/preset-typescript": "^7.21.4",
"@types/color": "^3.0.3", "@types/color": "^3.0.3",
"@types/jest": "^29.5.0", "@types/jest": "^29.5.1",
"@types/lodash.curry": "^4.1.7", "@types/lodash.curry": "^4.1.7",
"@typescript-eslint/eslint-plugin": "^5.58.0", "@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.58.0", "@typescript-eslint/parser": "^5.59.1",
"eslint": "^8.38.0", "eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0", "eslint-config-prettier": "^8.8.0",
"eslint-plugin-jest": "^27.2.1", "eslint-plugin-jest": "^27.2.1",
"jest": "^29.5.0", "jest": "^29.5.0",

View File

@ -11,36 +11,36 @@
}, },
"dependencies": { "dependencies": {
"react": "^18.2.0", "react": "^18.2.0",
"react-bootstrap": "^2.7.2", "react-bootstrap": "^2.7.4",
"react-dock": "^0.6.0", "react-dock": "^0.6.0",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"react-icons": "^4.8.0", "react-icons": "^4.8.0",
"react-is": "^18.2.0", "react-is": "^18.2.0",
"styled-components": "^5.3.9" "styled-components": "^5.3.10"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.21.4", "@babel/core": "^7.21.4",
"@babel/preset-env": "^7.21.4", "@babel/preset-env": "^7.21.4",
"@babel/preset-react": "^7.18.6", "@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.4", "@babel/preset-typescript": "^7.21.4",
"@types/node": "^18.15.11", "@types/node": "^18.16.1",
"@types/react": "^18.0.34", "@types/react": "^18.2.0",
"@types/react-dom": "^18.0.11", "@types/react-dom": "^18.2.1",
"@types/styled-components": "^5.1.26", "@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.58.0", "@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.58.0", "@typescript-eslint/parser": "^5.59.1",
"babel-loader": "^9.1.2", "babel-loader": "^9.1.2",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"eslint": "^8.38.0", "eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0", "eslint-config-prettier": "^8.8.0",
"eslint-plugin-react": "^7.32.2", "eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-hooks": "^4.6.0",
"fork-ts-checker-webpack-plugin": "^8.0.0", "fork-ts-checker-webpack-plugin": "^8.0.0",
"html-webpack-plugin": "^5.5.0", "html-webpack-plugin": "^5.5.1",
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"typescript": "~5.0.4", "typescript": "~5.0.4",
"webpack": "^5.78.0", "webpack": "^5.81.0",
"webpack-cli": "^5.0.1", "webpack-cli": "^5.0.2",
"webpack-dev-server": "^4.13.2" "webpack-dev-server": "^4.13.3"
} }
} }

View File

@ -40,7 +40,7 @@
}, },
"dependencies": { "dependencies": {
"@babel/runtime": "^7.21.0", "@babel/runtime": "^7.21.0",
"@types/lodash": "^4.14.192", "@types/lodash": "^4.14.194",
"@types/prop-types": "^15.7.5", "@types/prop-types": "^15.7.5",
"lodash.debounce": "^4.0.8", "lodash.debounce": "^4.0.8",
"prop-types": "^15.8.1" "prop-types": "^15.8.1"
@ -53,13 +53,13 @@
"@babel/preset-env": "^7.21.4", "@babel/preset-env": "^7.21.4",
"@babel/preset-react": "^7.18.6", "@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.4", "@babel/preset-typescript": "^7.21.4",
"@types/jest": "^29.5.0", "@types/jest": "^29.5.1",
"@types/lodash.debounce": "^4.0.7", "@types/lodash.debounce": "^4.0.7",
"@types/react": "^18.0.34", "@types/react": "^18.2.0",
"@types/react-test-renderer": "^18.0.0", "@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.58.0", "@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.58.0", "@typescript-eslint/parser": "^5.59.1",
"eslint": "^8.38.0", "eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0", "eslint-config-prettier": "^8.8.0",
"eslint-plugin-jest": "^27.2.1", "eslint-plugin-jest": "^27.2.1",
"eslint-plugin-react": "^7.32.2", "eslint-plugin-react": "^7.32.2",

View File

@ -30,23 +30,23 @@
"@babel/preset-env": "^7.21.4", "@babel/preset-env": "^7.21.4",
"@babel/preset-react": "^7.18.6", "@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.4", "@babel/preset-typescript": "^7.21.4",
"@types/node": "^18.15.11", "@types/node": "^18.16.1",
"@types/react": "^18.0.34", "@types/react": "^18.2.0",
"@types/react-dom": "^18.0.11", "@types/react-dom": "^18.2.1",
"@typescript-eslint/eslint-plugin": "^5.58.0", "@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.58.0", "@typescript-eslint/parser": "^5.59.1",
"babel-loader": "^9.1.2", "babel-loader": "^9.1.2",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"eslint": "^8.38.0", "eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0", "eslint-config-prettier": "^8.8.0",
"eslint-plugin-react": "^7.32.2", "eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-hooks": "^4.6.0",
"fork-ts-checker-webpack-plugin": "^8.0.0", "fork-ts-checker-webpack-plugin": "^8.0.0",
"html-webpack-plugin": "^5.5.0", "html-webpack-plugin": "^5.5.1",
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"typescript": "~5.0.4", "typescript": "~5.0.4",
"webpack": "^5.78.0", "webpack": "^5.81.0",
"webpack-cli": "^5.0.1", "webpack-cli": "^5.0.2",
"webpack-dev-server": "^4.13.2" "webpack-dev-server": "^4.13.3"
} }
} }

View File

@ -46,7 +46,7 @@
}, },
"dependencies": { "dependencies": {
"@babel/runtime": "^7.21.0", "@babel/runtime": "^7.21.0",
"@types/lodash": "^4.14.192", "@types/lodash": "^4.14.194",
"react-base16-styling": "^0.9.1" "react-base16-styling": "^0.9.1"
}, },
"devDependencies": { "devDependencies": {
@ -58,16 +58,16 @@
"@babel/preset-react": "^7.18.6", "@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.4", "@babel/preset-typescript": "^7.21.4",
"@rollup/plugin-babel": "^6.0.3", "@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.1", "@rollup/plugin-commonjs": "^24.1.0",
"@rollup/plugin-node-resolve": "^15.0.2", "@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-terser": "^0.4.1", "@rollup/plugin-terser": "^0.4.1",
"@types/jest": "^29.5.0", "@types/jest": "^29.5.1",
"@types/node": "^18.15.11", "@types/node": "^18.16.1",
"@types/react": "^18.0.34", "@types/react": "^18.2.0",
"@types/react-test-renderer": "^18.0.0", "@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.58.0", "@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.58.0", "@typescript-eslint/parser": "^5.59.1",
"eslint": "^8.38.0", "eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0", "eslint-config-prettier": "^8.8.0",
"eslint-plugin-jest": "^27.2.1", "eslint-plugin-jest": "^27.2.1",
"eslint-plugin-react": "^7.32.2", "eslint-plugin-react": "^7.32.2",
@ -76,7 +76,7 @@
"react": "^18.2.0", "react": "^18.2.0",
"react-test-renderer": "^18.2.0", "react-test-renderer": "^18.2.0",
"rimraf": "^5.0.0", "rimraf": "^5.0.0",
"rollup": "^3.20.2", "rollup": "^3.21.0",
"rollup-plugin-typescript2": "^0.34.1", "rollup-plugin-typescript2": "^0.34.1",
"ts-jest": "^29.1.0", "ts-jest": "^29.1.0",
"tslib": "^2.5.0", "tslib": "^2.5.0",

View File

@ -50,7 +50,7 @@
"@redux-devtools/rtk-query-monitor": "^3.1.1", "@redux-devtools/rtk-query-monitor": "^3.1.1",
"@redux-devtools/slider-monitor": "^4.0.0", "@redux-devtools/slider-monitor": "^4.0.0",
"@redux-devtools/ui": "^1.3.0", "@redux-devtools/ui": "^1.3.0",
"@reduxjs/toolkit": "^1.9.3", "@reduxjs/toolkit": "^1.9.5",
"@types/prop-types": "^15.7.5", "@types/prop-types": "^15.7.5",
"d3-state-visualizer": "^2.0.0", "d3-state-visualizer": "^2.0.0",
"javascript-stringify": "^2.1.0", "javascript-stringify": "^2.1.0",
@ -77,48 +77,48 @@
"@rjsf/core": "^4.2.3", "@rjsf/core": "^4.2.3",
"@testing-library/jest-dom": "^5.16.5", "@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0", "@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.0", "@types/jest": "^29.5.1",
"@types/jsan": "^3.1.2", "@types/jsan": "^3.1.2",
"@types/json-schema": "^7.0.11", "@types/json-schema": "^7.0.11",
"@types/lodash": "^4.14.192", "@types/lodash": "^4.14.194",
"@types/node": "^18.15.11", "@types/node": "^18.16.1",
"@types/react": "^18.0.34", "@types/react": "^18.2.0",
"@types/react-dom": "^18.0.11", "@types/react-dom": "^18.2.1",
"@types/socketcluster-client": "^16.0.0", "@types/socketcluster-client": "^16.0.0",
"@types/styled-components": "^5.1.26", "@types/styled-components": "^5.1.26",
"@types/testing-library__jest-dom": "^5.14.5", "@types/testing-library__jest-dom": "^5.14.5",
"@types/webpack-env": "^1.18.0", "@types/webpack-env": "^1.18.0",
"@typescript-eslint/eslint-plugin": "^5.58.0", "@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.58.0", "@typescript-eslint/parser": "^5.59.1",
"babel-loader": "^9.1.2", "babel-loader": "^9.1.2",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"css-loader": "^6.7.3", "css-loader": "^6.7.3",
"eslint": "^8.38.0", "eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0", "eslint-config-prettier": "^8.8.0",
"eslint-plugin-jest": "^27.2.1", "eslint-plugin-jest": "^27.2.1",
"eslint-plugin-react": "^7.32.2", "eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-hooks": "^4.6.0",
"fork-ts-checker-webpack-plugin": "^8.0.0", "fork-ts-checker-webpack-plugin": "^8.0.0",
"html-loader": "^4.2.0", "html-loader": "^4.2.0",
"html-webpack-plugin": "^5.5.0", "html-webpack-plugin": "^5.5.1",
"jest": "^29.5.0", "jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0", "jest-environment-jsdom": "^29.5.0",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"rimraf": "^5.0.0", "rimraf": "^5.0.0",
"style-loader": "^3.3.2", "style-loader": "^3.3.2",
"styled-components": "^5.3.9", "styled-components": "^5.3.10",
"ts-jest": "^29.1.0", "ts-jest": "^29.1.0",
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"typescript": "~5.0.4", "typescript": "~5.0.4",
"webpack": "^5.78.0", "webpack": "^5.81.0",
"webpack-cli": "^5.0.1", "webpack-cli": "^5.0.2",
"webpack-dev-server": "^4.13.2" "webpack-dev-server": "^4.13.3"
}, },
"peerDependencies": { "peerDependencies": {
"@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0", "@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"@types/styled-components": "^5.1.26", "@types/styled-components": "^5.1.26",
"react": "^16.3.0 || ^17.0.0 || ^18.0.0", "react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"styled-components": "^5.3.9" "styled-components": "^5.3.10"
} }
} }

View File

@ -54,10 +54,10 @@
"@babel/preset-react": "^7.18.6", "@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.4", "@babel/preset-typescript": "^7.21.4",
"@redux-devtools/core": "^3.13.1", "@redux-devtools/core": "^3.13.1",
"@types/react": "^18.0.34", "@types/react": "^18.2.0",
"@typescript-eslint/eslint-plugin": "^5.58.0", "@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.58.0", "@typescript-eslint/parser": "^5.59.1",
"eslint": "^8.38.0", "eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0", "eslint-config-prettier": "^8.8.0",
"eslint-plugin-react": "^7.32.2", "eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-hooks": "^4.6.0",

View File

@ -41,9 +41,9 @@
"node": "^14.13.1 || ^16.13.0 || >= 18.12.0" "node": "^14.13.1 || ^16.13.0 || >= 18.12.0"
}, },
"dependencies": { "dependencies": {
"@apollo/server": "^4.6.0", "@apollo/server": "^4.7.0",
"@redux-devtools/app": "^2.1.3", "@redux-devtools/app": "^2.1.3",
"@types/react": "^18.0.34", "@types/react": "^18.2.0",
"body-parser": "^1.20.2", "body-parser": "^1.20.2",
"chalk": "^5.2.0", "chalk": "^5.2.0",
"cors": "^2.8.5", "cors": "^2.8.5",
@ -60,10 +60,10 @@
"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",
"semver": "^7.4.0", "semver": "^7.5.0",
"socketcluster-server": "^17.3.1", "socketcluster-server": "^17.3.1",
"sqlite3": "^5.1.6", "sqlite3": "^5.1.6",
"styled-components": "^5.3.9", "styled-components": "^5.3.10",
"uuid": "^9.0.0" "uuid": "^9.0.0"
}, },
"devDependencies": { "devDependencies": {
@ -71,20 +71,20 @@
"@types/cors": "^2.8.13", "@types/cors": "^2.8.13",
"@types/cross-spawn": "^6.0.2", "@types/cross-spawn": "^6.0.2",
"@types/express": "^4.17.17", "@types/express": "^4.17.17",
"@types/jest": "^29.5.0", "@types/jest": "^29.5.1",
"@types/lodash-es": "^4.17.7", "@types/lodash-es": "^4.17.7",
"@types/minimist": "^1.2.2", "@types/minimist": "^1.2.2",
"@types/morgan": "^1.9.4", "@types/morgan": "^1.9.4",
"@types/node": "^18.15.11", "@types/node": "^18.16.1",
"@types/semver": "^7.3.13", "@types/semver": "^7.3.13",
"@types/socketcluster-client": "^16.0.0", "@types/socketcluster-client": "^16.0.0",
"@types/socketcluster-server": "^17.3.0", "@types/socketcluster-server": "^17.3.0",
"@types/styled-components": "^5.1.26", "@types/styled-components": "^5.1.26",
"@types/supertest": "^2.0.12", "@types/supertest": "^2.0.12",
"@types/uuid": "^9.0.1", "@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^5.58.0", "@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.58.0", "@typescript-eslint/parser": "^5.59.1",
"eslint": "^8.38.0", "eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0", "eslint-config-prettier": "^8.8.0",
"eslint-plugin-jest": "^27.2.1", "eslint-plugin-jest": "^27.2.1",
"jest": "^29.5.0", "jest": "^29.5.0",

View File

@ -57,10 +57,10 @@
"@babel/preset-typescript": "^7.21.4", "@babel/preset-typescript": "^7.21.4",
"@redux-devtools/core": "^3.13.1", "@redux-devtools/core": "^3.13.1",
"@types/parse-key": "^0.2.0", "@types/parse-key": "^0.2.0",
"@types/react": "^18.0.34", "@types/react": "^18.2.0",
"@typescript-eslint/eslint-plugin": "^5.58.0", "@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.58.0", "@typescript-eslint/parser": "^5.59.1",
"eslint": "^8.38.0", "eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0", "eslint-config-prettier": "^8.8.0",
"eslint-plugin-react": "^7.32.2", "eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-hooks": "^4.6.0",

View File

@ -39,9 +39,9 @@
"@babel/plugin-transform-runtime": "^7.21.4", "@babel/plugin-transform-runtime": "^7.21.4",
"@babel/preset-env": "^7.21.4", "@babel/preset-env": "^7.21.4",
"@babel/preset-typescript": "^7.21.4", "@babel/preset-typescript": "^7.21.4",
"@typescript-eslint/eslint-plugin": "^5.58.0", "@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.58.0", "@typescript-eslint/parser": "^5.59.1",
"eslint": "^8.38.0", "eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0", "eslint-config-prettier": "^8.8.0",
"redux": "^4.2.1", "redux": "^4.2.1",
"rimraf": "^5.0.0", "rimraf": "^5.0.0",

View File

@ -24,7 +24,7 @@
"react-router-dom": "^6.10.0", "react-router-dom": "^6.10.0",
"redux": "^4.2.1", "redux": "^4.2.1",
"redux-logger": "^3.0.6", "redux-logger": "^3.0.6",
"styled-components": "^5.3.9" "styled-components": "^5.3.10"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.21.4", "@babel/core": "^7.21.4",
@ -32,28 +32,28 @@
"@babel/preset-react": "^7.18.6", "@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.4", "@babel/preset-typescript": "^7.21.4",
"@types/lodash.shuffle": "^4.2.7", "@types/lodash.shuffle": "^4.2.7",
"@types/node": "^18.15.11", "@types/node": "^18.16.1",
"@types/react": "^18.0.34", "@types/react": "^18.2.0",
"@types/react-dom": "^18.0.11", "@types/react-dom": "^18.2.1",
"@types/redux-logger": "^3.0.9", "@types/redux-logger": "^3.0.9",
"@types/styled-components": "^5.1.26", "@types/styled-components": "^5.1.26",
"@types/webpack-env": "^1.18.0", "@types/webpack-env": "^1.18.0",
"@typescript-eslint/eslint-plugin": "^5.58.0", "@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.58.0", "@typescript-eslint/parser": "^5.59.1",
"babel-loader": "^9.1.2", "babel-loader": "^9.1.2",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"css-loader": "^6.7.3", "css-loader": "^6.7.3",
"eslint": "^8.38.0", "eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0", "eslint-config-prettier": "^8.8.0",
"eslint-plugin-react": "^7.32.2", "eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-hooks": "^4.6.0",
"fork-ts-checker-webpack-plugin": "^8.0.0", "fork-ts-checker-webpack-plugin": "^8.0.0",
"html-webpack-plugin": "^5.5.0", "html-webpack-plugin": "^5.5.1",
"style-loader": "^3.3.2", "style-loader": "^3.3.2",
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"typescript": "~5.0.4", "typescript": "~5.0.4",
"webpack": "^5.78.0", "webpack": "^5.81.0",
"webpack-cli": "^5.0.1", "webpack-cli": "^5.0.2",
"webpack-dev-server": "^4.13.2" "webpack-dev-server": "^4.13.3"
} }
} }

View File

@ -66,13 +66,13 @@
"@redux-devtools/inspector-monitor": "^3.0.0", "@redux-devtools/inspector-monitor": "^3.0.0",
"@testing-library/react": "^14.0.0", "@testing-library/react": "^14.0.0",
"@types/es6template": "^1.0.1", "@types/es6template": "^1.0.1",
"@types/jest": "^29.5.0", "@types/jest": "^29.5.1",
"@types/jsan": "^3.1.2", "@types/jsan": "^3.1.2",
"@types/object-path": "^0.11.1", "@types/object-path": "^0.11.1",
"@types/react": "^18.0.34", "@types/react": "^18.2.0",
"@typescript-eslint/eslint-plugin": "^5.58.0", "@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.58.0", "@typescript-eslint/parser": "^5.59.1",
"eslint": "^8.38.0", "eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0", "eslint-config-prettier": "^8.8.0",
"eslint-plugin-jest": "^27.2.1", "eslint-plugin-jest": "^27.2.1",
"eslint-plugin-react": "^7.32.2", "eslint-plugin-react": "^7.32.2",
@ -92,6 +92,6 @@
"@types/styled-components": "^5.1.26", "@types/styled-components": "^5.1.26",
"react": "^16.3.0 || ^17.0.0 || ^18.0.0", "react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"redux": "^3.4.0 || ^4.0.0", "redux": "^3.4.0 || ^4.0.0",
"styled-components": "^5.3.9" "styled-components": "^5.3.10"
} }
} }

View File

@ -32,7 +32,7 @@
"dependencies": { "dependencies": {
"@babel/code-frame": "^7.21.4", "@babel/code-frame": "^7.21.4",
"@babel/runtime": "^7.21.0", "@babel/runtime": "^7.21.0",
"@types/chrome": "^0.0.229", "@types/chrome": "^0.0.233",
"anser": "^2.1.1", "anser": "^2.1.1",
"html-entities": "^2.3.3", "html-entities": "^2.3.3",
"path-browserify": "^1.0.1", "path-browserify": "^1.0.1",
@ -52,15 +52,15 @@
"@testing-library/react": "^14.0.0", "@testing-library/react": "^14.0.0",
"@types/babel__code-frame": "^7.0.3", "@types/babel__code-frame": "^7.0.3",
"@types/html-entities": "^1.3.4", "@types/html-entities": "^1.3.4",
"@types/jest": "^29.5.0", "@types/jest": "^29.5.1",
"@types/node": "^18.15.11", "@types/node": "^18.16.1",
"@types/path-browserify": "^1.0.0", "@types/path-browserify": "^1.0.0",
"@types/react": "^18.0.34", "@types/react": "^18.2.0",
"@types/redux-devtools-themes": "^1.0.0", "@types/redux-devtools-themes": "^1.0.0",
"@types/source-map": "0.5.2", "@types/source-map": "0.5.2",
"@typescript-eslint/eslint-plugin": "^5.58.0", "@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.58.0", "@typescript-eslint/parser": "^5.59.1",
"eslint": "^8.38.0", "eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0", "eslint-config-prettier": "^8.8.0",
"eslint-plugin-jest": "^27.2.1", "eslint-plugin-jest": "^27.2.1",
"eslint-plugin-react": "^7.32.2", "eslint-plugin-react": "^7.32.2",

View File

@ -17,7 +17,7 @@
"immutable": "^4.3.0", "immutable": "^4.3.0",
"lodash.shuffle": "^4.2.0", "lodash.shuffle": "^4.2.0",
"react": "^18.2.0", "react": "^18.2.0",
"react-bootstrap": "^2.7.2", "react-bootstrap": "^2.7.4",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"react-redux": "^8.0.5", "react-redux": "^8.0.5",
"react-router-dom": "^6.10.0", "react-router-dom": "^6.10.0",
@ -31,25 +31,25 @@
"@babel/preset-typescript": "^7.21.4", "@babel/preset-typescript": "^7.21.4",
"@types/base16": "^1.0.2", "@types/base16": "^1.0.2",
"@types/lodash.shuffle": "^4.2.7", "@types/lodash.shuffle": "^4.2.7",
"@types/node": "^18.15.11", "@types/node": "^18.16.1",
"@types/react": "^18.0.34", "@types/react": "^18.2.0",
"@types/react-dom": "^18.0.11", "@types/react-dom": "^18.2.1",
"@types/redux-logger": "^3.0.9", "@types/redux-logger": "^3.0.9",
"@types/webpack-env": "^1.18.0", "@types/webpack-env": "^1.18.0",
"@typescript-eslint/eslint-plugin": "^5.58.0", "@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.58.0", "@typescript-eslint/parser": "^5.59.1",
"babel-loader": "^9.1.2", "babel-loader": "^9.1.2",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"eslint": "^8.38.0", "eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0", "eslint-config-prettier": "^8.8.0",
"eslint-plugin-react": "^7.32.2", "eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-hooks": "^4.6.0",
"fork-ts-checker-webpack-plugin": "^8.0.0", "fork-ts-checker-webpack-plugin": "^8.0.0",
"html-webpack-plugin": "^5.5.0", "html-webpack-plugin": "^5.5.1",
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"typescript": "~5.0.4", "typescript": "~5.0.4",
"webpack": "^5.78.0", "webpack": "^5.81.0",
"webpack-cli": "^5.0.1", "webpack-cli": "^5.0.2",
"webpack-dev-server": "^4.13.2" "webpack-dev-server": "^4.13.3"
} }
} }

View File

@ -37,7 +37,7 @@
"dependencies": { "dependencies": {
"@babel/runtime": "^7.21.0", "@babel/runtime": "^7.21.0",
"@types/dragula": "^3.7.1", "@types/dragula": "^3.7.1",
"@types/lodash": "^4.14.192", "@types/lodash": "^4.14.194",
"@types/prop-types": "^15.7.5", "@types/prop-types": "^15.7.5",
"dateformat": "^5.0.3", "dateformat": "^5.0.3",
"hex-rgba": "^1.0.2", "hex-rgba": "^1.0.2",
@ -66,12 +66,12 @@
"@types/hex-rgba": "^1.0.1", "@types/hex-rgba": "^1.0.1",
"@types/history": "^4.7.11", "@types/history": "^4.7.11",
"@types/lodash.debounce": "^4.0.7", "@types/lodash.debounce": "^4.0.7",
"@types/react": "^18.0.34", "@types/react": "^18.2.0",
"@types/react-dragula": "^1.1.0", "@types/react-dragula": "^1.1.0",
"@types/redux-devtools-themes": "^1.0.0", "@types/redux-devtools-themes": "^1.0.0",
"@typescript-eslint/eslint-plugin": "^5.58.0", "@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.58.0", "@typescript-eslint/parser": "^5.59.1",
"eslint": "^8.38.0", "eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0", "eslint-config-prettier": "^8.8.0",
"eslint-plugin-react": "^7.32.2", "eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-hooks": "^4.6.0",

View File

@ -51,12 +51,12 @@
"@babel/plugin-transform-runtime": "^7.21.4", "@babel/plugin-transform-runtime": "^7.21.4",
"@babel/preset-env": "^7.21.4", "@babel/preset-env": "^7.21.4",
"@babel/preset-typescript": "^7.21.4", "@babel/preset-typescript": "^7.21.4",
"@types/jest": "^29.5.0", "@types/jest": "^29.5.1",
"@types/lodash": "^4.14.192", "@types/lodash": "^4.14.194",
"@types/node": "^18.15.11", "@types/node": "^18.16.1",
"@typescript-eslint/eslint-plugin": "^5.58.0", "@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.58.0", "@typescript-eslint/parser": "^5.59.1",
"eslint": "^8.38.0", "eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0", "eslint-config-prettier": "^8.8.0",
"eslint-plugin-jest": "^27.2.1", "eslint-plugin-jest": "^27.2.1",
"jest": "^29.5.0", "jest": "^29.5.0",

View File

@ -59,10 +59,10 @@
"@babel/preset-react": "^7.18.6", "@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.4", "@babel/preset-typescript": "^7.21.4",
"@redux-devtools/core": "^3.13.1", "@redux-devtools/core": "^3.13.1",
"@types/react": "^18.0.34", "@types/react": "^18.2.0",
"@typescript-eslint/eslint-plugin": "^5.58.0", "@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.58.0", "@typescript-eslint/parser": "^5.59.1",
"eslint": "^8.38.0", "eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0", "eslint-config-prettier": "^8.8.0",
"eslint-plugin-react": "^7.32.2", "eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-hooks": "^4.6.0",

View File

@ -57,12 +57,12 @@
"@babel/preset-env": "^7.21.4", "@babel/preset-env": "^7.21.4",
"@babel/preset-typescript": "^7.21.4", "@babel/preset-typescript": "^7.21.4",
"@types/jsan": "^3.1.2", "@types/jsan": "^3.1.2",
"@types/node": "^18.15.11", "@types/node": "^18.16.1",
"@types/rn-host-detect": "^1.2.0", "@types/rn-host-detect": "^1.2.0",
"@types/socketcluster-client": "^16.0.0", "@types/socketcluster-client": "^16.0.0",
"@typescript-eslint/eslint-plugin": "^5.58.0", "@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.58.0", "@typescript-eslint/parser": "^5.59.1",
"eslint": "^8.38.0", "eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0", "eslint-config-prettier": "^8.8.0",
"redux": "^4.2.1", "redux": "^4.2.1",
"rimraf": "^5.0.0", "rimraf": "^5.0.0",

View File

@ -11,15 +11,15 @@
}, },
"dependencies": { "dependencies": {
"@babel/runtime": "^7.21.0", "@babel/runtime": "^7.21.0",
"@chakra-ui/react": "^2.5.5", "@chakra-ui/react": "^2.6.0",
"@emotion/react": "^11.10.6", "@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6", "@emotion/styled": "^11.10.6",
"@mswjs/data": "^0.12.0", "@mswjs/data": "^0.12.0",
"@redux-devtools/core": "^3.13.0", "@redux-devtools/core": "^3.13.0",
"@redux-devtools/dock-monitor": "^3.0.0", "@redux-devtools/dock-monitor": "^3.0.0",
"@redux-devtools/rtk-query-monitor": "^3.1.0", "@redux-devtools/rtk-query-monitor": "^3.1.0",
"@reduxjs/toolkit": "^1.9.3", "@reduxjs/toolkit": "^1.9.5",
"framer-motion": "^10.11.4", "framer-motion": "^10.12.4",
"msw": "^1.2.1", "msw": "^1.2.1",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
@ -27,7 +27,7 @@
"react-is": "^18.2.0", "react-is": "^18.2.0",
"react-redux": "^8.0.5", "react-redux": "^8.0.5",
"react-router-dom": "^6.10.0", "react-router-dom": "^6.10.0",
"styled-components": "^5.3.9" "styled-components": "^5.3.10"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.21.4", "@babel/core": "^7.21.4",
@ -36,28 +36,28 @@
"@babel/preset-react": "^7.18.6", "@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.4", "@babel/preset-typescript": "^7.21.4",
"@types/copy-webpack-plugin": "^8.0.1", "@types/copy-webpack-plugin": "^8.0.1",
"@types/node": "^18.15.11", "@types/node": "^18.16.1",
"@types/react": "^18.0.34", "@types/react": "^18.2.0",
"@types/react-dom": "^18.0.11", "@types/react-dom": "^18.2.1",
"@types/styled-components": "^5.1.26", "@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.58.0", "@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.58.0", "@typescript-eslint/parser": "^5.59.1",
"babel-loader": "^9.1.2", "babel-loader": "^9.1.2",
"copy-webpack-plugin": "^11.0.0", "copy-webpack-plugin": "^11.0.0",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"css-loader": "^6.7.3", "css-loader": "^6.7.3",
"eslint": "^8.38.0", "eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0", "eslint-config-prettier": "^8.8.0",
"eslint-plugin-react": "^7.32.2", "eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-hooks": "^4.6.0",
"fork-ts-checker-webpack-plugin": "^8.0.0", "fork-ts-checker-webpack-plugin": "^8.0.0",
"html-webpack-plugin": "^5.5.0", "html-webpack-plugin": "^5.5.1",
"style-loader": "^3.3.2", "style-loader": "^3.3.2",
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"typescript": "~5.0.4", "typescript": "~5.0.4",
"webpack": "^5.78.0", "webpack": "^5.81.0",
"webpack-cli": "^5.0.1", "webpack-cli": "^5.0.2",
"webpack-dev-server": "^4.13.2" "webpack-dev-server": "^4.13.3"
}, },
"msw": { "msw": {
"workerDirectory": "public" "workerDirectory": "public"

View File

@ -46,7 +46,7 @@
"dependencies": { "dependencies": {
"@babel/runtime": "^7.21.0", "@babel/runtime": "^7.21.0",
"@redux-devtools/ui": "^1.3.0", "@redux-devtools/ui": "^1.3.0",
"@types/lodash": "^4.14.192", "@types/lodash": "^4.14.194",
"@types/prop-types": "^15.7.5", "@types/prop-types": "^15.7.5",
"@types/redux-devtools-themes": "^1.0.0", "@types/redux-devtools-themes": "^1.0.0",
"hex-rgba": "^1.0.2", "hex-rgba": "^1.0.2",
@ -68,16 +68,16 @@
"@babel/preset-react": "^7.18.6", "@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.4", "@babel/preset-typescript": "^7.21.4",
"@redux-devtools/core": "^3.13.1", "@redux-devtools/core": "^3.13.1",
"@reduxjs/toolkit": "^1.9.3", "@reduxjs/toolkit": "^1.9.5",
"@testing-library/jest-dom": "^5.16.5", "@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0", "@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.0", "@types/jest": "^29.5.1",
"@types/hex-rgba": "^1.0.1", "@types/hex-rgba": "^1.0.1",
"@types/lodash.debounce": "^4.0.7", "@types/lodash.debounce": "^4.0.7",
"@types/react": "^18.0.34", "@types/react": "^18.2.0",
"@typescript-eslint/eslint-plugin": "^5.58.0", "@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.58.0", "@typescript-eslint/parser": "^5.59.1",
"eslint": "^8.38.0", "eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0", "eslint-config-prettier": "^8.8.0",
"eslint-plugin-jest": "^27.2.1", "eslint-plugin-jest": "^27.2.1",
"eslint-plugin-react": "^7.32.2", "eslint-plugin-react": "^7.32.2",
@ -94,11 +94,11 @@
}, },
"peerDependencies": { "peerDependencies": {
"@redux-devtools/core": "^3.13.1", "@redux-devtools/core": "^3.13.1",
"@reduxjs/toolkit": "^1.9.3", "@reduxjs/toolkit": "^1.9.5",
"@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0", "@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"@types/styled-components": "^5.1.26", "@types/styled-components": "^5.1.26",
"react": "^16.3.0 || ^17.0.0 || ^18.0.0", "react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"redux": "^3.4.0 || ^4.0.0", "redux": "^3.4.0 || ^4.0.0",
"styled-components": "^5.3.9" "styled-components": "^5.3.10"
} }
} }

View File

@ -47,11 +47,11 @@
"@babel/plugin-transform-runtime": "^7.21.4", "@babel/plugin-transform-runtime": "^7.21.4",
"@babel/preset-env": "^7.21.4", "@babel/preset-env": "^7.21.4",
"@babel/preset-typescript": "^7.21.4", "@babel/preset-typescript": "^7.21.4",
"@types/jest": "^29.5.0", "@types/jest": "^29.5.1",
"@types/jsan": "^3.1.2", "@types/jsan": "^3.1.2",
"@typescript-eslint/eslint-plugin": "^5.58.0", "@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.58.0", "@typescript-eslint/parser": "^5.59.1",
"eslint": "^8.38.0", "eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0", "eslint-config-prettier": "^8.8.0",
"eslint-plugin-jest": "^27.2.1", "eslint-plugin-jest": "^27.2.1",
"immutable": "^4.3.0", "immutable": "^4.3.0",

View File

@ -26,7 +26,7 @@
"react-is": "^18.2.0", "react-is": "^18.2.0",
"react-redux": "^8.0.5", "react-redux": "^8.0.5",
"redux": "^4.2.1", "redux": "^4.2.1",
"styled-components": "^5.3.9", "styled-components": "^5.3.10",
"todomvc-app-css": "^2.4.2" "todomvc-app-css": "^2.4.2"
}, },
"devDependencies": { "devDependencies": {
@ -35,28 +35,28 @@
"@babel/preset-react": "^7.18.6", "@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.4", "@babel/preset-typescript": "^7.21.4",
"@types/classnames": "^2.3.1", "@types/classnames": "^2.3.1",
"@types/node": "^18.15.11", "@types/node": "^18.16.1",
"@types/prop-types": "^15.7.5", "@types/prop-types": "^15.7.5",
"@types/react": "^18.0.34", "@types/react": "^18.2.0",
"@types/react-dom": "^18.0.11", "@types/react-dom": "^18.2.1",
"@types/styled-components": "^5.1.26", "@types/styled-components": "^5.1.26",
"@types/webpack-env": "^1.18.0", "@types/webpack-env": "^1.18.0",
"@typescript-eslint/eslint-plugin": "^5.58.0", "@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.58.0", "@typescript-eslint/parser": "^5.59.1",
"babel-loader": "^9.1.2", "babel-loader": "^9.1.2",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"css-loader": "^6.7.3", "css-loader": "^6.7.3",
"eslint": "^8.38.0", "eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0", "eslint-config-prettier": "^8.8.0",
"eslint-plugin-react": "^7.32.2", "eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-hooks": "^4.6.0",
"fork-ts-checker-webpack-plugin": "^8.0.0", "fork-ts-checker-webpack-plugin": "^8.0.0",
"html-webpack-plugin": "^5.5.0", "html-webpack-plugin": "^5.5.1",
"style-loader": "^3.3.2", "style-loader": "^3.3.2",
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"typescript": "~5.0.4", "typescript": "~5.0.4",
"webpack": "^5.78.0", "webpack": "^5.81.0",
"webpack-cli": "^5.0.1", "webpack-cli": "^5.0.2",
"webpack-dev-server": "^4.13.2" "webpack-dev-server": "^4.13.3"
} }
} }

View File

@ -47,11 +47,11 @@
"@babel/preset-react": "^7.18.6", "@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.4", "@babel/preset-typescript": "^7.21.4",
"@redux-devtools/core": "^3.13.1", "@redux-devtools/core": "^3.13.1",
"@types/node": "^18.15.11", "@types/node": "^18.16.1",
"@types/react": "^18.0.34", "@types/react": "^18.2.0",
"@typescript-eslint/eslint-plugin": "^5.58.0", "@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.58.0", "@typescript-eslint/parser": "^5.59.1",
"eslint": "^8.38.0", "eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0", "eslint-config-prettier": "^8.8.0",
"eslint-plugin-react": "^7.32.2", "eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-hooks": "^4.6.0",
@ -66,6 +66,6 @@
"@types/styled-components": "^5.1.26", "@types/styled-components": "^5.1.26",
"react": "^16.3.0 || ^17.0.0 || ^18.0.0", "react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"redux": "^3.4.0 || ^4.0.0", "redux": "^3.4.0 || ^4.0.0",
"styled-components": "^5.3.9" "styled-components": "^5.3.10"
} }
} }

View File

@ -67,23 +67,23 @@
"@babel/preset-env": "^7.21.4", "@babel/preset-env": "^7.21.4",
"@babel/preset-react": "^7.18.6", "@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.4", "@babel/preset-typescript": "^7.21.4",
"@storybook/addon-essentials": "^7.0.2", "@storybook/addon-essentials": "^7.0.7",
"@storybook/addon-interactions": "^7.0.2", "@storybook/addon-interactions": "^7.0.7",
"@storybook/addon-links": "^7.0.2", "@storybook/addon-links": "^7.0.7",
"@storybook/react": "^7.0.2", "@storybook/react": "^7.0.7",
"@storybook/react-webpack5": "^7.0.2", "@storybook/react-webpack5": "^7.0.7",
"@testing-library/dom": "^9.2.0", "@testing-library/dom": "^9.2.0",
"@testing-library/react": "^14.0.0", "@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3", "@testing-library/user-event": "^14.4.3",
"@types/color": "^3.0.3", "@types/color": "^3.0.3",
"@types/jest": "^29.5.0", "@types/jest": "^29.5.1",
"@types/react": "^18.0.34", "@types/react": "^18.2.0",
"@types/styled-components": "^5.1.26", "@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.58.0", "@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.58.0", "@typescript-eslint/parser": "^5.59.1",
"babel-loader": "^9.1.2", "babel-loader": "^9.1.2",
"csstype": "^3.1.2", "csstype": "^3.1.2",
"eslint": "^8.38.0", "eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0", "eslint-config-prettier": "^8.8.0",
"eslint-plugin-jest": "^27.2.1", "eslint-plugin-jest": "^27.2.1",
"eslint-plugin-react": "^7.32.2", "eslint-plugin-react": "^7.32.2",
@ -95,20 +95,20 @@
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"react-is": "^18.2.0", "react-is": "^18.2.0",
"rimraf": "^5.0.0", "rimraf": "^5.0.0",
"storybook": "^7.0.2", "storybook": "^7.0.7",
"styled-components": "^5.3.9", "styled-components": "^5.3.10",
"stylelint": "^15.4.0", "stylelint": "^15.6.0",
"stylelint-config-standard": "^33.0.0", "stylelint-config-standard": "^33.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.0", "ts-jest": "^29.1.0",
"typescript": "~5.0.4", "typescript": "~5.0.4",
"webpack": "^5.78.0" "webpack": "^5.81.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",
"@types/styled-components": "^5.1.26", "@types/styled-components": "^5.1.26",
"react": "^16.3.0 || ^17.0.0 || ^18.0.0", "react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"styled-components": "^5.3.9" "styled-components": "^5.3.10"
} }
} }

View File

@ -2,10 +2,10 @@
exports[`Button renders correctly 1`] = ` exports[`Button renders correctly 1`] = `
<div <div
class="sc-eDDNvR beMOYU" class="sc-dicizt knWXUG"
> >
<button <button
class="sc-dmqHEX eFTdot" class="sc-ewnqHT uHqmV"
> >
Text Text
</button> </button>

View File

@ -2,7 +2,7 @@
exports[`Container renders correctly 1`] = ` exports[`Container renders correctly 1`] = `
<div <div
class="sc-beqWaB bTpQkg" class="sc-bgqQcB iAGkxK"
> >
Text Text
</div> </div>

View File

@ -2,7 +2,7 @@
exports[`ContextMenu renders correctly 1`] = ` exports[`ContextMenu renders correctly 1`] = `
<div <div
class="sc-jTrPJq dzCsib" class="sc-iVCKna eUtMpA"
style="top: 100px; left: 100px;" style="top: 100px; left: 100px;"
> >
<button <button

View File

@ -2,7 +2,7 @@
exports[`Dialog renders correctly 1`] = ` exports[`Dialog renders correctly 1`] = `
<div <div
class="sc-qRumB dTOLGh" class="sc-kcuKUB ehEUgF"
> >
<div /> <div />
<div> <div>
@ -21,19 +21,19 @@ exports[`Dialog renders correctly 1`] = `
class="mc-dialog--footer" class="mc-dialog--footer"
> >
<div <div
class="sc-eDDNvR beMOYU" class="sc-dicizt knWXUG"
> >
<button <button
class="sc-dmqHEX eFTdot" class="sc-ewnqHT uHqmV"
> >
Cancel Cancel
</button> </button>
</div> </div>
<div <div
class="sc-eDDNvR beMOYU" class="sc-dicizt knWXUG"
> >
<button <button
class="sc-dmqHEX fMQkkt" class="sc-ewnqHT chffnl"
> >
Submit Submit
</button> </button>
@ -45,7 +45,7 @@ exports[`Dialog renders correctly 1`] = `
exports[`Dialog renders modal 1`] = ` exports[`Dialog renders modal 1`] = `
<div <div
class="sc-qRumB dTOLGh" class="sc-kcuKUB ehEUgF"
> >
<div /> <div />
<div> <div>
@ -61,19 +61,19 @@ exports[`Dialog renders modal 1`] = `
class="mc-dialog--footer" class="mc-dialog--footer"
> >
<div <div
class="sc-eDDNvR beMOYU" class="sc-dicizt knWXUG"
> >
<button <button
class="sc-dmqHEX eFTdot" class="sc-ewnqHT uHqmV"
> >
Cancel Cancel
</button> </button>
</div> </div>
<div <div
class="sc-eDDNvR beMOYU" class="sc-dicizt knWXUG"
> >
<button <button
class="sc-dmqHEX fMQkkt" class="sc-ewnqHT chffnl"
> >
Submit Submit
</button> </button>
@ -85,7 +85,7 @@ exports[`Dialog renders modal 1`] = `
exports[`Dialog renders with props 1`] = ` exports[`Dialog renders with props 1`] = `
<div <div
class="sc-qRumB hxYFTu" class="sc-kcuKUB jlwJhS"
open="" open=""
> >
<div /> <div />
@ -109,19 +109,19 @@ exports[`Dialog renders with props 1`] = `
class="mc-dialog--footer" class="mc-dialog--footer"
> >
<div <div
class="sc-eDDNvR beMOYU" class="sc-dicizt knWXUG"
> >
<button <button
class="sc-dmqHEX eFTdot" class="sc-ewnqHT uHqmV"
> >
Cancel Cancel
</button> </button>
</div> </div>
<div <div
class="sc-eDDNvR beMOYU" class="sc-dicizt knWXUG"
> >
<button <button
class="sc-dmqHEX fMQkkt" class="sc-ewnqHT chffnl"
> >
Submit Submit
</button> </button>

View File

@ -2,7 +2,7 @@
exports[`Editor renders correctly 1`] = ` exports[`Editor renders correctly 1`] = `
<div <div
class="sc-jsMahE ilbhFj" class="sc-dcrmVg iApdKm"
> >
<div <div
class="CodeMirror cm-s-default" class="CodeMirror cm-s-default"

View File

@ -2,7 +2,7 @@
exports[`Form renders correctly 1`] = ` exports[`Form renders correctly 1`] = `
<form <form
class="sc-fsQiph huoriI" class="sc-ispOId bYEuEF"
> >
<div <div
class="form-group field field-object" class="form-group field field-object"
@ -315,10 +315,10 @@ exports[`Form renders correctly 1`] = `
Integer range Integer range
</label> </label>
<div <div
class="sc-gLDzan iDyXTK" class="sc-gxYJeL ikHldt"
> >
<div <div
class="sc-iAEyYk dWqGRZ" class="sc-kPTPQs dIcsLO"
> >
<input <input
id="root_integerRange" id="root_integerRange"
@ -338,10 +338,10 @@ exports[`Form renders correctly 1`] = `
</fieldset> </fieldset>
</div> </div>
<div <div
class="sc-eDDNvR fLbHgE" class="sc-dicizt isviyy"
> >
<button <button
class="sc-dmqHEX eFTdot" class="sc-ewnqHT uHqmV"
type="submit" type="submit"
> >
Submit Submit
@ -352,7 +352,7 @@ exports[`Form renders correctly 1`] = `
exports[`Form renders with no button 1`] = ` exports[`Form renders with no button 1`] = `
<form <form
class="sc-fsQiph huoriI" class="sc-ispOId bYEuEF"
> >
<div <div
class="form-group field field-object" class="form-group field field-object"
@ -665,10 +665,10 @@ exports[`Form renders with no button 1`] = `
Integer range Integer range
</label> </label>
<div <div
class="sc-gLDzan iDyXTK" class="sc-gxYJeL ikHldt"
> >
<div <div
class="sc-iAEyYk dWqGRZ" class="sc-kPTPQs dIcsLO"
> >
<input <input
id="root_integerRange" id="root_integerRange"
@ -693,7 +693,7 @@ exports[`Form renders with no button 1`] = `
exports[`Form renders with primary button 1`] = ` exports[`Form renders with primary button 1`] = `
<form <form
class="sc-fsQiph huoriI" class="sc-ispOId bYEuEF"
> >
<div <div
class="form-group field field-object" class="form-group field field-object"
@ -1006,10 +1006,10 @@ exports[`Form renders with primary button 1`] = `
Integer range Integer range
</label> </label>
<div <div
class="sc-gLDzan iDyXTK" class="sc-gxYJeL ikHldt"
> >
<div <div
class="sc-iAEyYk dWqGRZ" class="sc-kPTPQs dIcsLO"
> >
<input <input
id="root_integerRange" id="root_integerRange"
@ -1029,10 +1029,10 @@ exports[`Form renders with primary button 1`] = `
</fieldset> </fieldset>
</div> </div>
<div <div
class="sc-eDDNvR fLbHgE" class="sc-dicizt isviyy"
> >
<button <button
class="sc-dmqHEX fMQkkt" class="sc-ewnqHT chffnl"
type="submit" type="submit"
> >
Custom button Custom button

View File

@ -2,7 +2,7 @@
exports[`Notification renders correctly 1`] = ` exports[`Notification renders correctly 1`] = `
<div <div
class="sc-fbJfA eMCuxY" class="sc-crozmw juPbGH"
type="info" type="info"
> >
<span> <span>
@ -13,7 +13,7 @@ exports[`Notification renders correctly 1`] = `
exports[`Notification renders with props 1`] = ` exports[`Notification renders with props 1`] = `
<div <div
class="sc-fbJfA eMCuxY" class="sc-crozmw juPbGH"
type="error" type="error"
> >
<svg <svg

View File

@ -2,7 +2,7 @@
exports[`SegmentedControl renders correctly 1`] = ` exports[`SegmentedControl renders correctly 1`] = `
<div <div
class="sc-csCMJt gNLGPY" class="sc-jrrXlR VPxBg"
> >
<button <button
data-selected="true" data-selected="true"

View File

@ -2,7 +2,7 @@
exports[`Slider renders correctly 1`] = ` exports[`Slider renders correctly 1`] = `
<div <div
class="sc-gLDzan dzrVFe" class="sc-gxYJeL eEAWON"
> >
<input <input
max="100" max="100"
@ -15,7 +15,7 @@ exports[`Slider renders correctly 1`] = `
exports[`Slider renders with props 1`] = ` exports[`Slider renders with props 1`] = `
<div <div
class="sc-gLDzan lnTVxL" class="sc-gxYJeL husuGg"
disabled="" disabled=""
> >
<label> <label>

View File

@ -2,10 +2,10 @@
exports[`Tabs renders correctly 1`] = ` exports[`Tabs renders correctly 1`] = `
<div <div
class="sc-irTswW kIWCjK" class="sc-duSInm aFbNy"
> >
<div <div
class="sc-kFuwaP fQFnww" class="sc-kuWgmH kHEiKd"
> >
<div> <div>
<button <button
@ -30,10 +30,10 @@ exports[`Tabs renders correctly 1`] = `
exports[`Tabs renders tabs without inner components 1`] = ` exports[`Tabs renders tabs without inner components 1`] = `
<div <div
class="sc-irTswW kIWCjK" class="sc-duSInm aFbNy"
> >
<div <div
class="sc-kFuwaP fQFnww" class="sc-kuWgmH kHEiKd"
> >
<div> <div>
<button <button
@ -94,10 +94,10 @@ exports[`Tabs renders tabs without inner components 1`] = `
exports[`Tabs renders with props 1`] = ` exports[`Tabs renders with props 1`] = `
<div <div
class="sc-irTswW kIWCjK" class="sc-duSInm aFbNy"
> >
<div <div
class="sc-kFuwaP fQFnww" class="sc-kuWgmH kHEiKd"
> >
<div> <div>
<button <button

View File

@ -2,28 +2,28 @@
exports[`Toolbar renders correctly 1`] = ` exports[`Toolbar renders correctly 1`] = `
<div <div
class="sc-brKeYL btIpwm" class="sc-jJTsDX gwBQSm"
> >
<div <div
class="sc-eDDNvR beMOYU" class="sc-dicizt knWXUG"
> >
<button <button
class="sc-dmqHEX eFTdot" class="sc-ewnqHT uHqmV"
> >
1 1
</button> </button>
</div> </div>
<div <div
class="sc-ktEKTO bnAnBx" class="sc-cJPUEC iNSfRp"
/> />
<div <div
class="sc-hAtEyd kMwolz" class="sc-jeCNp iQDEgc"
/> />
<div <div
class="sc-eDDNvR beMOYU" class="sc-dicizt knWXUG"
> >
<button <button
class="sc-dmqHEX eFTdot" class="sc-ewnqHT uHqmV"
> >
2 2
</button> </button>
@ -33,6 +33,6 @@ exports[`Toolbar renders correctly 1`] = `
exports[`Toolbar renders with props 1`] = ` exports[`Toolbar renders with props 1`] = `
<div <div
class="sc-brKeYL fJNNDT" class="sc-jJTsDX fnQFkX"
/> />
`; `;

View File

@ -51,11 +51,11 @@
"@babel/preset-env": "^7.21.4", "@babel/preset-env": "^7.21.4",
"@babel/preset-typescript": "^7.21.4", "@babel/preset-typescript": "^7.21.4",
"@types/jsan": "^3.1.2", "@types/jsan": "^3.1.2",
"@types/lodash": "^4.14.192", "@types/lodash": "^4.14.194",
"@types/node": "^18.15.11", "@types/node": "^18.16.1",
"@typescript-eslint/eslint-plugin": "^5.58.0", "@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.58.0", "@typescript-eslint/parser": "^5.59.1",
"eslint": "^8.38.0", "eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0", "eslint-config-prettier": "^8.8.0",
"rimraf": "^5.0.0", "rimraf": "^5.0.0",
"typescript": "~5.0.4" "typescript": "~5.0.4"

View File

@ -34,25 +34,25 @@
"@babel/preset-env": "^7.21.4", "@babel/preset-env": "^7.21.4",
"@babel/preset-react": "^7.18.6", "@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.4", "@babel/preset-typescript": "^7.21.4",
"@types/node": "^18.15.11", "@types/node": "^18.16.1",
"@types/prop-types": "^15.7.5", "@types/prop-types": "^15.7.5",
"@types/react": "^18.0.34", "@types/react": "^18.2.0",
"@types/react-dom": "^18.0.11", "@types/react-dom": "^18.2.1",
"@types/webpack-env": "^1.18.0", "@types/webpack-env": "^1.18.0",
"@typescript-eslint/eslint-plugin": "^5.58.0", "@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.58.0", "@typescript-eslint/parser": "^5.59.1",
"babel-loader": "^9.1.2", "babel-loader": "^9.1.2",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"eslint": "^8.38.0", "eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0", "eslint-config-prettier": "^8.8.0",
"eslint-plugin-react": "^7.32.2", "eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-hooks": "^4.6.0",
"fork-ts-checker-webpack-plugin": "^8.0.0", "fork-ts-checker-webpack-plugin": "^8.0.0",
"html-webpack-plugin": "^5.5.0", "html-webpack-plugin": "^5.5.1",
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"typescript": "~5.0.4", "typescript": "~5.0.4",
"webpack": "^5.78.0", "webpack": "^5.81.0",
"webpack-cli": "^5.0.1", "webpack-cli": "^5.0.2",
"webpack-dev-server": "^4.13.2" "webpack-dev-server": "^4.13.3"
} }
} }

View File

@ -48,27 +48,27 @@
"@babel/preset-react": "^7.18.6", "@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.4", "@babel/preset-typescript": "^7.21.4",
"@types/classnames": "^2.3.1", "@types/classnames": "^2.3.1",
"@types/node": "^18.15.11", "@types/node": "^18.16.1",
"@types/prop-types": "^15.7.5", "@types/prop-types": "^15.7.5",
"@types/react": "^18.0.34", "@types/react": "^18.2.0",
"@types/react-dom": "^18.0.11", "@types/react-dom": "^18.2.1",
"@types/webpack-env": "^1.18.0", "@types/webpack-env": "^1.18.0",
"@typescript-eslint/eslint-plugin": "^5.58.0", "@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.58.0", "@typescript-eslint/parser": "^5.59.1",
"babel-loader": "^9.1.2", "babel-loader": "^9.1.2",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"css-loader": "^6.7.3", "css-loader": "^6.7.3",
"eslint": "^8.38.0", "eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0", "eslint-config-prettier": "^8.8.0",
"eslint-plugin-react": "^7.32.2", "eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-hooks": "^4.6.0",
"fork-ts-checker-webpack-plugin": "^8.0.0", "fork-ts-checker-webpack-plugin": "^8.0.0",
"html-webpack-plugin": "^5.5.0", "html-webpack-plugin": "^5.5.1",
"style-loader": "^3.3.2", "style-loader": "^3.3.2",
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"typescript": "~5.0.4", "typescript": "~5.0.4",
"webpack": "^5.78.0", "webpack": "^5.81.0",
"webpack-cli": "^5.0.1", "webpack-cli": "^5.0.2",
"webpack-dev-server": "^4.13.2" "webpack-dev-server": "^4.13.3"
} }
} }

View File

@ -55,13 +55,13 @@
"@babel/preset-env": "^7.21.4", "@babel/preset-env": "^7.21.4",
"@babel/preset-react": "^7.18.6", "@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.4", "@babel/preset-typescript": "^7.21.4",
"@types/jest": "^29.5.0", "@types/jest": "^29.5.1",
"@types/lodash": "^4.14.192", "@types/lodash": "^4.14.194",
"@types/node": "^18.15.11", "@types/node": "^18.16.1",
"@types/react": "^18.0.34", "@types/react": "^18.2.0",
"@typescript-eslint/eslint-plugin": "^5.58.0", "@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.58.0", "@typescript-eslint/parser": "^5.59.1",
"eslint": "^8.38.0", "eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0", "eslint-config-prettier": "^8.8.0",
"eslint-plugin-jest": "^27.2.1", "eslint-plugin-jest": "^27.2.1",
"eslint-plugin-react": "^7.32.2", "eslint-plugin-react": "^7.32.2",

File diff suppressed because it is too large Load Diff