Browse Source

Update react-select to 5.7.4

tags/10.3.0.82913
David Cho-Lerat 10 months ago
parent
commit
e379bfb707

+ 1
- 1
server/sonar-web/design-system/package.json View File

@@ -76,7 +76,7 @@
"react-joyride": "2.5.5",
"react-modal": "3.16.1",
"react-router-dom": "6.11.2",
"react-select": "5.7.3",
"react-select": "5.7.4",
"react-virtualized": "9.22.5",
"tailwindcss": "3.3.3"
},

+ 1
- 1
server/sonar-web/package.json View File

@@ -39,7 +39,7 @@
"react-joyride": "2.5.5",
"react-modal": "3.16.1",
"react-router-dom": "6.11.2",
"react-select": "5.7.3",
"react-select": "5.7.4",
"react-virtualized": "9.22.5",
"regenerator-runtime": "0.13.11",
"valid-url": "1.0.9"

+ 6
- 6
server/sonar-web/yarn.lock View File

@@ -5219,7 +5219,7 @@ __metadata:
react-joyride: 2.5.5
react-modal: 3.16.1
react-router-dom: 6.11.2
react-select: 5.7.3
react-select: 5.7.4
react-select-event: 5.5.1
react-virtualized: 9.22.5
regenerator-runtime: 0.13.11
@@ -6882,7 +6882,7 @@ __metadata:
react-joyride: 2.5.5
react-modal: 3.16.1
react-router-dom: 6.11.2
react-select: 5.7.3
react-select: 5.7.4
react-virtualized: 9.22.5
tailwindcss: 3.3.3
languageName: unknown
@@ -12156,9 +12156,9 @@ __metadata:
languageName: node
linkType: hard

"react-select@npm:5.7.3":
version: 5.7.3
resolution: "react-select@npm:5.7.3"
"react-select@npm:5.7.4":
version: 5.7.4
resolution: "react-select@npm:5.7.4"
dependencies:
"@babel/runtime": ^7.12.0
"@emotion/cache": ^11.4.0
@@ -12172,7 +12172,7 @@ __metadata:
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
checksum: 9ffa75afb395e7077076521c529611494164ace0c6b1ceb249406991ac668947cfd0424812c15c2a45c792bb2794b22f2df93c4c2f2515962b7dfc7c91b029ec
checksum: ca72941ad1d2c578ec04c09ed3deb7e373f987e589f403fadedc6fcc3e29935b5425ec4d2628f0fe58c21319bcaf153c0d0172432e09fc6423da869d848de757
languageName: node
linkType: hard


Loading…
Cancel
Save