Skip to content

Commit

Permalink
Add tslib as production dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkticehurst committed Dec 6, 2023
1 parent 5864a13 commit b95a723
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
18 changes: 8 additions & 10 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"dependencies": {
"@microsoft/fast-element": "^1.12.0",
"@microsoft/fast-foundation": "^2.49.4",
"@microsoft/fast-react-wrapper": "^0.3.22"
"@microsoft/fast-react-wrapper": "^0.3.22",
"tslib": "^2.6.2"
},
"peerDependencies": {
"react": ">=16.9.0"
Expand All @@ -53,7 +54,6 @@
"rollup-plugin-filesize": "^9.1.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-transform-tagged-template": "0.0.3",
"tslib": "^2.1.0",
"typescript": "^4.6.2"
},
"keywords": [
Expand Down

0 comments on commit b95a723

Please sign in to comment.