Skip to content

Commit

Permalink
Update jest-environment-jsdom and typescript deps
Browse files Browse the repository at this point in the history
  • Loading branch information
askoufis committed Oct 10, 2022
1 parent 0fa9376 commit b03adb4
Show file tree
Hide file tree
Showing 3 changed files with 289 additions and 10 deletions.
9 changes: 9 additions & 0 deletions .changeset/yellow-rats-act.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
'sku': minor
---

Update typescript dependency

Sku now has a `typescript` dependency of `^4.5.0`.
Previously the version was restricted due to a type issue with `braid-design-system` and `[email protected]`.
Please take a look at the release notes for recent typescript versions as there may be breaking changes that need to be addressed.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@
"indent-string": "^4.0.0",
"inquirer": "^8.2.3",
"jest": "^29.0.0",
"jest-environment-jsdom": "^29.0.0",
"jest-watch-typeahead": "^2.2.0",
"less": "^4.1.0",
"less-loader": "^5.0.0",
Expand Down Expand Up @@ -152,7 +153,7 @@
"traverse": "^0.6.6",
"treat": "^2.0.4",
"tree-kill": "^1.2.1",
"typescript": ">=4.1.3 <4.5.0",
"typescript": "^4.5.0",
"validate-npm-package-name": "^4.0.0",
"webpack": "^5.47.1",
"webpack-bundle-analyzer": "^4.4.2",
Expand Down
Loading

0 comments on commit b03adb4

Please sign in to comment.