Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Aug 27, 2024
1 parent 3f82383 commit 01bb8a2
Show file tree
Hide file tree
Showing 8 changed files with 2,380 additions and 2,273 deletions.
12 changes: 6 additions & 6 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-eslint-docs",
"packageManager": "pnpm@9.7.1",
"packageManager": "pnpm@9.9.0",
"private": true,
"scripts": {
"dev": "nuxi dev",
Expand All @@ -10,18 +10,18 @@
},
"dependencies": {
"@iconify-json/ph": "^1.1.14",
"@iconify-json/simple-icons": "^1.1.113",
"@iconify-json/simple-icons": "^1.1.114",
"@nuxt/content": "^2.13.2",
"@nuxt/devtools": "1.3.1",
"@nuxt/fonts": "^0.7.2",
"@nuxt/image": "1.7.0",
"@nuxt/ui-pro": "^1.4.1",
"@nuxthq/studio": "^2.0.3",
"@nuxtjs/plausible": "^1.0.2",
"@vueuse/core": "^11.0.0",
"@vueuse/nuxt": "^11.0.0",
"nuxt": "^3.12.4",
"nuxt-og-image": "^3.0.0-rc.64"
"@vueuse/core": "^11.0.3",
"@vueuse/nuxt": "^11.0.3",
"nuxt": "^3.13.0",
"nuxt-og-image": "^3.0.0-rc.65"
},
"resolutions": {
"@nuxt/ui": "2.15.2"
Expand Down
2,554 changes: 1,315 additions & 1,239 deletions docs/pnpm-lock.yaml

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"type": "module",
"packageManager": "pnpm@9.7.1",
"packageManager": "pnpm@9.9.0",
"version": "0.5.2",
"scripts": {
"build": "pnpm run -r build",
Expand All @@ -19,14 +19,14 @@
},
"devDependencies": {
"@iconify-json/ph": "^1.1.14",
"@iconify-json/simple-icons": "^1.1.113",
"@iconify-json/simple-icons": "^1.1.114",
"@nuxt/eslint-config": "workspace:*",
"@nuxt/eslint-plugin": "workspace:*",
"@nuxt/test-utils": "^3.14.1",
"@types/eslint": "^9.6.0",
"@types/node": "^22.4.1",
"bumpp": "^9.5.1",
"eslint": "^9.9.0",
"@types/eslint": "^9.6.1",
"@types/node": "^22.5.0",
"bumpp": "^9.5.2",
"eslint": "^9.9.1",
"taze": "^0.16.6",
"typescript": "^5.5.4",
"vitest": "^2.0.5",
Expand Down
14 changes: 7 additions & 7 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,28 +51,28 @@
"eslint": "^8.57.0 || ^9.0.0"
},
"dependencies": {
"@eslint/js": "^9.9.0",
"@eslint/js": "^9.9.1",
"@nuxt/eslint-plugin": "workspace:*",
"@rushstack/eslint-patch": "^1.10.4",
"@stylistic/eslint-plugin": "^2.6.4",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"eslint-config-flat-gitignore": "^0.1.8",
"eslint-flat-config-utils": "^0.3.1",
"eslint-plugin-import-x": "^3.1.0",
"eslint-plugin-import-x": "^4.0.0",
"eslint-plugin-jsdoc": "^50.2.2",
"eslint-plugin-regexp": "^2.6.0",
"eslint-plugin-unicorn": "^55.0.0",
"eslint-plugin-vue": "^9.27.0",
"globals": "^15.9.0",
"local-pkg": "^0.5.0",
"pathe": "^1.1.2",
"tslib": "^2.6.3",
"tslib": "^2.7.0",
"vue-eslint-parser": "^9.4.3"
},
"devDependencies": {
"@types/eslint": "^9.6.0",
"eslint": "^9.9.0",
"@types/eslint": "^9.6.1",
"eslint": "^9.9.1",
"typescript": "^5.5.4"
}
}
4 changes: 2 additions & 2 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"eslint": "^8.57.0 || ^9.0.0"
},
"dependencies": {
"@typescript-eslint/types": "^8.1.0",
"@typescript-eslint/utils": "^8.1.0"
"@typescript-eslint/types": "^8.3.0",
"@typescript-eslint/utils": "^8.3.0"
}
}
12 changes: 6 additions & 6 deletions packages/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,25 +49,25 @@
},
"dependencies": {
"@eslint/config-inspector": "^0.5.4",
"@nuxt/devtools-kit": "^1.3.9",
"@nuxt/devtools-kit": "^1.4.1",
"@nuxt/eslint-config": "workspace:*",
"@nuxt/eslint-plugin": "workspace:*",
"@nuxt/kit": "^3.12.4",
"@nuxt/kit": "^3.13.0",
"chokidar": "^3.6.0",
"eslint-flat-config-utils": "^0.3.1",
"eslint-typegen": "^0.3.1",
"find-up": "^7.0.0",
"get-port-please": "^3.1.2",
"mlly": "^1.7.1",
"pathe": "^1.1.2",
"unimport": "^3.10.0"
"unimport": "^3.11.1"
},
"devDependencies": {
"@nuxt/module-builder": "^0.8.3",
"@nuxt/schema": "^3.12.4",
"@typescript-eslint/scope-manager": "^8.1.0",
"@nuxt/schema": "^3.13.0",
"@typescript-eslint/scope-manager": "^8.3.0",
"eslint-webpack-plugin": "^4.2.0",
"nuxt": "^3.12.4",
"nuxt": "^3.13.0",
"vite-plugin-eslint2": "^4.4.0"
}
}
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"lint": "nuxi prepare && eslint ."
},
"devDependencies": {
"nuxt": "^3.12.4"
"nuxt": "^3.13.0"
}
}
Loading

0 comments on commit 01bb8a2

Please sign in to comment.