Skip to content

Commit

Permalink
Attempt to move @types/node and typescript to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Yutsuten committed Jun 15, 2024
1 parent 2d67f8f commit 5c9f970
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
},
"devDependencies": {
"@types/eslint__js": "^8.42.3",
"@types/node": "^20.14.2",
"@typescript-eslint/parser": "^7.13.0",
"@vue/typescript-plugin": "^2.0.21",
"eslint": "<9.0.0",
Expand All @@ -26,14 +27,13 @@
"stylelint": "^16.6.1",
"stylelint-config-recess-order": "^5.0.1",
"stylelint-config-standard-vue": "^1.0.0",
"typescript": "^5.4.5",
"vue-eslint-parser": "^9.4.3"
},
"dependencies": {
"@fontsource/roboto": "^5.0.13",
"@fontsource/source-code-pro": "^5.0.18",
"@fortawesome/fontawesome-free": "^6.5.2",
"@types/node": "^20.14.2",
"typescript": "^5.4.5",
"vitepress": "1.2.3",
"vue": "^3.4.29"
}
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

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

0 comments on commit 5c9f970

Please sign in to comment.