Skip to content

Commit

Permalink
chore(deps): update npm non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 23, 2023
1 parent 8147b21 commit 9348955
Show file tree
Hide file tree
Showing 2 changed files with 416 additions and 383 deletions.
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
"cy:test:all:headless": "yarn run cy:delete:reports && cypress run -s 'test/e2e/integration/*/*.ts'"
},
"devDependencies": {
"@babel/core": "7.23.0",
"@babel/core": "7.23.2",
"@babel/plugin-transform-runtime": "^7.21.0",
"@babel/preset-env": "7.22.20",
"@babel/preset-env": "7.23.2",
"@babel/preset-react": "7.22.15",
"@babel/runtime": "^7.21.0",
"@babel/runtime-corejs3": "^7.21.0",
Expand All @@ -51,57 +51,57 @@
"@pmmmwh/react-refresh-webpack-plugin": "0.5.11",
"@tanstack/react-query-devtools": "^4.29.3",
"@testing-library/cypress": "10.0.1",
"@testing-library/jest-dom": "6.1.3",
"@testing-library/jest-dom": "6.1.4",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.5.1",
"@types/dompurify": "3.0.3",
"@types/dot-object": "2.1.3",
"@types/jest": "29.5.5",
"@types/dompurify": "3.0.4",
"@types/dot-object": "2.1.4",
"@types/jest": "29.5.6",
"@types/js-levenshtein": "^1.1.1",
"@types/json-schema": "^7.0.11",
"@types/marked": "5.0.2",
"@types/mime": "3.0.2",
"@types/react": "18.2.25",
"@types/react-dom": "18.2.11",
"@types/react-redux": "7.1.27",
"@types/mime": "3.0.3",
"@types/react": "18.2.31",
"@types/react-dom": "18.2.14",
"@types/react-redux": "7.1.28",
"@types/react-router-dom": "5.3.3",
"@types/redux-mock-store": "1.0.4",
"@types/redux-mock-store": "1.0.5",
"@types/reselect": "^2.2.0",
"@types/uuid": "9.0.5",
"@typescript-eslint/eslint-plugin": "6.7.4",
"@typescript-eslint/parser": "6.7.4",
"@types/uuid": "9.0.6",
"@typescript-eslint/eslint-plugin": "6.8.0",
"@typescript-eslint/parser": "6.8.0",
"axe-core": "4.8.2",
"babel-jest": "29.7.0",
"babel-loader": "9.1.3",
"caniuse-lite": "^1.0.30001466",
"classnames": "2.3.2",
"concurrently": "8.2.1",
"concurrently": "8.2.2",
"core-js": "^3.29.1",
"cross-env": "7.0.3",
"css-loader": "6.8.1",
"cypress": "13.3.0",
"cypress": "13.3.2",
"cypress-axe": "1.5.0",
"cypress-network-idle": "^1.14.2",
"cypress-plugin-tab": "1.0.5",
"cypress-wait-until": "^2.0.0",
"dotenv": "16.3.1",
"eslint": "8.51.0",
"eslint": "8.52.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-cypress": "2.15.1",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-no-relative-import-paths": "1.5.2",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-no-relative-import-paths": "1.5.3",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-simple-import-sort": "10.0.0",
"eslint-plugin-sonarjs": "0.21.0",
"eslint-plugin-testing-library": "6.0.2",
"eslint-plugin-testing-library": "6.1.0",
"eslint-plugin-unused-imports": "^3.0.0",
"execa": "8.0.1",
"fork-ts-checker-notifier-webpack-plugin": "7.0.0",
"fork-ts-checker-webpack-plugin": "9.0.0",
"html-react-parser": "4.2.2",
"html-react-parser": "4.2.7",
"http-server": "^14.1.1",
"husky": "8.0.3",
"identity-obj-proxy": "3.0.0",
Expand Down Expand Up @@ -132,7 +132,7 @@
"tsconfig-paths": "^4.2.0",
"use-immer": "^0.9.0",
"utility-types": "3.10.0",
"webpack": "5.88.2",
"webpack": "5.89.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "4.15.1"
},
Expand All @@ -155,9 +155,9 @@
"dompurify": "3.0.6",
"dot-object": "2.1.4",
"eslint-plugin-preferred-import-path": "^1.1.0",
"html-react-parser": "4.2.2",
"html-react-parser": "4.2.7",
"jsonpointer": "5.0.1",
"marked": "9.1.0",
"marked": "9.1.2",
"marked-mangle": "^1.0.1",
"moment": "2.29.4",
"node-polyfill-webpack-plugin": "^2.0.1",
Expand All @@ -167,7 +167,7 @@
"react-dom": "18.2.0",
"react-dropzone": "14.2.3",
"react-redux": "8.1.3",
"react-router-dom": "6.16.0",
"react-router-dom": "6.17.0",
"redux": "4.2.1",
"redux-saga": "1.2.3",
"reselect": "4.1.8",
Expand Down

0 comments on commit 9348955

Please sign in to comment.