Skip to content

Commit 140a314

Browse files
authored
fix(opacitycheckerboard): align token version to latest release (#2263)
1 parent af0edde commit 140a314

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

components/opacitycheckerboard/package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,15 @@
1616
"main": "dist/index-vars.css",
1717
"scripts": {
1818
"build": "gulp",
19-
"clean": "rimraf dist",
20-
"test": "nx test:scope @spectrum-css/previewopacitycheckerboard"
19+
"clean": "rimraf dist"
2120
},
2221
"peerDependencies": {
23-
"@spectrum-css/tokens": ">=10"
22+
"@spectrum-css/tokens": ">=10 <=12"
2423
},
2524
"devDependencies": {
2625
"@spectrum-css/component-builder-simple": "^2.0.17",
27-
"@spectrum-css/tokens": "^10.1.2",
26+
"@spectrum-css/tokens": "^12.0.0",
2827
"gulp": "^4.0.0",
29-
"nx": "^16.6.0",
3028
"rimraf": "^5.0.1"
3129
},
3230
"publishConfig": {

yarn.lock

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2575,11 +2575,6 @@
25752575
resolved "https://registry.yarnpkg.com/@spectrum-css/tokens/-/tokens-11.3.7.tgz#b4a32faa3febe1e0dc33a109e0ff5545a02bfac6"
25762576
integrity sha512-WX0dPqwb2t9u9WBzIRzzYXL/ZJc0r/cSBb7eJxw1xCyg5NQnUKIhGtRT+cMTTCQP0SERFgCk9CZEJcJkZDphGw==
25772577

2578-
"@spectrum-css/tokens@^10.1.2":
2579-
version "10.2.2"
2580-
resolved "https://registry.yarnpkg.com/@spectrum-css/tokens/-/tokens-10.2.2.tgz#461697381575446542bbce8ae6d8ea948195ab3f"
2581-
integrity sha512-ljNXDPIJiS2q58dYn1EsXYF78gZaUCrLkOv8T8A5RBy/hM8fI85BghgiRkM0Dvsh87ej0juw3fO71Vkv3fuWlg==
2582-
25832578
"@spectrum-css/underlay@^2.1.0":
25842579
version "2.1.0"
25852580
resolved "https://registry.yarnpkg.com/@spectrum-css/underlay/-/underlay-2.1.0.tgz#00a30d527d29e8e1ce1567765dab363738e16fb9"

0 commit comments

Comments
 (0)