chore(deps): update dependency @nuxt/eslint to v0.7.1
This commit is contained in:
Generated
+18
-18
@@ -32,7 +32,7 @@
|
||||
"@graphql-codegen/typescript-operations": "4.3.1",
|
||||
"@graphql-codegen/typescript-vue-apollo": "4.1.1",
|
||||
"@nuxt/devtools": "1.6.0",
|
||||
"@nuxt/eslint": "0.7.0",
|
||||
"@nuxt/eslint": "0.7.1",
|
||||
"@nuxtjs/eslint-module": "4.1.0",
|
||||
"@nuxtjs/i18n": "9.1.0",
|
||||
"@vue/test-utils": "2.4.6",
|
||||
@@ -4006,16 +4006,16 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@nuxt/eslint": {
|
||||
"version": "0.7.0",
|
||||
"resolved": "https://registry.npmjs.org/@nuxt/eslint/-/eslint-0.7.0.tgz",
|
||||
"integrity": "sha512-9yeQzWUCqqBv3KngFJknP4OXyKOd50ELAmMvIZ8PZrx9IZ5WDi9nRWd/dKHmcDmO0NsvGhxr0WochxxGzAXyYg==",
|
||||
"version": "0.7.1",
|
||||
"resolved": "https://registry.npmjs.org/@nuxt/eslint/-/eslint-0.7.1.tgz",
|
||||
"integrity": "sha512-UO7buQvhmiBArcuWrK1XFuC4drHxRgWxldwN1pvVKxKOeVhaomp4TlkOJAiyw2p3xIItQX4jV+SSVxnzoaF7UQ==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@eslint/config-inspector": "^0.5.6",
|
||||
"@nuxt/devtools-kit": "^1.6.0",
|
||||
"@nuxt/eslint-config": "0.7.0",
|
||||
"@nuxt/eslint-plugin": "0.7.0",
|
||||
"@nuxt/eslint-config": "0.7.1",
|
||||
"@nuxt/eslint-plugin": "0.7.1",
|
||||
"@nuxt/kit": "^3.14.159",
|
||||
"chokidar": "^4.0.1",
|
||||
"eslint-flat-config-utils": "^0.4.0",
|
||||
@@ -4041,19 +4041,19 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@nuxt/eslint-config": {
|
||||
"version": "0.7.0",
|
||||
"resolved": "https://registry.npmjs.org/@nuxt/eslint-config/-/eslint-config-0.7.0.tgz",
|
||||
"integrity": "sha512-HAQuyAAFqfLKevIXDlkm+hrts7LpZYofY5DcB1n1nWO8a83GJfgOLwLN1MnPFt4Y3oix/FiUDu9gws+yWOMYHA==",
|
||||
"version": "0.7.1",
|
||||
"resolved": "https://registry.npmjs.org/@nuxt/eslint-config/-/eslint-config-0.7.1.tgz",
|
||||
"integrity": "sha512-y0sO0+gle+FV7g4tKQgiB8PT2sTnpND63K/PmwU+VAucz4XTCbMlI2l0tCdfQCreXtFhskFKQrJ9dGcna5eakg==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@antfu/install-pkg": "^0.4.1",
|
||||
"@clack/prompts": "^0.8.1",
|
||||
"@eslint/js": "^9.14.0",
|
||||
"@nuxt/eslint-plugin": "0.7.0",
|
||||
"@eslint/js": "^9.15.0",
|
||||
"@nuxt/eslint-plugin": "0.7.1",
|
||||
"@stylistic/eslint-plugin": "^2.10.1",
|
||||
"@typescript-eslint/eslint-plugin": "^8.14.0",
|
||||
"@typescript-eslint/parser": "^8.14.0",
|
||||
"@typescript-eslint/eslint-plugin": "^8.15.0",
|
||||
"@typescript-eslint/parser": "^8.15.0",
|
||||
"eslint-config-flat-gitignore": "0.2.0",
|
||||
"eslint-flat-config-utils": "^0.4.0",
|
||||
"eslint-merge-processors": "^0.1.0",
|
||||
@@ -4091,14 +4091,14 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@nuxt/eslint-plugin": {
|
||||
"version": "0.7.0",
|
||||
"resolved": "https://registry.npmjs.org/@nuxt/eslint-plugin/-/eslint-plugin-0.7.0.tgz",
|
||||
"integrity": "sha512-mwQRPlXaMVNC0B1lt7HhTvGlOy2jG43dZkcyGsACAEPGMv2QOhmcG146Zsq94iWeXlX2VFKsDFmR1mgS1OnB4Q==",
|
||||
"version": "0.7.1",
|
||||
"resolved": "https://registry.npmjs.org/@nuxt/eslint-plugin/-/eslint-plugin-0.7.1.tgz",
|
||||
"integrity": "sha512-/COfuye/C6PBlsKq1u9gZXN4recYe9bcmgNVPNnc8cSs55iilS1vPg7uBXG/nANzwdrngJ9j7hMP1PUKOiRiEg==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@typescript-eslint/types": "^8.14.0",
|
||||
"@typescript-eslint/utils": "^8.14.0"
|
||||
"@typescript-eslint/types": "^8.15.0",
|
||||
"@typescript-eslint/utils": "^8.15.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"eslint": "^8.57.0 || ^9.0.0"
|
||||
|
||||
+1
-1
@@ -24,7 +24,7 @@
|
||||
"@graphql-codegen/typescript-operations": "4.3.1",
|
||||
"@graphql-codegen/typescript-vue-apollo": "4.1.1",
|
||||
"@nuxt/devtools": "1.6.0",
|
||||
"@nuxt/eslint": "0.7.0",
|
||||
"@nuxt/eslint": "0.7.1",
|
||||
"@nuxtjs/eslint-module": "4.1.0",
|
||||
"@nuxtjs/i18n": "9.1.0",
|
||||
"@vue/test-utils": "2.4.6",
|
||||
|
||||
Reference in New Issue
Block a user