1
0
mirror of https://github.com/Decicus/DecAPI-Docs.git synced 2024-11-22 08:52:31 +01:00

[Dependencies] Update dependencies

This commit is contained in:
Alex Thomassen 2020-09-23 07:11:41 +02:00
parent 49d6fc9e98
commit af80db0269
Signed by: Alex
GPG Key ID: 10BD786B5F6FF5DE
2 changed files with 300 additions and 551 deletions

843
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -8,14 +8,14 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"bootstrap": "^4.5.0",
"bootstrap": "^4.5.2",
"core-js": "^3.6.4",
"jquery": "^3.5.1",
"js-yaml": "^3.14.0",
"popper.js": "^1.16.1",
"vue": "^2.6.11",
"vue": "^2.6.12",
"vue-resource": "^1.5.1",
"vue-router": "^3.3.4",
"vue-router": "^3.4.3",
"vuex": "^3.5.1"
},
"devDependencies": {
@ -29,6 +29,6 @@
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-vue": "^6.2.2",
"vue-template-compiler": "^2.6.11"
"vue-template-compiler": "^2.6.12"
}
}