Skip to content

Commit

Permalink
Update react monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 19, 2023
1 parent 38c50bc commit 06f3e9a
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 6 deletions.
4 changes: 2 additions & 2 deletions opencti-platform/opencti-front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@
"@types/node": "20.8.6",
"@types/qrcode": "1.5.2",
"@types/ramda": "0.29.6",
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"@types/react": "18.2.30",
"@types/react-dom": "18.2.14",
"@types/react-relay": "14.1.6",
"@types/react-router-dom": "5.3.3",
"@types/react-syntax-highlighter": "15.5.8",
Expand Down
28 changes: 24 additions & 4 deletions opencti-platform/opencti-front/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5347,7 +5347,16 @@ __metadata:
languageName: node
linkType: hard

"@types/react-dom@npm:18.2.7, @types/react-dom@npm:^18.0.0":
"@types/react-dom@npm:18.2.14":
version: 18.2.14
resolution: "@types/react-dom@npm:18.2.14"
dependencies:
"@types/react": "*"
checksum: 890289c70d1966c168037637c09cacefe6205bdd27a33252144a6b432595a2943775ac1a1accac0beddaeb67f8fdf721e076acb1adc990b08e51c3d9fd4e780c
languageName: node
linkType: hard

"@types/react-dom@npm:^18.0.0":
version: 18.2.7
resolution: "@types/react-dom@npm:18.2.7"
dependencies:
Expand Down Expand Up @@ -5433,7 +5442,7 @@ __metadata:
languageName: node
linkType: hard

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

"@types/react@npm:18.2.30":
version: 18.2.30
resolution: "@types/react@npm:18.2.30"
dependencies:
"@types/prop-types": "*"
"@types/scheduler": "*"
csstype: ^3.0.2
checksum: 962fa67e4ff439a2eb621ad74e58cb975d2882afa06bb7c9e9823606f6dcc3cd37d5cce143ec3c95b3856549f48ee0382e8c4628267cdcc5c5343d979ad9d92f
languageName: node
linkType: hard

"@types/relay-runtime@npm:*":
version: 14.1.13
resolution: "@types/relay-runtime@npm:14.1.13"
Expand Down Expand Up @@ -14983,8 +15003,8 @@ __metadata:
"@types/node": 20.8.6
"@types/qrcode": 1.5.2
"@types/ramda": 0.29.6
"@types/react": 18.2.22
"@types/react-dom": 18.2.7
"@types/react": 18.2.30
"@types/react-dom": 18.2.14
"@types/react-relay": 14.1.6
"@types/react-router-dom": 5.3.3
"@types/react-syntax-highlighter": 15.5.8
Expand Down

0 comments on commit 06f3e9a

Please sign in to comment.