Update nuxt (#6)

* Update nuxt

* Update nuxt

* Update package lock

* Update package and lock

* fix ui docker build
This commit is contained in:
2024-01-12 17:11:39 +11:00
committed by GitHub
parent fe0f9db053
commit a22531e16d
3 changed files with 11494 additions and 29131 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:12 as build
FROM node:18 as build
WORKDIR /app
+11483 -29120
View File
File diff suppressed because it is too large Load Diff
+10 -10
View File
@@ -10,12 +10,12 @@
"test": "jest"
},
"dependencies": {
"@nuxt/typescript-runtime": "^1.0.0",
"@nuxtjs/auth-next": "5.0.0-1643791578.532b3d6",
"@nuxt/typescript-runtime": "^2.1.0",
"@nuxtjs/auth-next": "5.0.0-1667386184.dfbbb54",
"@nuxtjs/axios": "^5.12.5",
"@nuxtjs/pwa": "^3.0.0-beta.20",
"bootstrap": "^4.6.0",
"bootstrap-vue": "^2.21.2",
"@nuxtjs/pwa": "^3.3.5",
"bootstrap": "^4.6.2",
"bootstrap-vue": "^2.23.1",
"chart.js": "^2.9.4",
"cookie-parser": "^1.4.5",
"express-jwt": "^6.0.0",
@@ -23,18 +23,18 @@
"lodash.get": "^4.4.2",
"moment": "^2.27.0",
"nanoid": "^2.1.11",
"nuxt": "^2.14.12",
"nuxt": "^2.15.8",
"vue-chartjs": "^3.5.1"
},
"devDependencies": {
"@nuxt/types": "^2.14.4",
"@nuxt/typescript-build": "^2.0.2",
"@nuxt/types": "^2.15.8",
"@nuxt/typescript-build": "^2.1.0",
"@vue/test-utils": "^1.0.3",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^26.1.0",
"jest": "^26.1.0",
"node-sass": "^4.14.1",
"sass-loader": "^10.0.1",
"node-sass": "^9.0.0",
"sass-loader": "^10.1.1",
"ts-jest": "^26.1.3",
"vue-jest": "^3.0.4"
}