Skip to content

Commit 93c6b3c

Browse files
authored
Add caret to tag versions in test app package json for verdaccio (#4501)
1 parent f04d458 commit 93c6b3c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/rsp-cra-18/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": ".",
66
"dependencies": {
77
"@adobe/react-spectrum": "latest",
8-
"@react-spectrum/tag": "3.0.0-rc.0",
8+
"@react-spectrum/tag": "^3.0.0-rc.0",
99
"@spectrum-icons/workflow": "latest",
1010
"@testing-library/jest-dom": "^5.16.4",
1111
"@testing-library/react": "^13.3.0",

examples/rsp-next-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"dependencies": {
1515
"@adobe/react-spectrum": "^3.26.0",
1616
"@react-spectrum/color": "^3.0.0-beta.16",
17-
"@react-spectrum/tag": "3.0.0-rc.0",
17+
"@react-spectrum/tag": "^3.0.0-rc.0",
1818
"@react-spectrum/toast": "^3.0.0-alpha.0",
1919
"@spectrum-icons/illustrations": "^3.5.0",
2020
"@spectrum-icons/workflow": "^4.0.3",

examples/rsp-webpack-4/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
],
1515
"dependencies": {
1616
"@adobe/react-spectrum": "^3.24.1",
17-
"@react-spectrum/tag": "3.0.0-rc.0",
17+
"@react-spectrum/tag": "^3.0.0-rc.0",
1818
"@spectrum-icons/workflow": "^4.0.6",
1919
"react": "^18.2.0",
2020
"react-dom": "^18.2.0"

0 commit comments

Comments
 (0)