Skip to content

Commit

Permalink
Update npm non-major dependencies (#968)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 2, 2023
1 parent 149cc53 commit b3122b8
Show file tree
Hide file tree
Showing 2 changed files with 219 additions and 154 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"cy:test:all:headless": "yarn run cy:delete:reports && cypress run -s 'test/e2e/integration/*/*.ts'"
},
"devDependencies": {
"@babel/core": "7.20.12",
"@babel/core": "7.21.0",
"@babel/preset-env": "7.20.2",
"@babel/preset-react": "7.18.6",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.10",
Expand All @@ -55,22 +55,22 @@
"@types/react-redux": "7.1.25",
"@types/react-router-dom": "5.3.3",
"@types/redux-mock-store": "1.0.3",
"@types/uuid": "9.0.0",
"@typescript-eslint/eslint-plugin": "5.52.0",
"@typescript-eslint/parser": "5.52.0",
"@types/uuid": "9.0.1",
"@typescript-eslint/eslint-plugin": "5.53.0",
"@typescript-eslint/parser": "5.53.0",
"axe-core": "4.6.3",
"babel-jest": "29.4.3",
"babel-loader": "9.1.2",
"classnames": "2.3.2",
"concurrently": "7.6.0",
"cross-env": "7.0.3",
"css-loader": "6.7.3",
"cypress": "12.6.0",
"cypress-axe": "1.3.0",
"cypress": "12.7.0",
"cypress-axe": "1.4.0",
"cypress-plugin-tab": "1.0.5",
"cypress-wait-until": "^1.7.2",
"dotenv": "16.0.3",
"eslint": "8.34.0",
"eslint": "8.35.0",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-cypress": "2.12.1",
"eslint-plugin-import": "2.27.5",
Expand Down Expand Up @@ -124,10 +124,10 @@
"@material-ui/core": "4.12.4",
"@material-ui/icons": "4.11.3",
"@material-ui/pickers": "3.3.10",
"@reduxjs/toolkit": "1.9.2",
"@reduxjs/toolkit": "1.9.3",
"ajv": "8.12.0",
"ajv-formats": "2.1.1",
"axios": "1.3.3",
"axios": "1.3.4",
"classnames": "2.3.2",
"dompurify": "3.0.0",
"dot-object": "2.1.4",
Expand Down
Loading

0 comments on commit b3122b8

Please sign in to comment.