Skip to content

Commit 517ce66

Browse files
authored
chore: pin dependencies [CSS-1271] (#4228)
1 parent 1fd5516 commit 517ce66

File tree

16 files changed

+830
-518
lines changed

16 files changed

+830
-518
lines changed

.github/actions/file-diff/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
"package.json"
2323
],
2424
"dependencies": {
25-
"@actions/artifact": "^2.3.2",
26-
"@actions/core": "^1.11.1",
27-
"@actions/github": "^6.0.1",
28-
"@actions/glob": "^0.5.0",
29-
"diff": "^8.0.2",
30-
"diff2html": "^3.4.52"
25+
"@actions/artifact": "2.3.2",
26+
"@actions/core": "1.11.1",
27+
"@actions/github": "6.0.1",
28+
"@actions/glob": "0.5.0",
29+
"diff": "8.0.2",
30+
"diff2html": "3.4.52"
3131
},
3232
"keywords": [
3333
"Actions",

.storybook/package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,19 @@
3939
"build": "yarn docs:report && cross-env NODE_ENV=development storybook build --stats-json --config-dir ."
4040
},
4141
"dependencies": {
42-
"@adobe/spectrum-css-workflow-icons": "^1.7.0",
42+
"@adobe/spectrum-css-workflow-icons": "1.7.0",
4343
"@spectrum-css/bundle": "1.0.1",
4444
"@spectrum-css/tokens": "16.0.2",
4545
"@spectrum-css/tokens-legacy": "npm:@spectrum-css/tokens@^15.2.0",
4646
"@spectrum-css/ui-icons": "1.1.2"
4747
},
4848
"devDependencies": {
49-
"@babel/core": "^7.28.4",
50-
"@chromatic-com/storybook": "^3.2.7",
51-
"@etchteam/storybook-addon-status": "^5.0.0",
49+
"@babel/core": "7.28.4",
50+
"@chromatic-com/storybook": "3.2.7",
51+
"@etchteam/storybook-addon-status": "5.0.0",
5252
"@storybook/addon-a11y": "8.4.7",
5353
"@storybook/addon-actions": "8.4.7",
54-
"@storybook/addon-designs": "^8.2.1",
54+
"@storybook/addon-designs": "8.2.1",
5555
"@storybook/addon-docs": "8.4.7",
5656
"@storybook/addon-essentials": "8.4.7",
5757
"@storybook/addon-interactions": "8.4.7",
@@ -61,22 +61,22 @@
6161
"@storybook/core-events": "8.4.7",
6262
"@storybook/manager-api": "8.4.7",
6363
"@storybook/preview-api": "8.4.7",
64-
"@storybook/test-runner": "^0.22.0",
64+
"@storybook/test-runner": "0.22.0",
6565
"@storybook/theming": "8.4.7",
6666
"@storybook/web-components-vite": "8.4.7",
67-
"@whitespace/storybook-addon-html": "^7.0.0",
68-
"chromatic": "^13.1.4",
69-
"lit": "^3.3.1",
70-
"lodash-es": "^4.17.21",
71-
"npm-registry-fetch": "^19.0.0",
72-
"postcss": "^8.5.6",
73-
"prettier": "^3.6.2",
74-
"react": "^18.3.1",
75-
"react-dom": "^18.3.1",
76-
"react-syntax-highlighter": "^15.6.6",
77-
"remark-gfm": "^4.0.1",
67+
"@whitespace/storybook-addon-html": "7.0.0",
68+
"chromatic": "13.1.4",
69+
"lit": "3.3.1",
70+
"lodash-es": "4.17.21",
71+
"npm-registry-fetch": "19.0.0",
72+
"postcss": "8.5.6",
73+
"prettier": "3.6.2",
74+
"react": "18.3.1",
75+
"react-dom": "18.3.1",
76+
"react-syntax-highlighter": "15.6.6",
77+
"remark-gfm": "4.0.1",
7878
"storybook": "8.4.7",
79-
"vite": "^5.4.20"
79+
"vite": "5.4.20"
8080
},
8181
"keywords": [
8282
"design-system",

package.json

Lines changed: 56 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -64,65 +64,65 @@
6464
"tools/*"
6565
],
6666
"devDependencies": {
67-
"@adobe/token-diff-generator": "^2.0.0",
68-
"@changesets/changelog-github": "^0.5.1",
69-
"@changesets/cli": "^2.29.7",
70-
"@commitlint/cli": "^19.8.1",
71-
"@commitlint/config-conventional": "^19.8.1",
67+
"@adobe/token-diff-generator": "2.0.0",
68+
"@changesets/changelog-github": "0.5.1",
69+
"@changesets/cli": "2.29.7",
70+
"@commitlint/cli": "19.8.1",
71+
"@commitlint/config-conventional": "19.8.1",
7272
"@spectrum-tools/postcss-add-theming-layer": "1.0.2",
7373
"@spectrum-tools/postcss-property-rollup": "0.0.1",
7474
"@spectrum-tools/postcss-rgb-mapping": "1.1.0",
75-
"@yarnpkg/types": "^4.0.1",
76-
"at-rule-packer": "^0.5.0",
77-
"autoprefixer": "^10.4.21",
78-
"colors": "^1.4.0",
79-
"cross-env": "^10.0.0",
80-
"cssnano": "^7.1.1",
81-
"cssnano-preset-advanced": "^7.0.9",
82-
"diff": "^8.0.2",
83-
"diff2html": "^3.4.52",
84-
"eslint": "^8.57.1",
85-
"eslint-plugin-jsonc": "^2.20.1",
86-
"eslint-plugin-prettier": "^5.5.4",
87-
"fast-glob": "^3.3.3",
88-
"gh-pages": "^6.3.0",
89-
"husky": "^9.1.7",
90-
"jsonc-eslint-parser": "^2.4.0",
91-
"lint-staged": "^16.1.6",
92-
"lodash": "^4.17.21",
93-
"markdownlint": "^0.38.0",
94-
"markdownlint-cli": "^0.45.0",
95-
"npm-registry-fetch": "^19.0.0",
96-
"nunjucks": "^3.2.4",
97-
"nx": "^21.5.2",
98-
"open": "^10.2.0",
99-
"pajv": "^1.2.0",
100-
"postcss": "^8.5.6",
101-
"postcss-extend": "^1.0.5",
102-
"postcss-hover-media-feature": "^1.0.2",
103-
"postcss-import": "^16.1.1",
104-
"postcss-licensing": "^3.0.0",
105-
"postcss-load-config": "^6.0.1",
106-
"postcss-modules": "^6.0.1",
107-
"postcss-preset-env": "^10.3.1",
108-
"postcss-pseudo-classes": "^0.4.0",
109-
"postcss-reporter": "^7.1.0",
110-
"postcss-selector-replace": "^1.0.2",
111-
"postcss-sorting": "^9.1.0",
112-
"postcss-values-parser": "^6.0.2",
113-
"prettier": "^3.6.2",
114-
"rimraf": "^6.0.1",
115-
"semver": "^7.7.2",
116-
"stylelint": "^16.24.0",
117-
"stylelint-config-standard": "^38.0.0",
118-
"stylelint-header": "^3.0.0",
119-
"stylelint-high-performance-animation": "^1.11.0",
120-
"stylelint-order": "^7.0.0",
121-
"stylelint-selector-bem-pattern": "^4.0.1",
122-
"stylelint-use-logical": "^2.1.2",
123-
"tar": "^7.4.3",
124-
"yargs": "^18.0.0",
125-
"zlib": "^1.0.5"
75+
"@yarnpkg/types": "4.0.1",
76+
"at-rule-packer": "0.5.0",
77+
"autoprefixer": "10.4.21",
78+
"colors": "1.4.0",
79+
"cross-env": "10.0.0",
80+
"cssnano": "7.1.1",
81+
"cssnano-preset-advanced": "7.0.9",
82+
"diff": "8.0.2",
83+
"diff2html": "3.4.52",
84+
"eslint": "8.57.1",
85+
"eslint-plugin-jsonc": "2.20.1",
86+
"eslint-plugin-prettier": "5.5.4",
87+
"fast-glob": "3.3.3",
88+
"gh-pages": "6.3.0",
89+
"husky": "9.1.7",
90+
"jsonc-eslint-parser": "2.4.0",
91+
"lint-staged": "16.1.6",
92+
"lodash": "4.17.21",
93+
"markdownlint": "0.38.0",
94+
"markdownlint-cli": "0.45.0",
95+
"npm-registry-fetch": "19.0.0",
96+
"nunjucks": "3.2.4",
97+
"nx": "21.5.2",
98+
"open": "10.2.0",
99+
"pajv": "1.2.0",
100+
"postcss": "8.5.6",
101+
"postcss-extend": "1.0.5",
102+
"postcss-hover-media-feature": "1.0.2",
103+
"postcss-import": "16.1.1",
104+
"postcss-licensing": "3.0.0",
105+
"postcss-load-config": "6.0.1",
106+
"postcss-modules": "6.0.1",
107+
"postcss-preset-env": "10.3.1",
108+
"postcss-pseudo-classes": "0.4.0",
109+
"postcss-reporter": "7.1.0",
110+
"postcss-selector-replace": "1.0.2",
111+
"postcss-sorting": "9.1.0",
112+
"postcss-values-parser": "6.0.2",
113+
"prettier": "3.6.2",
114+
"rimraf": "6.0.1",
115+
"semver": "7.7.2",
116+
"stylelint": "16.24.0",
117+
"stylelint-config-standard": "38.0.0",
118+
"stylelint-header": "3.0.0",
119+
"stylelint-high-performance-animation": "1.11.0",
120+
"stylelint-order": "7.0.0",
121+
"stylelint-selector-bem-pattern": "4.0.1",
122+
"stylelint-use-logical": "2.1.2",
123+
"tar": "7.4.3",
124+
"yargs": "18.0.0",
125+
"zlib": "1.0.5"
126126
},
127127
"keywords": [
128128
"design-system",

plugins/changesets-changelog-github/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
"type": "module",
1717
"module": "index.js",
1818
"dependencies": {
19-
"@changesets/get-github-info": "^0.6.0",
20-
"@changesets/types": "^6.1.0",
21-
"dotenv": "^17.2.2"
19+
"@changesets/get-github-info": "0.6.0",
20+
"@changesets/types": "6.1.0",
21+
"dotenv": "17.2.2"
2222
},
2323
"devDependencies": {
24-
"@changesets/parse": "^0.4.1",
25-
"ava": "^6.4.1",
26-
"sinon": "^21.0.0"
24+
"@changesets/parse": "0.4.1",
25+
"ava": "6.4.1",
26+
"sinon": "21.0.0"
2727
},
2828
"keywords": [
2929
"design-system",

plugins/postcss-add-theming-layer/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@
2323
"*.md"
2424
],
2525
"dependencies": {
26-
"postcss-selector-parser": "^7.1.0",
27-
"postcss-values-parser": "^6.0.2"
26+
"postcss-selector-parser": "7.1.0",
27+
"postcss-values-parser": "6.0.2"
2828
},
2929
"peerDependencies": {
3030
"postcss": ">=8"
3131
},
3232
"devDependencies": {
33-
"ava": "^6.4.1",
34-
"c8": "^10.1.3",
35-
"postcss": "^8.5.6"
33+
"ava": "6.4.1",
34+
"c8": "10.1.3",
35+
"postcss": "8.5.6"
3636
},
3737
"keywords": [
3838
"css",

plugins/postcss-property-rollup/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
"postcss": ">=8"
2727
},
2828
"devDependencies": {
29-
"ava": "^6.4.1",
30-
"c8": "^10.1.3",
31-
"postcss": "^8.5.6"
29+
"ava": "6.4.1",
30+
"c8": "10.1.3",
31+
"postcss": "8.5.6"
3232
},
3333
"keywords": [
3434
"css",

plugins/postcss-rgb-mapping/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
"*.md"
2424
],
2525
"dependencies": {
26-
"postcss-values-parser": "^6.0.2"
26+
"postcss-values-parser": "6.0.2"
2727
},
2828
"peerDependencies": {
2929
"postcss": ">=8"
3030
},
3131
"devDependencies": {
32-
"ava": "^6.4.1",
33-
"c8": "^10.1.3",
34-
"postcss": "^8.5.6"
32+
"ava": "6.4.1",
33+
"c8": "10.1.3",
34+
"postcss": "8.5.6"
3535
},
3636
"keywords": [
3737
"css",

plugins/stylelint-no-missing-var/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
"test": "ava"
2828
},
2929
"dependencies": {
30-
"colors": "^1.4.0"
30+
"colors": "1.4.0"
3131
},
3232
"peerDependencies": {
3333
"stylelint": ">=16"
3434
},
3535
"devDependencies": {
36-
"ava": "^6.4.1",
37-
"c8": "^10.1.3",
38-
"stylelint": "^16.24.0"
36+
"ava": "6.4.1",
37+
"c8": "10.1.3",
38+
"stylelint": "16.24.0"
3939
},
4040
"keywords": [
4141
"css",

plugins/stylelint-no-unknown-custom-properties/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,18 @@
2727
"test": "ava"
2828
},
2929
"dependencies": {
30-
"colors": "^1.4.0",
31-
"fast-glob": "^3.3.3",
32-
"postcss": "^8.5.6",
33-
"postcss-values-parser": "^6.0.2"
30+
"colors": "1.4.0",
31+
"fast-glob": "3.3.3",
32+
"postcss": "8.5.6",
33+
"postcss-values-parser": "6.0.2"
3434
},
3535
"peerDependencies": {
3636
"stylelint": ">=16"
3737
},
3838
"devDependencies": {
39-
"ava": "^6.4.1",
40-
"c8": "^10.1.3",
41-
"stylelint": "^16.24.0"
39+
"ava": "6.4.1",
40+
"c8": "10.1.3",
41+
"stylelint": "16.24.0"
4242
},
4343
"keywords": [
4444
"css",

plugins/stylelint-no-unused-custom-properties/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@
2727
"test": "ava"
2828
},
2929
"dependencies": {
30-
"colors": "^1.4.0",
31-
"postcss": "^8.5.6",
32-
"postcss-values-parser": "^6.0.2"
30+
"colors": "1.4.0",
31+
"postcss": "8.5.6",
32+
"postcss-values-parser": "6.0.2"
3333
},
3434
"peerDependencies": {
3535
"stylelint": ">=16"
3636
},
3737
"devDependencies": {
38-
"ava": "^6.4.1",
39-
"c8": "^10.1.3",
40-
"stylelint": "^16.24.0"
38+
"ava": "6.4.1",
39+
"c8": "10.1.3",
40+
"stylelint": "16.24.0"
4141
},
4242
"keywords": [
4343
"css",

0 commit comments

Comments
 (0)