Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed May 17, 2024
1 parent 4f74f49 commit d7ef49c
Show file tree
Hide file tree
Showing 9 changed files with 402 additions and 269 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@nuxt/fonts": "^0.7.0",
"@nuxt/image": "1.4.0",
"@nuxt/ui-pro": "^1.2.0",
"@nuxthq/studio": "^1.0.15",
"@nuxthq/studio": "^1.1.0",
"@nuxtjs/plausible": "^1.0.0",
"@vueuse/core": "^10.9.0",
"@vueuse/nuxt": "^10.9.0",
Expand Down
39 changes: 29 additions & 10 deletions docs/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"type": "module",
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"version": "0.3.12",
"scripts": {
"build": "pnpm run -r build",
Expand All @@ -20,9 +20,9 @@
"devDependencies": {
"@nuxt/eslint-config": "workspace:*",
"@nuxt/eslint-plugin": "workspace:*",
"@nuxt/test-utils": "^3.12.1",
"@nuxt/test-utils": "^3.13.0",
"@types/eslint": "^8.56.10",
"@types/node": "^20.12.11",
"@types/node": "^20.12.12",
"bumpp": "^9.4.1",
"eslint": "^9.2.0",
"typescript": "^5.4.5",
Expand Down
4 changes: 2 additions & 2 deletions packages-legacy/nuxt2-eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
],
"dependencies": {
"@nuxtjs/eslint-config": "^12.0.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-vue": "^9.26.0"
Expand Down
2 changes: 1 addition & 1 deletion packages-legacy/nuxt2-eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.5.1",
"eslint-plugin-n": "^17.7.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-unicorn": "^52.0.0",
"eslint-plugin-vue": "^9.26.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,17 @@
"dependencies": {
"@eslint/js": "^9.2.0",
"@nuxt/eslint-plugin": "workspace:*",
"@rushstack/eslint-patch": "^1.10.2",
"@rushstack/eslint-patch": "^1.10.3",
"@stylistic/eslint-plugin": "^2.1.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"eslint-config-flat-gitignore": "^0.1.5",
"eslint-flat-config-utils": "^0.2.4",
"eslint-plugin-import-x": "^0.5.0",
"eslint-plugin-jsdoc": "^48.2.3",
"eslint-plugin-unicorn": "^52.0.0",
"eslint-plugin-jsdoc": "^48.2.5",
"eslint-plugin-unicorn": "^53.0.0",
"eslint-plugin-vue": "^9.26.0",
"globals": "^15.1.0",
"globals": "^15.2.0",
"pathe": "^1.1.2",
"tslib": "^2.6.2",
"vue-eslint-parser": "^9.4.2"
Expand Down
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": "^7.8.0",
"@typescript-eslint/utils": "^7.8.0"
"@typescript-eslint/types": "^7.9.0",
"@typescript-eslint/utils": "^7.9.0"
}
}
4 changes: 2 additions & 2 deletions packages/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"dependencies": {
"@eslint/config-inspector": "^0.4.8",
"@nuxt/devtools-kit": "^1.2.0",
"@nuxt/devtools-kit": "^1.3.1",
"@nuxt/eslint-config": "workspace:*",
"@nuxt/eslint-plugin": "workspace:*",
"@nuxt/kit": "^3.11.2",
Expand All @@ -65,7 +65,7 @@
"devDependencies": {
"@nuxt/module-builder": "^0.6.0",
"@nuxt/schema": "^3.11.2",
"@typescript-eslint/scope-manager": "^7.8.0",
"@typescript-eslint/scope-manager": "^7.9.0",
"eslint-webpack-plugin": "^4.1.0",
"nuxt": "^3.11.2",
"vite-plugin-eslint2": "^4.4.0"
Expand Down
Loading

0 comments on commit d7ef49c

Please sign in to comment.