Updated packages

This commit is contained in:
Stefan Zermatten
2022-11-04 12:34:22 +02:00
parent 21b0029df7
commit a462cc5ca2
2 changed files with 111 additions and 367 deletions

View File

@@ -19,11 +19,11 @@
"npm": "6.13.x"
},
"dependencies": {
"@babel/runtime": "^7.19.4",
"@babel/runtime": "^7.20.1",
"@chenfengyuan/vue-countdown": "^1.1.5",
"@tozd/vue-observer-utils": "^0.5.0",
"animejs": "^2.2.0",
"aws-sdk": "^2.1234.0",
"aws-sdk": "^2.1247.0",
"bcrypt": "^5.1.0",
"chroma-js": "^2.4.2",
"core-js": "^2.6.11",
@@ -35,7 +35,7 @@
"ignore": "^5.2.0",
"ignore-styles": "^5.0.1",
"lodash": "^4.17.20",
"marked": "^4.1.1",
"marked": "^4.2.1",
"meteor-node-stubs": "^1.2.5",
"minify-css-string": "^1.0.0",
"moo": "^0.5.2",
@@ -56,20 +56,20 @@
"vue-reactive-provide": "^0.3.0",
"vue-router": "^3.6.5",
"vuedraggable": "^2.23.2",
"vuetify": "^2.6.11",
"vuetify": "^2.6.12",
"vuetify-upload-button": "^2.0.2",
"vuex": "^3.1.3"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"@vue/compiler-dom": "^3.2.41",
"chai": "^4.3.6",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^7.20.0",
"eslint-plugin-vuetify": "^1.1.0",
"mem": "^6.1.1",
"sass": "^1.55.0",
"sass": "^1.56.0",
"typescript": "^4.8.4"
},
"eslintConfig": {
@@ -124,4 +124,4 @@
"vuetify/no-deprecated-classes": "error"
}
}
}
}