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 Aug 15, 2024
1 parent 312834b commit 48fac7a
Show file tree
Hide file tree
Showing 2 changed files with 263 additions and 278 deletions.
34 changes: 17 additions & 17 deletions services/frontend-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@azure/msal-browser": "2.38.3",
"@azure/msal-react": "1.5.12",
"@azure/msal-browser": "2.39.0",
"@azure/msal-react": "1.5.13",
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.5",
"@improbable-eng/grpc-web": "0.15.0",
Expand All @@ -19,16 +19,16 @@
"@material/select": "14.0.0",
"@material/textfield": "14.0.0",
"@material/tooltip": "14.0.0",
"@peculiar/webcrypto": "1.4.5",
"@peculiar/webcrypto": "1.5.0",
"@types/react-beforeunload": "2.1.5",
"classnames": "2.5.1",
"jwt-decode": "4.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.25.0",
"react-scripts": "5.0.1",
"react-spinners": "0.13.8",
"react-tooltip": "5.26.0",
"react-spinners": "0.14.1",
"react-tooltip": "5.28.0",
"react-use-sub": "3.0.1",
"rxjs": "7.8.1"
},
Expand All @@ -47,29 +47,29 @@
"@babel/core": "7.25.2",
"@babel/plugin-syntax-flow": "7.24.7",
"@babel/plugin-transform-react-jsx": "7.25.2",
"@testing-library/jest-dom": "6.4.0",
"@testing-library/react": "14.1.2",
"@testing-library/jest-dom": "6.4.8",
"@testing-library/react": "14.3.1",
"@types/jest": "29.5.12",
"@types/node": "20.11.10",
"@types/node": "20.14.15",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@typescript-eslint/parser": "7.18.0",
"browser-headers": "0.4.1",
"eslint": "8.56.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-no-only-tests": "3.1.0",
"eslint-plugin-no-only-tests": "3.3.0",
"eslint-plugin-no-type-assertion": "1.3.0",
"eslint-plugin-prettier": "5.1.3",
"google-protobuf": "3.21.2",
"eslint-plugin-prettier": "5.2.1",
"google-protobuf": "3.21.4",
"long": "5.2.3",
"madge": "6.1.0",
"prettier": "3.2.4",
"protobufjs": "7.2.6",
"prettier": "3.3.3",
"protobufjs": "7.3.2",
"react-refresh": "0.14.2",
"sass": "1.70.0",
"sass": "1.77.8",
"spy4js": "3.4.1",
"ts-proto": "1.169.1",
"typescript": "5.4.3"
"ts-proto": "1.181.1",
"typescript": "5.5.4"
},
"jest": {
"collectCoverageFrom": [
Expand Down
Loading

0 comments on commit 48fac7a

Please sign in to comment.