mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
downgrade nuxt-edge release and specify node engine #168
This commit is contained in:
parent
642c1adc46
commit
3a67b0391d
2 changed files with 804 additions and 786 deletions
|
@ -27,6 +27,9 @@
|
||||||
".nuxt/",
|
".nuxt/",
|
||||||
"yarn.lock"
|
"yarn.lock"
|
||||||
],
|
],
|
||||||
|
"engines": {
|
||||||
|
"node": ">=12 <=16"
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@mdi/js": "^6.7.96",
|
"@mdi/js": "^6.7.96",
|
||||||
"@nuxtjs/auth": "^4.9.1",
|
"@nuxtjs/auth": "^4.9.1",
|
||||||
|
@ -56,7 +59,7 @@
|
||||||
"minify-css-string": "^1.0.0",
|
"minify-css-string": "^1.0.0",
|
||||||
"mkdirp": "^1.0.4",
|
"mkdirp": "^1.0.4",
|
||||||
"multer": "^1.4.5-lts.1",
|
"multer": "^1.4.5-lts.1",
|
||||||
"nuxt-edge": "^2.16.0-27604820.123206cb",
|
"nuxt-edge": "2.16.0-27358576.777a4b7f",
|
||||||
"pg": "^8.6.0",
|
"pg": "^8.6.0",
|
||||||
"sequelize": "^6.21.1",
|
"sequelize": "^6.21.1",
|
||||||
"sequelize-slugify": "^1.6.1",
|
"sequelize-slugify": "^1.6.1",
|
||||||
|
|
Loading…
Reference in a new issue