Skip to content

Commit

Permalink
bump typescript package to latest version (#1538)
Browse files Browse the repository at this point in the history
* bump typescript package to latest version

* add changeset file
  • Loading branch information
shiftkey authored Dec 2, 2021
1 parent e10a3bb commit dda6e5d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
5 changes: 5 additions & 0 deletions .changeset/typescript-bump.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@primer/components': patch
---

Update `typescript` package to correct generated type declarations.
17 changes: 9 additions & 8 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
"storybook-addon-performance": "0.16.1",
"styled-components": "4.4.1",
"ts-toolbelt": "9.6.0",
"typescript": "4.2.2"
"typescript": "4.4.4"
},
"peerDependencies": {
"react": "^17.0.0",
Expand Down

0 comments on commit dda6e5d

Please sign in to comment.