Skip to content

Commit

Permalink
Make ts-node and typescript regular dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonsyme committed Jan 16, 2024
1 parent 1ddfecd commit 7004648
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@types/jest": "^27.5.2",
"@types/node": "^14.18.33",
"@types/webpack": "^5.0.0",
"@types/webpack-node-externals": "^2.5.3",
"@types/wicg-file-system-access": "^2020.9.5",
Expand All @@ -45,16 +44,17 @@
"prettier": "^2.3.1",
"ts-jest": "^28.0.7",
"ts-loader": "^9.3.1",
"ts-node": "^10.9.1",
"typedoc": "^0.22.5",
"typedoc-plugin-missing-exports": "^0.22.3",
"typescript": "^4.3.5",
"webpack": "^5.58.2",
"webpack-cli": "^4.9.1",
"webpack-node-externals": "^2.5.2"
},
"dependencies": {
"@types/node": "^14.18.33",
"browser-or-node": "^2.0.0",
"ts-node": "^10.9.1",
"typescript": "^4.3.5",
"yaml": "2.1.3"
},
"directories": {
Expand Down

0 comments on commit 7004648

Please sign in to comment.