mirror of
https://github.com/wahyd4/badger.git
synced 2026-08-09 05:15:58 +10:00
Update nuxt (#6)
* Update nuxt * Update nuxt * Update package lock * Update package and lock * fix ui docker build
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
FROM node:12 as build
|
FROM node:18 as build
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|||||||
Generated
+11483
-29120
File diff suppressed because it is too large
Load Diff
+10
-10
@@ -10,12 +10,12 @@
|
|||||||
"test": "jest"
|
"test": "jest"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@nuxt/typescript-runtime": "^1.0.0",
|
"@nuxt/typescript-runtime": "^2.1.0",
|
||||||
"@nuxtjs/auth-next": "5.0.0-1643791578.532b3d6",
|
"@nuxtjs/auth-next": "5.0.0-1667386184.dfbbb54",
|
||||||
"@nuxtjs/axios": "^5.12.5",
|
"@nuxtjs/axios": "^5.12.5",
|
||||||
"@nuxtjs/pwa": "^3.0.0-beta.20",
|
"@nuxtjs/pwa": "^3.3.5",
|
||||||
"bootstrap": "^4.6.0",
|
"bootstrap": "^4.6.2",
|
||||||
"bootstrap-vue": "^2.21.2",
|
"bootstrap-vue": "^2.23.1",
|
||||||
"chart.js": "^2.9.4",
|
"chart.js": "^2.9.4",
|
||||||
"cookie-parser": "^1.4.5",
|
"cookie-parser": "^1.4.5",
|
||||||
"express-jwt": "^6.0.0",
|
"express-jwt": "^6.0.0",
|
||||||
@@ -23,18 +23,18 @@
|
|||||||
"lodash.get": "^4.4.2",
|
"lodash.get": "^4.4.2",
|
||||||
"moment": "^2.27.0",
|
"moment": "^2.27.0",
|
||||||
"nanoid": "^2.1.11",
|
"nanoid": "^2.1.11",
|
||||||
"nuxt": "^2.14.12",
|
"nuxt": "^2.15.8",
|
||||||
"vue-chartjs": "^3.5.1"
|
"vue-chartjs": "^3.5.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@nuxt/types": "^2.14.4",
|
"@nuxt/types": "^2.15.8",
|
||||||
"@nuxt/typescript-build": "^2.0.2",
|
"@nuxt/typescript-build": "^2.1.0",
|
||||||
"@vue/test-utils": "^1.0.3",
|
"@vue/test-utils": "^1.0.3",
|
||||||
"babel-core": "7.0.0-bridge.0",
|
"babel-core": "7.0.0-bridge.0",
|
||||||
"babel-jest": "^26.1.0",
|
"babel-jest": "^26.1.0",
|
||||||
"jest": "^26.1.0",
|
"jest": "^26.1.0",
|
||||||
"node-sass": "^4.14.1",
|
"node-sass": "^9.0.0",
|
||||||
"sass-loader": "^10.0.1",
|
"sass-loader": "^10.1.1",
|
||||||
"ts-jest": "^26.1.3",
|
"ts-jest": "^26.1.3",
|
||||||
"vue-jest": "^3.0.4"
|
"vue-jest": "^3.0.4"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user