Skip to content

Commit

Permalink
feat: update deps, remove @types/eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Sep 11, 2024
1 parent 66bebfb commit a24f30b
Show file tree
Hide file tree
Showing 5 changed files with 570 additions and 550 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-eslint-docs",
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.10.0",
"private": true,
"scripts": {
"docs:dev": "nuxi dev",
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"type": "module",
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.10.0",
"version": "0.5.6",
"scripts": {
"build": "pnpm run -r build",
Expand Down Expand Up @@ -30,7 +30,6 @@
"@nuxt/ui-pro": "catalog:",
"@nuxthq/studio": "catalog:",
"@nuxtjs/plausible": "catalog:",
"@types/eslint": "catalog:",
"@types/node": "catalog:",
"@vueuse/core": "catalog:",
"@vueuse/nuxt": "catalog:",
Expand Down
1 change: 0 additions & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@
"vue-eslint-parser": "catalog:"
},
"devDependencies": {
"@types/eslint": "catalog:",
"eslint": "catalog:",
"typescript": "catalog:"
}
Expand Down
Loading

0 comments on commit a24f30b

Please sign in to comment.