chore(deps): cleanup deps

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-03-07 18:38:01 +01:00
committed by Braks
parent af03954275
commit 36a12a6fe8
15 changed files with 330 additions and 235 deletions

View File

@@ -5,10 +5,11 @@
"license": "MIT",
"main": "index.js",
"devDependencies": {
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"@antfu/eslint-config": "^0.36.0",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-config-turbo": "0.0.8",
"eslint-config-turbo": "0.0.9",
"prettier": "^2.8.4"
}
}

View File

@@ -2,5 +2,9 @@
"name": "@tooling/tsconfig",
"version": "0.0.0",
"private": true,
"license": "MIT"
"license": "MIT",
"devDependencies": {
"@types/node": "^18.14.6",
"typescript": "^4.9.5"
}
}

View File

@@ -10,8 +10,8 @@
"@tooling/tsconfig": "workspace:*",
"@vitejs/plugin-vue": "^4.0.0",
"defu": "^6.1.2",
"unplugin-auto-import": "^0.14.4",
"unplugin-vue-macros": "^1.8.2",
"unplugin-auto-import": "^0.15.1",
"unplugin-vue-macros": "1.8.2",
"vite": "^4.1.4"
}
}