Skip to content

Commit

Permalink
fix: update npm
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 22, 2024
1 parent 2957ef3 commit 40af5e2
Show file tree
Hide file tree
Showing 2 changed files with 230 additions and 238 deletions.
24 changes: 12 additions & 12 deletions services/frontend-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@azure/msal-browser": "2.38.3",
"@azure/msal-react": "1.5.12",
"@azure/msal-browser": "2.38.4",
"@azure/msal-react": "1.5.13",
"@emotion/react": "11.11.3",
"@emotion/styled": "11.11.0",
"@improbable-eng/grpc-web": "0.15.0",
"@material-ui/core": "5.0.0-alpha.34",
"@material-ui/icons": "5.0.0-alpha.34",
"@peculiar/webcrypto": "1.4.5",
"@peculiar/webcrypto": "1.4.6",
"@types/react-beforeunload": "2.1.5",
"classnames": "2.5.1",
"material-components-web": "14.0.0",
Expand All @@ -19,7 +19,7 @@
"react-router-dom": "6.22.3",
"react-scripts": "5.0.1",
"react-spinners": "0.13.8",
"react-tooltip": "5.26.0",
"react-tooltip": "5.26.3",
"react-use-sub": "3.0.1",
"rxjs": "7.8.1"
},
Expand All @@ -38,29 +38,29 @@
"@babel/core": "7.24.4",
"@babel/plugin-syntax-flow": "7.24.1",
"@babel/plugin-transform-react-jsx": "7.23.4",
"@testing-library/jest-dom": "6.4.0",
"@testing-library/react": "14.1.2",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.3.1",
"@types/jest": "29.5.11",
"@types/node": "20.11.10",
"@types/node": "20.12.7",
"@types/react": "18.2.59",
"@types/react-dom": "18.2.19",
"@typescript-eslint/parser": "7.7.0",
"browser-headers": "0.4.1",
"eslint": "8.56.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-no-type-assertion": "1.3.0",
"eslint-plugin-no-only-tests": "3.1.0",
"eslint-plugin-prettier": "5.1.3",
"google-protobuf": "3.21.2",
"long": "5.2.3",
"madge": "6.1.0",
"prettier": "3.2.4",
"prettier": "3.2.5",
"protobufjs": "7.2.6",
"react-refresh": "0.14.0",
"sass": "1.70.0",
"sass": "1.75.0",
"spy4js": "3.4.1",
"ts-proto": "1.169.1",
"typescript": "5.4.3"
"ts-proto": "1.172.0",
"typescript": "5.4.5"
},
"jest": {
"collectCoverageFrom": [
Expand Down
Loading

0 comments on commit 40af5e2

Please sign in to comment.