Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 11, 2022
1 parent 3e793cf commit 4fd13e9
Show file tree
Hide file tree
Showing 4 changed files with 140 additions and 110 deletions.
20 changes: 10 additions & 10 deletions frontend/package.json
Expand Up @@ -19,18 +19,18 @@
"@storybook/addon-storyshots": "6.4.19",
"@storybook/cli": "6.4.19",
"@storybook/react": "6.4.19",
"@types/jest": "27.4.0",
"@types/react-dom": "17.0.11",
"@types/jest": "27.4.1",
"@types/react-dom": "17.0.13",
"@types/react-router-dom": "5.3.3",
"@types/storybook-react-router": "1.0.1",
"@typescript-eslint/eslint-plugin": "5.12.1",
"@typescript-eslint/parser": "5.12.1",
"@typescript-eslint/eslint-plugin": "5.14.0",
"@typescript-eslint/parser": "5.14.0",
"axios-mock-adapter": "1.20.0",
"babel-jest": "27.5.1",
"babel-loader": "8.2.3",
"babel-plugin-transform-class-properties": "6.24.1",
"eslint": "8.9.0",
"eslint-plugin-react": "7.28.0",
"eslint": "8.11.0",
"eslint-plugin-react": "7.29.3",
"html-loader": "3.1.0",
"html-webpack-plugin": "5.5.0",
"jest": "27.5.1",
Expand All @@ -39,19 +39,19 @@
"react-is": "17.0.2",
"react-test-renderer": "17.0.2",
"storybook-react-router": "1.0.8",
"typescript": "4.5.5",
"webpack": "5.69.1",
"typescript": "4.6.2",
"webpack": "5.70.0",
"webpack-cli": "4.9.2",
"webpack-dev-server": "4.7.4"
},
"dependencies": {
"@material-ui/core": "4.12.3",
"@material-ui/icons": "4.11.2",
"axios": "0.26.0",
"axios": "0.26.1",
"nullthrows": "1.1.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-router-dom": "6.2.1",
"react-router-dom": "6.2.2",
"utility-types": "3.10.0"
},
"jest": {
Expand Down

0 comments on commit 4fd13e9

Please sign in to comment.