Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Dec 27, 2023
1 parent 26f1da9 commit a029db5
Show file tree
Hide file tree
Showing 3 changed files with 1,787 additions and 242 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

// Auto fix
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.organizeImports": false
"source.fixAll.eslint": "explicit",
"source.organizeImports": "never"
},

// Silent the stylistic rules in you IDE, but still auto fix them
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "1.0.6",
"private": true,
"packageManager": "pnpm@8.12.0",
"packageManager": "pnpm@8.13.1",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/devtools.git"
Expand All @@ -23,14 +23,14 @@
"prepare": "pnpm -r --filter=\"./packages/*\" run dev:prepare"
},
"devDependencies": {
"@antfu/eslint-config": "^2.4.5",
"@antfu/eslint-config": "^2.6.0",
"@antfu/ni": "^0.21.12",
"@nuxt/devtools": "workspace:*",
"@nuxt/devtools-ui-kit": "workspace:*",
"@nuxt/module-builder": "^0.5.4",
"@nuxt/schema": "^3.8.2",
"@nuxt/module-builder": "^0.5.5",
"@nuxt/schema": "^3.9.0",
"@types/markdown-it": "^13.0.7",
"@types/node": "^20.10.4",
"@types/node": "^20.10.5",
"@types/pacote": "^11.1.8",
"@types/which": "^3.0.3",
"@types/ws": "^8.5.10",
Expand All @@ -44,16 +44,16 @@
"execa": "^7.2.0",
"gray-matter": "^4.0.3",
"lint-staged": "^15.2.0",
"nuxt": "^3.8.2",
"nuxt": "^3.9.0",
"pathe": "^1.1.1",
"simple-git-hooks": "^2.9.0",
"taze": "^0.13.0",
"taze": "^0.13.1",
"tiged": "^2.12.5",
"typescript": "^5.3.3",
"ua-parser-js": "^1.0.37",
"unocss": "^0.58.0",
"vite-hot-client": "^0.2.3",
"vue-tsc": "^1.8.25"
"vue-tsc": "^1.8.27"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down
Loading

0 comments on commit a029db5

Please sign in to comment.