Skip to content

Commit

Permalink
fix(deps): update react monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 1, 2025
1 parent 39a3a22 commit 7c806b3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion frontend/public/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@material/top-app-bar": "1.1.1",
"@sentry/browser": "8.40.0",
"@trust/webcrypto": "0.9.2",
"@types/react": "18.3.12",
"@types/react": "18.3.18",
"autoprefixer": "9.8.8",
"babel-loader": "8.4.1",
"babel-plugin-istanbul": "5.2.0",
Expand Down
2 changes: 1 addition & 1 deletion frontend/staff-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@types/jest": "27.5.2",
"@types/node": "17.0.45",
"@types/react": "17.0.83",
"@types/react-dom": "17.0.25",
"@types/react-dom": "17.0.26",
"craco-less": "2.0.0",
"dayjs": "^1.11.7",
"eslint-config-react": "1.1.7",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5590,12 +5590,12 @@ __metadata:
languageName: node
linkType: hard

"@types/react-dom@npm:17.0.25":
version: 17.0.25
resolution: "@types/react-dom@npm:17.0.25"
dependencies:
"@types/react": ^17
checksum: d1e582682478e0848c8d54ea3e89d02047bac6d916266b85ce63731b06987575919653ea7159d98fda47ade3362b8c4d5796831549564b83088e7aa9ce8b60ed
"@types/react-dom@npm:17.0.26":
version: 17.0.26
resolution: "@types/react-dom@npm:17.0.26"
peerDependencies:
"@types/react": ^17.0.0
checksum: 2b62bf86c22b5e84a99d356bf50f5ea681aa70d11d0669c3ab6d5855751677ffb7e7b8d2cec01fff4d3923d0da3221821f7f55ddaa1cf42bc7a06545fe7cf2f1
languageName: node
linkType: hard

Expand Down Expand Up @@ -16101,7 +16101,7 @@ __metadata:
"@testing-library/jest-dom": 5.17.0
"@testing-library/react": 11.2.7
"@trust/webcrypto": 0.9.2
"@types/react": 18.3.12
"@types/react": 18.3.18
autoprefixer: 9.8.8
babel-loader: 8.4.1
babel-plugin-istanbul: 5.2.0
Expand Down Expand Up @@ -16235,7 +16235,7 @@ __metadata:
"@types/jest": 27.5.2
"@types/node": 17.0.45
"@types/react": 17.0.83
"@types/react-dom": 17.0.25
"@types/react-dom": 17.0.26
craco-less: 2.0.0
dayjs: ^1.11.7
eslint-config-react: 1.1.7
Expand Down

0 comments on commit 7c806b3

Please sign in to comment.