mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
update deps
This commit is contained in:
parent
131ac08933
commit
c27ba2cb89
2 changed files with 596 additions and 539 deletions
50
package.json
50
package.json
|
@ -33,19 +33,19 @@
|
|||
"axios": "^0.20.0",
|
||||
"bcryptjs": "^2.4.3",
|
||||
"body-parser": "^1.18.3",
|
||||
"config": "^3.3.1",
|
||||
"config": "^3.3.2",
|
||||
"consola": "^2.15.0",
|
||||
"cookie-parser": "^1.4.5",
|
||||
"cors": "^2.8.5",
|
||||
"cross-env": "^7.0.2",
|
||||
"date-fns": "^2.16.0",
|
||||
"dayjs": "^1.8.34",
|
||||
"dompurify": "^2.0.13",
|
||||
"email-templates": "^7.1.0",
|
||||
"date-fns": "^2.16.1",
|
||||
"dayjs": "^1.9.1",
|
||||
"dompurify": "^2.1.1",
|
||||
"email-templates": "^7.1.1",
|
||||
"express": "^4.17.1",
|
||||
"express-oauth-server": "^2.0.0",
|
||||
"http-signature": "^1.3.4",
|
||||
"ics": "^2.24.0",
|
||||
"http-signature": "^1.3.5",
|
||||
"ics": "^2.25.0",
|
||||
"inquirer": "^7.3.3",
|
||||
"jsdom": "^16.4.0",
|
||||
"jsonwebtoken": "^8.5.1",
|
||||
|
@ -56,50 +56,50 @@
|
|||
"moment-timezone": "^0.5.31",
|
||||
"morgan": "^1.10.0",
|
||||
"multer": "^1.4.2",
|
||||
"nuxt": "^2.14.4",
|
||||
"nuxt": "^2.14.6",
|
||||
"nuxt-express-module": "^0.0.11",
|
||||
"pg": "^8.3.3",
|
||||
"sequelize": "^6.3.4",
|
||||
"pg": "^8.4.0",
|
||||
"sequelize": "^6.3.5",
|
||||
"sequelize-cli": "^6.2.0",
|
||||
"sharp": "^0.26.0",
|
||||
"sharp": "^0.26.1",
|
||||
"sqlite3": "^5.0.0",
|
||||
"tiptap": "^1.29.6",
|
||||
"tiptap-extensions": "^1.32.5",
|
||||
"tiptap": "^1.30.0",
|
||||
"tiptap-extensions": "^1.33.1",
|
||||
"to-ico": "^1.1.5",
|
||||
"url": "^0.11.0",
|
||||
"v-calendar": "^1.0.8",
|
||||
"vue-clipboard2": "^0.3.1",
|
||||
"vue-i18n": "^8.21.0",
|
||||
"yargs": "^15.4.1"
|
||||
"vue-i18n": "^8.21.1",
|
||||
"yargs": "^16.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@mdi/font": "^5.5.55",
|
||||
"@mdi/font": "^5.6.55",
|
||||
"@nuxtjs/eslint-config": "^3.1.0",
|
||||
"@nuxtjs/vuetify": "^1.11.2",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"eslint": "^7.7.0",
|
||||
"eslint-config-prettier": "^6.11.0",
|
||||
"eslint": "^7.10.0",
|
||||
"eslint-config-prettier": "^6.12.0",
|
||||
"eslint-config-standard": ">=14.1.1",
|
||||
"eslint-loader": "^4.0.2",
|
||||
"eslint-plugin-import": "^2.22.0",
|
||||
"eslint-plugin-import": "^2.22.1",
|
||||
"eslint-plugin-node": ">=11.1.0",
|
||||
"eslint-plugin-nuxt": "^1.0.0",
|
||||
"eslint-plugin-prettier": "^3.1.4",
|
||||
"eslint-plugin-promise": ">=4.0.1",
|
||||
"eslint-plugin-standard": ">=4.0.1",
|
||||
"eslint-plugin-vue": "^6.2.2",
|
||||
"less-loader": "^7.0.0",
|
||||
"eslint-plugin-vue": "^7.0.1",
|
||||
"less-loader": "^7.0.1",
|
||||
"nodemon": "^2.0.4",
|
||||
"prettier": "^2.1.1",
|
||||
"prettier": "^2.1.2",
|
||||
"pug-plain-loader": "^1.0.0",
|
||||
"sass": "^1.19.0",
|
||||
"sass-loader": "^10.0.1",
|
||||
"sass": "^1.26.11",
|
||||
"sass-loader": "^10.0.2",
|
||||
"vue-cli-plugin-vuetify": "~2.0.7",
|
||||
"vuetify-loader": "^1.3.0",
|
||||
"webpack-cli": "^3.3.12"
|
||||
},
|
||||
"resolutions": {
|
||||
"prosemirror-model": "1.11.0"
|
||||
"prosemirror-model": "1.11.2"
|
||||
},
|
||||
"bin": {
|
||||
"gancio": "server/cli.js"
|
||||
|
|
Loading…
Reference in a new issue