Skip to content

Commit a7444f1

Browse files
committed
Include @shopify/theme-check-node as a dependency
theme-graph actually requires this package in order for `bin/theme-graph` to run.
1 parent bd2022e commit a7444f1

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.changeset/breezy-countries-own.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@shopify/theme-graph': patch
3+
---
4+
5+
Include @shopify/theme-check-node as a dependency

packages/theme-graph/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,9 @@
3131
"dependencies": {
3232
"@shopify/liquid-html-parser": "^2.9.0",
3333
"@shopify/theme-check-common": "^3.23.0",
34+
"@shopify/theme-check-node": "^3.23.0",
3435
"acorn": "^8.14.1",
3536
"acorn-walk": "^8.3.4",
3637
"vscode-uri": "^3.0.7"
37-
},
38-
"devDependencies": {
39-
"@shopify/theme-check-node": "^3.23.0"
4038
}
4139
}

0 commit comments

Comments
 (0)