mirror of
https://github.com/kou029w/hasura-rest-hands-on.git
synced 2025-01-31 14:28:09 +00:00
Compare commits
2 commits
db80e68ff2
...
6be3ae88f3
Author | SHA1 | Date | |
---|---|---|---|
6be3ae88f3 | |||
d25bf62cab |
4 changed files with 537 additions and 844 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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,9 @@
|
||||||
{
|
{
|
||||||
"extends": ["config:base", "config:semverAllMonthly"],
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"automerge": true
|
"extends": [
|
||||||
|
"config:best-practices",
|
||||||
|
"schedule:monthly",
|
||||||
|
":automergeAll",
|
||||||
|
":automergeBranch"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue