fixing build
All checks were successful
Build and push image / deploy (push) Successful in 26m40s

This commit is contained in:
Peter Dwyer
2023-08-29 10:56:58 +01:00
parent df0caf709e
commit a7206bb7f8
3 changed files with 207 additions and 115 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"scripts": {
"serve": "webpack-dev-server --config webpack.dev.js",
@@ -18,7 +18,7 @@
"pdfvuer": "^2.0.1",
"reveal.js": "^4.3.1",
"timeago.js": "^4.0.2",
"vue": "^3.2.13",
"vue": "^3.2.26",
"vue-router": "^4.0.3",
"vue-toast-notification": "3.0",
"vuejs-paginate-next": "^1.0.2",
@@ -37,12 +37,12 @@
"eslint-plugin-vue": "^8.0.3",
"jshint": "^2.13.5",
"mini-css-extract-plugin": "^2.6.1",
"terser-webpack-plugin": "^5.3.6",
"webpack-bundle-analyzer": "^4.6.1",
"webpack-cli": "^4.10.0",
"webpack-bundle-tracker": "^1.6.0",
"style-loader": "^3.3.1",
"vue-loader": "^17.0.0"
"terser-webpack-plugin": "^5.3.6",
"vue-loader": "^17.0.0",
"webpack-bundle-analyzer": "^4.6.1",
"webpack-bundle-tracker": "^1.6.0",
"webpack-cli": "^4.10.0"
},
"eslintConfig": {
"root": true,