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

Update dependency @types/react to v18.2.61 #6250

Merged
merged 1 commit into from
Mar 3, 2024
Merged
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
2 changes: 1 addition & 1 deletion opencti-platform/opencti-front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"@types/node": "20.11.24",
"@types/qrcode": "1.5.5",
"@types/ramda": "0.29.10",
"@types/react": "18.2.55",
"@types/react": "18.2.61",
"@types/react-csv": "1.1.10",
"@types/react-dom": "18.2.19",
"@types/react-grid-layout": "1.3.5",
Expand Down
15 changes: 2 additions & 13 deletions opencti-platform/opencti-front/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5419,7 +5419,7 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:*, @types/react@npm:16 || 17 || 18":
"@types/react@npm:*, @types/react@npm:16 || 17 || 18, @types/react@npm:18.2.61":
version: 18.2.61
resolution: "@types/react@npm:18.2.61"
dependencies:
Expand All @@ -5430,17 +5430,6 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:18.2.55":
version: 18.2.55
resolution: "@types/react@npm:18.2.55"
dependencies:
"@types/prop-types": "npm:*"
"@types/scheduler": "npm:*"
csstype: "npm:^3.0.2"
checksum: 10/bf8fe19e73575489e63c0726355f164157cd69e75f2a862436ad2c0586e732cb953a7255a6bc73145e8f9506ee7a723f9a569ca9a39c53984e5b12b84e1c718a
languageName: node
linkType: hard

"@types/relay-runtime@npm:*, @types/relay-runtime@npm:14.1.23":
version: 14.1.23
resolution: "@types/relay-runtime@npm:14.1.23"
Expand Down Expand Up @@ -15472,7 +15461,7 @@ __metadata:
"@types/node": "npm:20.11.24"
"@types/qrcode": "npm:1.5.5"
"@types/ramda": "npm:0.29.10"
"@types/react": "npm:18.2.55"
"@types/react": "npm:18.2.61"
"@types/react-csv": "npm:1.1.10"
"@types/react-dom": "npm:18.2.19"
"@types/react-grid-layout": "npm:1.3.5"
Expand Down
Loading