1
0
Fork 0
mirror of https://github.com/Luzifer/mondash.git synced 2024-11-09 08:00:04 +00:00

npm update / audit fix / bundle update

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2020-08-02 02:07:50 +02:00
parent 10be3d1f33
commit a54a033f29
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E
3 changed files with 15007 additions and 10938 deletions

23000
assets.go

File diff suppressed because it is too large Load diff

2913
src/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -2,28 +2,28 @@
"author": "",
"description": "",
"devDependencies": {
"axios": "^0.19.0",
"axios": "^0.19.2",
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.2",
"babel-eslint": "^10.1.0",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"bootstrap": "^4.3.1",
"bootstrap-vue": "^2.0.0-rc.20",
"bootswatch": "^4.3.1",
"css-loader": "^1.0.0",
"eslint": "^6.1.0",
"bootstrap": "^4.5.0",
"bootstrap-vue": "^2.16.0",
"bootswatch": "^4.5.0",
"css-loader": "^1.0.1",
"eslint": "^6.8.0",
"eslint-plugin-vue": "^5.2.3",
"moment": "^2.24.0",
"moment": "^2.27.0",
"node-sass": "^4.14.1",
"sass-loader": "^7.0.3",
"sass-loader": "^7.3.1",
"style-loader": "^0.21.0",
"vue": "^2.6.10",
"vue-loader": "^15.7.0",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.11",
"vue": "^2.6.11",
"vue-loader": "^15.9.3",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-middleware": "^1.4.0",
"webpack-hot-middleware": "^2.9.1"
"webpack-hot-middleware": "^2.25.0"
},
"license": "ISC",
"name": "mondash",
@ -33,6 +33,6 @@
},
"version": "0.0.1",
"dependencies": {
"chartist": "^0.11.0"
"chartist": "^0.11.4"
}
}