Package updates

This commit is contained in:
Tamius Han 2021-11-13 00:48:08 +01:00
parent 75cc0d5a87
commit 15a89583a2
2 changed files with 2272 additions and 7625 deletions

9849
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -25,37 +25,37 @@
"start:windows": "npm run dev:windows" "start:windows": "npm run dev:windows"
}, },
"dependencies": { "dependencies": {
"@babel/plugin-proposal-class-properties": "^7.12.1", "@babel/plugin-proposal-class-properties": "^7.16.0",
"@mdi/js": "^6.3.95", "@mdi/js": "^6.4.95",
"@types/chrome": "0.0.129", "@types/chrome": "0.0.129",
"@types/core-js": "^2.5.3", "@types/core-js": "^2.5.5",
"@types/es6-promise": "^3.3.0", "@types/es6-promise": "^3.3.0",
"@types/firefox": "0.0.30", "@types/firefox": "0.0.30",
"@types/resize-observer-browser": "^0.1.5", "@types/resize-observer-browser": "^0.1.6",
"@vue/cli": "^4.5.9", "@vue/cli": "^4.5.15",
"@vue/cli-plugin-typescript": "^4.5.11", "@vue/cli-plugin-typescript": "^4.5.15",
"bootstrap": "^4.5.3", "bootstrap": "^4.6.1",
"bootstrap-vue": "^2.20.1", "bootstrap-vue": "^2.21.2",
"concurrently": "^5.2.0", "concurrently": "^5.3.0",
"fs-extra": "^7.0.1", "fs-extra": "^7.0.1",
"json-cyclic": "0.0.3", "json-cyclic": "0.0.3",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"mdi-vue": "^3.0.8", "mdi-vue": "^3.0.11",
"typescript": "^4.2.3", "typescript": "^4.4.4",
"vue": "^3.0.0-beta.1", "vue": "^3.2.21",
"vuex": "^4.0.0-alpha.1", "vuex": "^4.0.2",
"vuex-webextensions": "^1.3.0", "vuex-webextensions": "^1.3.3",
"webextension-polyfill-ts": "^0.24.0" "webextension-polyfill-ts": "^0.24.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.12.13", "@babel/core": "^7.16.0",
"@babel/plugin-proposal-optional-chaining": "^7.10.4", "@babel/plugin-proposal-optional-chaining": "^7.16.0",
"@babel/preset-env": "^7.12.13", "@babel/preset-env": "^7.16.0",
"@types/lodash": "^4.14.168", "@types/lodash": "^4.14.176",
"@types/node": "^14.14.25", "@types/node": "^14.17.32",
"@vue/compiler-sfc": "^3.0.3", "@vue/compiler-sfc": "^3.2.21",
"archiver": "^3.0.0", "archiver": "^3.0.0",
"babel-loader": "^8.2.2", "babel-loader": "^8.2.3",
"babel-preset-es2020": "^1.0.2", "babel-preset-es2020": "^1.0.2",
"copy-webpack-plugin": "^4.5.3", "copy-webpack-plugin": "^4.5.3",
"cross-env": "^5.2.0", "cross-env": "^5.2.0",
@ -65,12 +65,12 @@
"mini-css-extract-plugin": "^0.4.4", "mini-css-extract-plugin": "^0.4.4",
"node-sass": "^4.14.1", "node-sass": "^4.14.1",
"sass-loader": "^7.1.0", "sass-loader": "^7.1.0",
"ts-loader": "^8.0.16", "ts-loader": "^8.3.0",
"vue-cli-plugin-vue-next": "~0.1.4", "vue-cli-plugin-vue-next": "~0.1.4",
"vue-loader": "^16.0.0", "vue-loader": "^16.8.2",
"web-ext-types": "^2.3.0", "web-ext-types": "^2.3.0",
"webextension-polyfill": "^0.6.0", "webextension-polyfill": "^0.6.0",
"webpack": "^4.44.0", "webpack": "^4.46.0",
"webpack-chrome-extension-reloader": "^0.8.3", "webpack-chrome-extension-reloader": "^0.8.3",
"webpack-cli": "^3.3.12", "webpack-cli": "^3.3.12",
"webpack-shell-plugin": "^0.5.0" "webpack-shell-plugin": "^0.5.0"