Skip to content

Commit

Permalink
fix(deps): move typescript to dependencies from devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
RealShadowNova committed Sep 28, 2023
1 parent f2a078f commit a2b6cda
Show file tree
Hide file tree
Showing 2 changed files with 556 additions and 1,063 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
"commander": "^11.0.0",
"js-yaml": "^4.1.0",
"tslib": "^2.6.2",
"typedoc": "^0.25.1"
"typedoc": "^0.25.1",
"typescript": "^5.2.2"
},
"devDependencies": {
"@commitlint/cli": "^17.7.1",
Expand All @@ -72,7 +73,6 @@
"pinst": "^3.0.0",
"prettier": "^3.0.3",
"rimraf": "^5.0.1",
"typescript": "^5.2.2",
"vite-tsconfig-paths": "^4.2.1",
"vitest": "^0.34.5"
},
Expand Down

0 comments on commit a2b6cda

Please sign in to comment.