Slot fill fields given to all lib nodes

This commit is contained in:
Stefan Zermatten
2023-03-31 12:21:30 +02:00
parent 25e053c473
commit 8e610c2cd8
7 changed files with 336 additions and 133 deletions

View File

@@ -20,28 +20,28 @@
"npm": "6.13.x"
},
"dependencies": {
"@babel/runtime": "^7.20.6",
"@babel/runtime": "^7.21.0",
"@chenfengyuan/vue-countdown": "^1.1.5",
"@tozd/vue-observer-utils": "^0.5.0",
"aws-sdk": "^2.1262.0",
"aws-sdk": "^2.1326.0",
"bcrypt": "^5.1.0",
"chroma-js": "^2.4.2",
"css-box-shadow": "^1.0.0-3",
"date-fns": "^1.30.1",
"ddp-rate-limiter-mixin": "^1.1.10",
"discord.js": "^12.5.3",
"dompurify": "^2.4.1",
"ignore": "^5.2.1",
"dompurify": "^2.4.5",
"ignore": "^5.2.4",
"ignore-styles": "^5.0.1",
"lodash": "^4.17.20",
"marked": "^4.2.3",
"marked": "^4.2.12",
"meteor-node-stubs": "^1.2.5",
"minify-css-string": "^1.0.0",
"moo": "^0.5.2",
"nearley": "^2.19.1",
"ngraph.graph": "^19.1.0",
"ngraph.path": "^1.4.0",
"pretty-bytes": "^6.0.0",
"pretty-bytes": "^6.1.0",
"qrcode.vue": "^1.7.0",
"request": "^2.88.2",
"sharp": "^0.30.7",
@@ -53,19 +53,20 @@
"vue-reactive-provide": "^0.3.0",
"vue-router": "^3.6.5",
"vuedraggable": "^2.23.2",
"vuetify": "^2.6.12",
"vuetify": "^2.6.14",
"vuetify-upload-button": "^2.0.2",
"vuex": "^3.1.3"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"@vue/compiler-dom": "^3.2.45",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"@vue/compiler-dom": "^3.2.47",
"@vue/runtime-dom": "^3.2.47",
"chai": "^4.3.7",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^7.20.0",
"eslint-plugin-vuetify": "^1.1.0",
"typescript": "^4.9.3"
"typescript": "^4.9.5"
},
"eslintConfig": {
"extends": [
@@ -118,4 +119,4 @@
]
}
}
}
}