Skip to content

Commit

Permalink
[frontend] Update react monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 7, 2024
1 parent fbce0f9 commit 860f00b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 10 deletions.
4 changes: 2 additions & 2 deletions openbas-front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@
"@types/node": "20.17.1",
"@types/pdfmake": "0.2.9",
"@types/qs": "6",
"@types/react": "18.3.12",
"@types/react": "18.3.14",
"@types/react-csv": "1.1.10",
"@types/react-dom": "18.3.1",
"@types/react-dom": "18.3.2",
"@types/react-syntax-highlighter": "15",
"@types/seamless-immutable": "7.1.19",
"@types/uuid": "10.0.0",
Expand Down
26 changes: 18 additions & 8 deletions openbas-front/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3045,12 +3045,12 @@ __metadata:
languageName: node
linkType: hard

"@types/react-dom@npm:18.3.1":
version: 18.3.1
resolution: "@types/react-dom@npm:18.3.1"
"@types/react-dom@npm:18.3.2":
version: 18.3.2
resolution: "@types/react-dom@npm:18.3.2"
dependencies:
"@types/react": "npm:*"
checksum: 10c0/8b416551c60bb6bd8ec10e198c957910cfb271bc3922463040b0d57cf4739cdcd24b13224f8d68f10318926e1ec3cd69af0af79f0291b599a992f8c80d47f1eb
"@types/react": "npm:^18"
checksum: 10c0/22510231af67044a9542633b5b52ec16a8d71fa1da177f82428b8120d36619fd874c3b975b2eda6895baa53667f9fe8cba3acea1232a0244dffe8b11f6b32284
languageName: node
linkType: hard

Expand All @@ -3072,7 +3072,7 @@ __metadata:
languageName: node
linkType: hard

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

"@types/react@npm:18.3.14, @types/react@npm:^18":
version: 18.3.14
resolution: "@types/react@npm:18.3.14"
dependencies:
"@types/prop-types": "npm:*"
csstype: "npm:^3.0.2"
checksum: 10c0/d925fbfcf084238b93d1a0b5406d4cf9aeb37c4a1191559aa4ee107c2e55cc15327989140f03eddda4d471f5b935d4673fd74a86f451860edea18eae48ca44f8
languageName: node
linkType: hard

"@types/seamless-immutable@npm:7.1.19":
version: 7.1.19
resolution: "@types/seamless-immutable@npm:7.1.19"
Expand Down Expand Up @@ -8884,9 +8894,9 @@ __metadata:
"@types/node": "npm:20.17.1"
"@types/pdfmake": "npm:0.2.9"
"@types/qs": "npm:6"
"@types/react": "npm:18.3.12"
"@types/react": "npm:18.3.14"
"@types/react-csv": "npm:1.1.10"
"@types/react-dom": "npm:18.3.1"
"@types/react-dom": "npm:18.3.2"
"@types/react-syntax-highlighter": "npm:15"
"@types/seamless-immutable": "npm:7.1.19"
"@types/uuid": "npm:10.0.0"
Expand Down

0 comments on commit 860f00b

Please sign in to comment.