mirror of
https://github.com/bartvdbraak/SlayerWeightCalculator.git
synced 2025-07-25 12:39:10 +00:00
yarn package changes, minor tweaks
This commit is contained in:
parent
90b9cd8b90
commit
e282fdc80f
8 changed files with 16 additions and 19 deletions
10
package.json
10
package.json
|
@ -12,8 +12,7 @@
|
|||
"bootstrap-vue": "^2.3.0",
|
||||
"core-js": "^3.4.4",
|
||||
"vue": "^2.6.10",
|
||||
"vue-router": "^3.1.5",
|
||||
"vuex": "^3.1.2"
|
||||
"vue-router": "^3.1.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/polyfill": "^7.7.0",
|
||||
|
@ -28,7 +27,7 @@
|
|||
"popper.js": "^1.16.0",
|
||||
"portal-vue": "^2.1.6",
|
||||
"sass": "^1.19.0",
|
||||
"sass-loader": "^8.0.0",
|
||||
"sass-loader": "^8.0.2",
|
||||
"vue-cli-plugin-bootstrap-vue": "^0.6.0",
|
||||
"vue-template-compiler": "^2.6.10"
|
||||
},
|
||||
|
@ -49,5 +48,8 @@
|
|||
"browserslist": [
|
||||
"> 1%",
|
||||
"last 2 versions"
|
||||
]
|
||||
],
|
||||
"peerDependencies": {
|
||||
"jquery": "^3.4.1"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue