chore(deps): update dependency @nuxt/devtools to v3.2.2 (#120)
schemas-app / build (push) Successful in 1m54s
schemas-app / deploy-prod (push) Successful in 1m35s

This commit was merged in pull request #120.
This commit is contained in:
2026-02-25 02:17:00 +00:00
parent bae13601cc
commit d1def88890
2 changed files with 43 additions and 44 deletions
+42 -43
View File
@@ -28,7 +28,7 @@
"@graphql-codegen/typescript": "5.0.8",
"@graphql-codegen/typescript-operations": "5.0.8",
"@graphql-codegen/typescript-vue-apollo": "4.1.2",
"@nuxt/devtools": "3.2.1",
"@nuxt/devtools": "3.2.2",
"@nuxt/eslint": "1.15.2",
"@nuxtjs/eslint-module": "4.1.0",
"@nuxtjs/stylelint-module": "5.2.1",
@@ -4812,13 +4812,13 @@
"license": "MIT"
},
"node_modules/@nuxt/devtools": {
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/@nuxt/devtools/-/devtools-3.2.1.tgz",
"integrity": "sha512-cujObmksivcE1AQJUKigJtybQ5FvnsfPIDWoepC8Tx+Nq57WFy1xM0qX4rPesRFvTxn7O6RaYQeXOh7U8a1WKQ==",
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/@nuxt/devtools/-/devtools-3.2.2.tgz",
"integrity": "sha512-b6roSuKed5XMg09oWejXb4bRG+iYPDFRHEP2HpAfwpFWgAhpiQIAdrdjZNt4f/pzbfhDqb1R5TSa1KmztOuMKw==",
"license": "MIT",
"dependencies": {
"@nuxt/devtools-kit": "3.2.1",
"@nuxt/devtools-wizard": "3.2.1",
"@nuxt/devtools-kit": "3.2.2",
"@nuxt/devtools-wizard": "3.2.2",
"@nuxt/kit": "^4.3.1",
"@vue/devtools-core": "^8.0.6",
"@vue/devtools-kit": "^8.0.6",
@@ -4832,7 +4832,7 @@
"hookable": "^6.0.1",
"image-meta": "^0.2.2",
"is-installed-globally": "^1.0.0",
"launch-editor": "^2.12.0",
"launch-editor": "^2.13.0",
"local-pkg": "^1.1.2",
"magicast": "^0.5.2",
"nypm": "^0.6.5",
@@ -4841,7 +4841,7 @@
"perfect-debounce": "^2.1.0",
"pkg-types": "^2.3.0",
"semver": "^7.7.4",
"simple-git": "^3.30.0",
"simple-git": "^3.32.2",
"sirv": "^3.0.2",
"structured-clone-es": "^1.0.0",
"tinyglobby": "^0.2.15",
@@ -4864,9 +4864,9 @@
}
},
"node_modules/@nuxt/devtools-kit": {
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/@nuxt/devtools-kit/-/devtools-kit-3.2.1.tgz",
"integrity": "sha512-lwCtTgqH2izU/d+mAmddnPG3mBaia9BsknxYkMFAPbxtph/ex5tPkmQjKACPQU5q4Tl5bTgWgZWo9pa3oz4LMQ==",
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/@nuxt/devtools-kit/-/devtools-kit-3.2.2.tgz",
"integrity": "sha512-07E1phqoVPNlexlkrYuOMPhTzLIRjcl9iEqyc/vZLH2zWeH/T1X3v+RLTVW5Oio40f/XBp9yQuyihmX34ddjgQ==",
"license": "MIT",
"dependencies": {
"@nuxt/kit": "^4.3.1",
@@ -4877,24 +4877,45 @@
}
},
"node_modules/@nuxt/devtools-wizard": {
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/@nuxt/devtools-wizard/-/devtools-wizard-3.2.1.tgz",
"integrity": "sha512-NKUg54cLQSDeBWaNwAPkVIpwXtd1CrxLr0inl9Z7OdLwsidqMrncNObO6K3HgV0PEdAcqY4IwE2hkON2dlRLYw==",
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/@nuxt/devtools-wizard/-/devtools-wizard-3.2.2.tgz",
"integrity": "sha512-FaKV3xZF+Sj2ORxJNWTUalnEV8cpXW2rkg60KzQd7LryEHgUdFMuY/oTSVh9YmURqSzwVlfYd1Su56yi02pxlA==",
"license": "MIT",
"dependencies": {
"@clack/prompts": "^1.0.1",
"consola": "^3.4.2",
"diff": "^8.0.3",
"execa": "^8.0.1",
"magicast": "^0.5.2",
"pathe": "^2.0.3",
"pkg-types": "^2.3.0",
"prompts": "^2.4.2",
"semver": "^7.7.4"
},
"bin": {
"devtools-wizard": "cli.mjs"
}
},
"node_modules/@nuxt/devtools-wizard/node_modules/@clack/core": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@clack/core/-/core-1.0.1.tgz",
"integrity": "sha512-WKeyK3NOBwDOzagPR5H08rFk9D/WuN705yEbuZvKqlkmoLM2woKtXb10OO2k1NoSU4SFG947i2/SCYh+2u5e4g==",
"license": "MIT",
"dependencies": {
"picocolors": "^1.0.0",
"sisteransi": "^1.0.5"
}
},
"node_modules/@nuxt/devtools-wizard/node_modules/@clack/prompts": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@clack/prompts/-/prompts-1.0.1.tgz",
"integrity": "sha512-/42G73JkuYdyWZ6m8d/CJtBrGl1Hegyc7Fy78m5Ob+jF85TOUmLR5XLce/U3LxYAw0kJ8CT5aI99RIvPHcGp/Q==",
"license": "MIT",
"dependencies": {
"@clack/core": "1.0.1",
"picocolors": "^1.0.0",
"sisteransi": "^1.0.5"
}
},
"node_modules/@nuxt/devtools/node_modules/birpc": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/birpc/-/birpc-4.0.0.tgz",
@@ -15199,15 +15220,6 @@
"node": ">=0.10.0"
}
},
"node_modules/kleur": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz",
"integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==",
"license": "MIT",
"engines": {
"node": ">=6"
}
},
"node_modules/klona": {
"version": "2.0.6",
"resolved": "https://registry.npmjs.org/klona/-/klona-2.0.6.tgz",
@@ -15231,9 +15243,9 @@
"license": "MIT"
},
"node_modules/launch-editor": {
"version": "2.12.0",
"resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.12.0.tgz",
"integrity": "sha512-giOHXoOtifjdHqUamwKq6c49GzBdLjvxrd2D+Q4V6uOHopJv7p9VJxikDsQ/CBXZbEITgUqSVHXLTG3VhPP1Dg==",
"version": "2.13.0",
"resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.13.0.tgz",
"integrity": "sha512-u+9asUHMJ99lA15VRMXw5XKfySFR9dGXwgsgS14YTbUq3GITP58mIM32At90P5fZ+MUId5Yw+IwI/yKub7jnCQ==",
"license": "MIT",
"dependencies": {
"picocolors": "^1.1.1",
@@ -17723,19 +17735,6 @@
"asap": "~2.0.3"
}
},
"node_modules/prompts": {
"version": "2.4.2",
"resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
"integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",
"license": "MIT",
"dependencies": {
"kleur": "^3.0.3",
"sisteransi": "^1.0.5"
},
"engines": {
"node": ">= 6"
}
},
"node_modules/prop-types": {
"version": "15.8.1",
"resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",
@@ -18530,9 +18529,9 @@
"license": "BSD-3-Clause"
},
"node_modules/simple-git": {
"version": "3.30.0",
"resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.30.0.tgz",
"integrity": "sha512-q6lxyDsCmEal/MEGhP1aVyQ3oxnagGlBDOVSIB4XUVLl1iZh0Pah6ebC9V4xBap/RfgP2WlI8EKs0WS0rMEJHg==",
"version": "3.32.2",
"resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.32.2.tgz",
"integrity": "sha512-n/jhNmvYh8dwyfR6idSfpXrFazuyd57jwNMzgjGnKZV/1lTh0HKvPq20v4AQ62rP+l19bWjjXPTCdGHMt0AdrQ==",
"license": "MIT",
"dependencies": {
"@kwsites/file-exists": "^1.1.1",
+1 -1
View File
@@ -42,7 +42,7 @@
"@graphql-codegen/typescript": "5.0.8",
"@graphql-codegen/typescript-operations": "5.0.8",
"@graphql-codegen/typescript-vue-apollo": "4.1.2",
"@nuxt/devtools": "3.2.1",
"@nuxt/devtools": "3.2.2",
"@nuxt/eslint": "1.15.2",
"@nuxtjs/eslint-module": "4.1.0",
"@nuxtjs/stylelint-module": "5.2.1",