mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-01 12:36:08 +00:00
fix: move dependency to a devdependency
This commit is contained in:
parent
9a9379b4a6
commit
a9cbf3e4d2
@ -13,9 +13,6 @@
|
||||
"npm": ">=7.0.0",
|
||||
"node": ">=14.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@changesets/cli": "^2.24.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^18.6.3",
|
||||
"@typescript-eslint/eslint-plugin": "^5.32.0",
|
||||
@ -23,7 +20,8 @@
|
||||
"eslint": "^8.21.0",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"turbo": "^1.4.2",
|
||||
"typescript": "^4.7.4"
|
||||
"typescript": "^4.7.4",
|
||||
"@changesets/cli": "^2.24.1"
|
||||
},
|
||||
"packageManager": "npm@8.14.0",
|
||||
"bugs": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user