mirror of
https://github.com/kou029w/hasura-rest-hands-on.git
synced 2025-01-30 22:08:00 +00:00
update deps
This commit is contained in:
parent
d25bf62cab
commit
6be3ae88f3
3 changed files with 530 additions and 842 deletions
|
@ -7,10 +7,10 @@
|
||||||
"build": "vite build"
|
"build": "vite build"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@vitejs/plugin-vue": "^5.0.0",
|
"@vitejs/plugin-vue": "^5.2.1",
|
||||||
"@vueup/vue-quill": "^1.1.0",
|
"@vueup/vue-quill": "^1.2.0",
|
||||||
"@vueuse/core": "^12.0.0",
|
"@vueuse/core": "^12.5.0",
|
||||||
"vite": "^6.0.0",
|
"vite": "^6.0.11",
|
||||||
"vue": "^3.2.47"
|
"vue": "^3.5.13"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
1356
package-lock.json
generated
1356
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -9,9 +9,9 @@
|
||||||
"build": "esbuild src/*.js --outdir=theme --platform=browser --bundle --minify && npm --workspaces run build"
|
"build": "esbuild src/*.js --outdir=theme --platform=browser --bundle --minify && npm --workspaces run build"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"esbuild": "^0.24.0",
|
"esbuild": "^0.24.2",
|
||||||
"highlight.js": "^11.7.0",
|
"highlight.js": "^11.11.1",
|
||||||
"highlightjs-graphql": "^1.0.2",
|
"highlightjs-graphql": "^1.0.2",
|
||||||
"prettier": "^3.0.0"
|
"prettier": "^3.4.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue