Browse Source

SONAR-21973 Upgrade @sonarsource/echoes-react to v0.2.0 (also adds material-symbols)

pull/3360/head
David Cho-Lerat 4 weeks ago
parent
commit
c731b24c3d
2 changed files with 14 additions and 7 deletions
  1. 1
    1
      server/sonar-web/package.json
  2. 13
    6
      server/sonar-web/yarn.lock

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

@@ -13,7 +13,7 @@
"@primer/octicons-react": "19.8.0",
"@react-spring/rafz": "9.7.3",
"@react-spring/web": "9.7.3",
"@sonarsource/echoes-react": "0.1.3",
"@sonarsource/echoes-react": "0.2.0",
"@tanstack/react-query": "5.18.1",
"axios": "1.6.7",
"classnames": "2.5.1",

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

@@ -4533,13 +4533,13 @@ __metadata:
languageName: node
linkType: hard

"@sonarsource/echoes-react@npm:0.1.3":
version: 0.1.3
resolution: "@sonarsource/echoes-react@npm:0.1.3"
"@sonarsource/echoes-react@npm:0.2.0":
version: 0.2.0
resolution: "@sonarsource/echoes-react@npm:0.2.0"
dependencies:
"@primer/octicons-react": "npm:19.8.0"
"@radix-ui/react-checkbox": "npm:1.0.4"
"@radix-ui/react-radio-group": "npm:1.1.3"
material-symbols: "npm:0.17.0"
peerDependencies:
"@emotion/react": ^11.0.0
"@emotion/styled": ^11.0.0
@@ -4547,7 +4547,7 @@ __metadata:
react-dom: ^17.0.0 || ^18.0.0
react-intl: ^6.0.0
react-router-dom: ^6.0.0
checksum: 10/2e10f1f77a720956f8ead9caa418abc15d54ba316c7086798d6b46187d146d98b4a54c0f362bd6e87d4d2e2b01e0e13744a6661461bb54024cc7612748a9b3c6
checksum: 10/e2effc89f5bfa673a71e80bfbbfdbdc56364fe50595406410e2bd1000c7351041a280d0774866b557bc1cf2145d3a0e433aa78e36a6074b35a798ad425d06e88
languageName: node
linkType: hard

@@ -5749,7 +5749,7 @@ __metadata:
"@primer/octicons-react": "npm:19.8.0"
"@react-spring/rafz": "npm:9.7.3"
"@react-spring/web": "npm:9.7.3"
"@sonarsource/echoes-react": "npm:0.1.3"
"@sonarsource/echoes-react": "npm:0.2.0"
"@swc/core": "npm:1.4.0"
"@swc/jest": "npm:0.2.36"
"@tanstack/react-query": "npm:5.18.1"
@@ -11699,6 +11699,13 @@ __metadata:
languageName: node
linkType: hard

"material-symbols@npm:0.17.0":
version: 0.17.0
resolution: "material-symbols@npm:0.17.0"
checksum: 10/d432e18203d38b83a645783b03ac4b321d30cd6a8bec1aae5e47fccf4340387d4f7bc703d3aebb5a25639c316bb04f2027518e592869361d8bfbbd46ca8c9835
languageName: node
linkType: hard

"memoize-one@npm:^4.0.0":
version: 4.0.3
resolution: "memoize-one@npm:4.0.3"

Loading…
Cancel
Save