Skip to content

Commit

Permalink
(fix/deps): semver should be a dep, not a devDep (#677)
Browse files Browse the repository at this point in the history
- it's used in `tsdx create`, definitely not a devDep
  - surprised that this hasn't been reported as a bug before, but
    probably because it's a subdep of another dep so it finds its way
    into most folks' node_modules anyway
  • Loading branch information
agilgur5 authored Apr 12, 2020
1 parent 92747f8 commit 094fe5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
"rollup-plugin-terser": "^5.1.2",
"rollup-plugin-typescript2": "^0.26.0",
"sade": "^1.4.2",
"semver": "^7.1.1",
"shelljs": "^0.8.3",
"tiny-glob": "^0.2.6",
"ts-jest": "^24.0.2",
Expand Down Expand Up @@ -118,7 +119,6 @@
"react-dom": "^16.13.0",
"react-is": "^16.13.0",
"rollup-plugin-postcss": "^2.5.0",
"semver": "^7.1.1",
"styled-components": "^5.0.1",
"tiny-invariant": "^1.1.0",
"tiny-warning": "^1.0.3"
Expand Down

0 comments on commit 094fe5e

Please sign in to comment.