Skip to content

Commit e1471fc

Browse files
committed
chore: update deps
1 parent 292e11e commit e1471fc

File tree

8 files changed

+1367
-302
lines changed

8 files changed

+1367
-302
lines changed

docs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-eslint-docs",
3-
"packageManager": "[email protected].0",
3+
"packageManager": "[email protected].1",
44
"private": true,
55
"scripts": {
66
"dev": "nuxi dev",
@@ -13,13 +13,13 @@
1313
"@iconify-json/simple-icons": "^1.1.113",
1414
"@nuxt/content": "^2.13.2",
1515
"@nuxt/devtools": "1.3.1",
16-
"@nuxt/fonts": "^0.7.1",
16+
"@nuxt/fonts": "^0.7.2",
1717
"@nuxt/image": "1.7.0",
1818
"@nuxt/ui-pro": "^1.4.1",
1919
"@nuxthq/studio": "^2.0.3",
2020
"@nuxtjs/plausible": "^1.0.2",
21-
"@vueuse/core": "^10.11.1",
22-
"@vueuse/nuxt": "^10.11.1",
21+
"@vueuse/core": "^11.0.0",
22+
"@vueuse/nuxt": "^11.0.0",
2323
"nuxt": "^3.12.4",
2424
"nuxt-og-image": "^3.0.0-rc.64"
2525
},

docs/pnpm-lock.yaml

Lines changed: 145 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"type": "module",
4-
"packageManager": "[email protected].0",
4+
"packageManager": "[email protected].1",
55
"version": "0.5.0",
66
"scripts": {
77
"build": "pnpm run -r build",
@@ -22,13 +22,14 @@
2222
"@iconify-json/simple-icons": "^1.1.113",
2323
"@nuxt/eslint-config": "workspace:*",
2424
"@nuxt/eslint-plugin": "workspace:*",
25-
"@nuxt/test-utils": "^3.14.0",
25+
"@nuxt/test-utils": "^3.14.1",
2626
"@types/eslint": "^9.6.0",
27-
"@types/node": "^22.2.0",
28-
"bumpp": "^9.5.0",
27+
"@types/node": "^22.4.1",
28+
"bumpp": "^9.5.1",
2929
"eslint": "^9.9.0",
30+
"taze": "^0.16.6",
3031
"typescript": "^5.5.4",
3132
"vitest": "^2.0.5",
32-
"vue": "^3.4.37"
33+
"vue": "^3.4.38"
3334
}
3435
}

packages/eslint-config/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@
5454
"@eslint/js": "^9.9.0",
5555
"@nuxt/eslint-plugin": "workspace:*",
5656
"@rushstack/eslint-patch": "^1.10.4",
57-
"@stylistic/eslint-plugin": "^2.6.2",
58-
"@typescript-eslint/eslint-plugin": "^8.0.1",
59-
"@typescript-eslint/parser": "^8.0.1",
57+
"@stylistic/eslint-plugin": "^2.6.4",
58+
"@typescript-eslint/eslint-plugin": "^8.1.0",
59+
"@typescript-eslint/parser": "^8.1.0",
6060
"eslint-config-flat-gitignore": "^0.1.8",
6161
"eslint-flat-config-utils": "^0.3.0",
6262
"eslint-plugin-import-x": "^3.1.0",
63-
"eslint-plugin-jsdoc": "^48.11.0",
63+
"eslint-plugin-jsdoc": "^50.2.2",
6464
"eslint-plugin-regexp": "^2.6.0",
6565
"eslint-plugin-unicorn": "^55.0.0",
6666
"eslint-plugin-vue": "^9.27.0",

packages/eslint-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"eslint": "^8.57.0 || ^9.0.0"
3232
},
3333
"dependencies": {
34-
"@typescript-eslint/types": "^8.0.1",
35-
"@typescript-eslint/utils": "^8.0.1"
34+
"@typescript-eslint/types": "^8.1.0",
35+
"@typescript-eslint/utils": "^8.1.0"
3636
}
3737
}

packages/module/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,24 +48,24 @@
4848
}
4949
},
5050
"dependencies": {
51-
"@eslint/config-inspector": "^0.5.2",
51+
"@eslint/config-inspector": "^0.5.4",
5252
"@nuxt/devtools-kit": "^1.3.9",
5353
"@nuxt/eslint-config": "workspace:*",
5454
"@nuxt/eslint-plugin": "workspace:*",
5555
"@nuxt/kit": "^3.12.4",
5656
"chokidar": "^3.6.0",
5757
"eslint-flat-config-utils": "^0.3.0",
58-
"eslint-typegen": "^0.3.0",
58+
"eslint-typegen": "^0.3.1",
5959
"find-up": "^7.0.0",
6060
"get-port-please": "^3.1.2",
6161
"mlly": "^1.7.1",
6262
"pathe": "^1.1.2",
6363
"unimport": "^3.10.0"
6464
},
6565
"devDependencies": {
66-
"@nuxt/module-builder": "^0.8.1",
66+
"@nuxt/module-builder": "^0.8.3",
6767
"@nuxt/schema": "^3.12.4",
68-
"@typescript-eslint/scope-manager": "^8.0.1",
68+
"@typescript-eslint/scope-manager": "^8.1.0",
6969
"eslint-webpack-plugin": "^4.2.0",
7070
"nuxt": "^3.12.4",
7171
"vite-plugin-eslint2": "^4.4.0"

0 commit comments

Comments
 (0)