Browse Source

Update frontend dependencies

pull/2379/head
Hironsan 1 month ago
parent
commit
decd404377
3 changed files with 2842 additions and 3742 deletions
  1. 2
      docker/Dockerfile
  2. 11
      frontend/package.json
  3. 6571
      frontend/yarn.lock

2
docker/Dockerfile

@ -1,5 +1,5 @@
ARG PYTHON_VERSION="3.8.13-slim-bullseye"
ARG NODE_VERSION="16.16-bullseye-slim"
ARG NODE_VERSION="18.20-bullseye-slim"
FROM node:${NODE_VERSION} AS frontend-builder
COPY frontend/ /frontend/

11
frontend/package.json

@ -22,7 +22,6 @@
"@nuxt/webpack": "^2.16.0",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/composition-api": "^0.33.1",
"@nuxtjs/i18n": "^7.3.1",
"@nuxtjs/proxy": "^2.1.0",
"@nuxtjs/vuetify": "^1.*",
"@toast-ui/vue-editor": "^2.5.3",
@ -89,15 +88,12 @@
"eslint-plugin-nuxt": "^2.0.0",
"eslint-plugin-promise": "5.1.0",
"eslint-plugin-vue": "^7.14.0",
"jest": "^27.0.6",
"jest-transform-stub": "^2.0.0",
"nodemon": "^2.0.12",
"prettier": "^2.3.2",
"raw-loader": "^4.0.2",
"stylus": "^0.54.8",
"stylus-loader": "^4.3.3",
"typescript": "^4.3.5",
"vue-jest": "^3.0.7"
"typescript": "^4.3.5"
},
"resolutions": {
"node-fetch": "^2.6.7",
@ -105,6 +101,9 @@
"highlight.js": "^10.4.1",
"markdown-it": "^12.3.2",
"watchpack": "^1.7.5",
"minimist": "npm:minimist-lite@2.2.0"
"minimist": "npm:minimist-lite@2.2.0",
"nuxt-i18n/@babel/traverse": "^7.23.2",
"@nuxtjs/eslint-config/**/@babel/traverse": "^7.23.2",
"@nuxtjs/eslint-config-typescript/**/@babel/traverse": "^7.23.2"
}
}

6571
frontend/yarn.lock
File diff suppressed because it is too large
View File

Loading…
Cancel
Save