Skip to content

Commit

Permalink
fix(deps): update dependency typescript to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 15, 2023
1 parent 89d2c40 commit 7144201
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion packages/shopify-cart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"prettier": "^2.8.1",
"rollup-plugin-visualizer": "^5.8.3",
"ts-jest": "^27.1.5",
"typescript": "^4.9.4",
"typescript": "^5.0.0",
"vite": "^3.2.5"
}
}
2 changes: 1 addition & 1 deletion packages/shopify-checkout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"rollup-plugin-transform-tagged-template": "^0.0.3",
"rollup-plugin-visualizer": "^5.5.2",
"ts-jest": "^27.0.5",
"typescript": "4.4.2",
"typescript": "5.3.3",
"vite": "^2.6.14"
},
"publishConfig": {
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest-formatting": "^3.1.0",
"prettier": "2.8.1",
"typescript": "^4.9.3",
"typescript": "^5.0.0",
"vite": "^4.0.2",
"vitest": "^0.26.3"
},
Expand Down
20 changes: 10 additions & 10 deletions packages/storefront-sdk/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/storefront-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"eslint-plugin-jest-formatting": "^3.1.0",
"prettier": "2.8.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.3",
"typescript": "^5.0.0",
"vite": "^4.0.2",
"vitest": "^0.26.3"
},
Expand Down

0 comments on commit 7144201

Please sign in to comment.