Skip to content

Commit c418e93

Browse files
committed
sync up version discrepancies
1 parent e596555 commit c418e93

File tree

4 files changed

+21
-62
lines changed

4 files changed

+21
-62
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,23 +50,23 @@
5050
"@shopify/generate-docs": "0.15.6",
5151
"@types/node": "18.19.3",
5252
"@types/tmp": "^0.2.3",
53-
"@typescript-eslint/parser": "^7.13.1",
53+
"@typescript-eslint/parser": "7.18.0",
5454
"ansi-colors": "^4.1.3",
5555
"bugsnag-build-reporter": "^2.0.0",
5656
"commander": "^9.4.0",
5757
"cross-env": "^7.0.3",
5858
"esbuild": "0.24.0",
5959
"eslint": "^8.48.0",
6060
"execa": "^7.2.0",
61-
"fast-glob": "^3.3.1",
61+
"fast-glob": "3.3.3",
6262
"find-up": "^6.3.0",
6363
"fs-extra": "^11.1.0",
6464
"graphql": "^16.8.1",
6565
"graphql-codegen-typescript-operation-types": "2.0.1",
6666
"graphql-tag": "^2.12.6",
6767
"json-stringify-deterministic": "1.0.12",
6868
"knip": "^5.10.0",
69-
"liquidjs": "^10.9.2",
69+
"liquidjs": "10.20.1",
7070
"node-fetch": "^3.3.2",
7171
"nx": "19.3.0",
7272
"oclif": "4.6.1",

packages/features/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"pathe": "1.1.1",
3939
"rimraf": "^3.0.2",
4040
"tempy": "^1.0.1",
41-
"fast-glob": "^3.3.1"
41+
"fast-glob": "3.3.3"
4242
},
4343
"engines": {
4444
"node": "^18.20.0 || >=20.10.0"

pnpm-lock.yaml

Lines changed: 16 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

workspace/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"devDependencies": {
1818
"@actions/core": "^1.10.0",
1919
"execa": "^7.2.0",
20-
"fast-glob": "^3.3.1",
20+
"fast-glob": "3.3.3",
2121
"git-diff": "^2.0.6",
2222
"pathe": "^1.1.1",
2323
"simple-git": "3.19.1",

0 commit comments

Comments
 (0)