update libraries

This commit is contained in:
Tamius Han 2020-07-25 12:53:58 +02:00
parent 86a184fe29
commit 6ca6fcd10c
2 changed files with 1658 additions and 2265 deletions

3745
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -20,36 +20,36 @@
"dev": "cross-env NODE_ENV=development CHANNEL=dev concurrently \"cross-env BROWSER=firefox npm run build:dev -- --watch\" \"cross-env BROWSER=chrome npm run build:dev -- --watch\""
},
"dependencies": {
"@types/core-js": "^2.5.0",
"@types/core-js": "^2.5.3",
"@types/es6-promise": "^3.3.0",
"concurrently": "^5.1.0",
"concurrently": "^5.2.0",
"fs-extra": "^7.0.1",
"json-cyclic": "0.0.3",
"vue": "^2.6.11",
"vuex": "^3.1.2",
"vuex": "^3.5.1",
"vuex-webextensions": "^1.3.0",
"webextension-polyfill": "^0.6.0"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@babel/core": "^7.10.5",
"@babel/plugin-proposal-optional-chaining": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"archiver": "^3.0.0",
"babel-loader": "^8.0.6",
"babel-loader": "^8.1.0",
"copy-webpack-plugin": "^4.5.3",
"cross-env": "^5.2.0",
"css-loader": "^0.28.11",
"ejs": "^2.7.4",
"file-loader": "^1.1.11",
"mini-css-extract-plugin": "^0.4.4",
"node-sass": "^4.13.1",
"node-sass": "^4.14.1",
"sass-loader": "^7.1.0",
"vue-loader": "^15.8.3",
"vue-loader": "^15.9.3",
"vue-template-compiler": "^2.6.11",
"web-ext-types": "^2.1.0",
"webpack": "^4.41.5",
"webpack": "^4.44.0",
"webpack-chrome-extension-reloader": "^0.8.3",
"webpack-cli": "^3.3.10",
"webpack-cli": "^3.3.12",
"webpack-shell-plugin": "^0.5.0"
}
}