1
0
Fork 0
mirror of https://github.com/kou029w/hasura-rest-hands-on.git synced 2025-04-18 10:19:37 +00:00

chore(deps): update dependency prettier to v3.5.3

This commit is contained in:
renovate[bot] 2025-04-01 23:01:43 +00:00 committed by GitHub
parent ef55deb232
commit 8dc9d337d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View file

@ -14,7 +14,7 @@
"esbuild": "0.25.2", "esbuild": "0.25.2",
"highlight.js": "11.11.1", "highlight.js": "11.11.1",
"highlightjs-graphql": "1.0.2", "highlightjs-graphql": "1.0.2",
"prettier": "3.4.2" "prettier": "3.5.3"
} }
}, },
"frontend": { "frontend": {
@ -24,7 +24,7 @@
"@vitejs/plugin-vue": "^5.2.1", "@vitejs/plugin-vue": "^5.2.1",
"@vueup/vue-quill": "^1.2.0", "@vueup/vue-quill": "^1.2.0",
"@vueuse/core": "^12.5.0", "@vueuse/core": "^12.5.0",
"vite": "^6.2.4", "vite": "^6.0.11",
"vue": "^3.5.13" "vue": "^3.5.13"
} }
}, },
@ -1451,9 +1451,9 @@
} }
}, },
"node_modules/prettier": { "node_modules/prettier": {
"version": "3.4.2", "version": "3.5.3",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.2.tgz", "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.3.tgz",
"integrity": "sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==", "integrity": "sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"bin": { "bin": {

View file

@ -12,6 +12,6 @@
"esbuild": "0.25.2", "esbuild": "0.25.2",
"highlight.js": "11.11.1", "highlight.js": "11.11.1",
"highlightjs-graphql": "1.0.2", "highlightjs-graphql": "1.0.2",
"prettier": "3.4.2" "prettier": "3.5.3"
} }
} }