Skip to content

Commit

Permalink
Update all oclif dependencies to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacroldan committed May 6, 2024
1 parent 34f7e79 commit 0ea7c69
Show file tree
Hide file tree
Showing 9 changed files with 115 additions and 59 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"resolutions": {
"@types/react": "17.0.2",
"vite": "4.4.9",
"@oclif/core": "3.23.0"
"@oclif/core": "3.26.5"
},
"knip": {
"$schema": "https://unpkg.com/knip@5/schema.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"dependencies": {
"@luckycatfactory/esbuild-graphql-loader": "3.8.1",
"@oclif/core": "3.23.0",
"@oclif/core": "3.26.5",
"@shopify/cli-kit": "3.59.0",
"@shopify/create-app": "3.59.0",
"@shopify/function-runner": "4.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"dependencies": {
"@bugsnag/js": "7.21.0",
"@iarna/toml": "2.2.5",
"@oclif/core": "3.23.0",
"@oclif/core": "3.26.5",
"@opentelemetry/api": "1.6.0",
"@opentelemetry/core": "1.17.1",
"@opentelemetry/exporter-metrics-otlp-http": "0.43.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@
]
},
"dependencies": {
"@oclif/core": "3.23.0",
"@oclif/plugin-commands": "3.3.0",
"@oclif/plugin-plugins": "4.3.8",
"@oclif/core": "3.26.5",
"@oclif/plugin-commands": "3.3.2",
"@oclif/plugin-plugins": "5.0.19",
"@shopify/app": "3.59.0",
"@shopify/cli-kit": "3.59.0",
"@shopify/plugin-cloudflare": "3.59.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
]
},
"dependencies": {
"@oclif/core": "3.23.0",
"@oclif/core": "3.26.5",
"@shopify/cli-kit": "3.59.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
]
},
"dependencies": {
"@oclif/core": "3.23.0",
"@oclif/core": "3.26.5",
"@shopify/cli-kit": "3.59.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-did-you-mean/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
]
},
"dependencies": {
"@oclif/core": "3.23.0",
"@oclif/core": "3.26.5",
"@shopify/cli-kit": "3.59.0",
"n-gram": "2.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
]
},
"dependencies": {
"@oclif/core": "3.23.0",
"@oclif/core": "3.26.5",
"@shopify/cli-kit": "3.59.0",
"@shopify/theme-check-node": "2.5.0",
"@shopify/theme-language-server-node": "1.11.0",
Expand Down

0 comments on commit 0ea7c69

Please sign in to comment.