Skip to content

Commit

Permalink
[V2] Internal lib build typescript dev dependency (#1194)
Browse files Browse the repository at this point in the history
* Move typescript to dev and peer dependency

* Update package lock file
  • Loading branch information
vcua-mobify authored May 10, 2023
1 parent 9f33b95 commit f5b07a8
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 6 deletions.
14 changes: 11 additions & 3 deletions packages/internal-lib-build/package-lock.json

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

14 changes: 11 additions & 3 deletions packages/internal-lib-build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,19 @@
"regenerator-runtime": "^0.13.11",
"replace-in-file": "^6.3.5",
"rimraf": "2.7.1",
"shelljs": "^0.8.5",
"typescript": "4.8.3"
"shelljs": "^0.8.5"
},
"devDependencies": {
"npm-packlist": "^4.0.0"
"npm-packlist": "^4.0.0",
"typescript": "4.8.3"
},
"peerDependencies": {
"typescript": "4.8.3"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
},
"scripts": {
"lint": "npm run lint:js",
Expand Down

0 comments on commit f5b07a8

Please sign in to comment.