Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @types/react from 18.3.11 to 18.3.12 in /frontend-react #16332

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions frontend-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
"@types/lodash": "^4.17.12",
"@types/mdx": "^2.0.13",
"@types/node": "^20.12.5",
"@types/react": "18.3.11",
"@types/react": "18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-router-dom": "^5.3.3",
"@types/react-scroll-sync": "^0.9.0",
Expand Down Expand Up @@ -196,7 +196,7 @@
"vitest": "^2.1.3"
},
"resolutions": {
"@types/react": "18.3.11",
"@types/react": "18.3.12",
"@okta/okta-auth-js": ">=7.8.1",
"cookie": ">=0.7.0",
"send": ">=0.19.0"
Expand Down
10 changes: 5 additions & 5 deletions frontend-react/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2902,13 +2902,13 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:18.3.11":
version: 18.3.11
resolution: "@types/react@npm:18.3.11"
"@types/react@npm:18.3.12":
version: 18.3.12
resolution: "@types/react@npm:18.3.12"
dependencies:
"@types/prop-types": "*"
csstype: ^3.0.2
checksum: 6cbf36673b64e758dd61b16c24139d015f58530e0d476777de26ba83f24b55e142fbf64e3b8f6b3c7b05ed9ba548551b2a62d9ffb0f95743d0a368646a619163
checksum: 4ab1577a8c2105a5e316536f724117c90eee5f4bd5c137fc82a2253d8c1fd299dedaa07e8dfc95d6e2f04a4be3cb8b0e1b06098c6233ebd55c508d88099395b7
languageName: node
linkType: hard

Expand Down Expand Up @@ -10364,7 +10364,7 @@ __metadata:
"@types/lodash": ^4.17.12
"@types/mdx": ^2.0.13
"@types/node": ^20.12.5
"@types/react": 18.3.11
"@types/react": 18.3.12
"@types/react-dom": ^18.3.1
"@types/react-router-dom": ^5.3.3
"@types/react-scroll-sync": ^0.9.0
Expand Down
Loading