Skip to content

Commit

Permalink
Update some smaller packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkham committed Sep 14, 2023
1 parent 895e7fd commit 9f2356f
Show file tree
Hide file tree
Showing 5 changed files with 295 additions and 36 deletions.
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@types/diff": "^5.0.3",
"@types/express": "^4.17.17",
"@types/http-proxy": "^1.17.11",
"@types/lodash-es": "^4.17.8",
"@types/lodash-es": "^4.17.9",
"@types/node": "14.18.54",
"@types/react": "18.2.0",
"@types/serve-static": "^1.15.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
]
},
"dependencies": {
"@bugsnag/js": "7.20.2",
"@bugsnag/js": "7.21.0",
"@iarna/toml": "2.2.5",
"@oclif/core": "2.11.7",
"@types/archiver": "5.3.2",
Expand Down Expand Up @@ -169,7 +169,7 @@
"@vitest/coverage-istanbul": "^0.34.3",
"node-stream-zip": "^1.15.0",
"ts-morph": "^17.0.1",
"typedoc": "^0.24.8",
"typedoc": "^0.25.0",
"typescript": "5.0.4",
"vite": "^4.4.9",
"vitest": "^0.34.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-no-catch-all": "1.1.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-tsdoc": "0.2.17",
"eslint-plugin-unused-imports": "2.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/features/steps/node-deps.steps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ When(/I look at the package.json files in all packages/, async function () {

const sharedDependencies = [
// react is not included as cli-kit uses 18, while other packages use 17
'@babel/core',
'@oclif/core',
'@shopify/cli-kit',
'@types/node',
Expand Down
Loading

0 comments on commit 9f2356f

Please sign in to comment.