mirror of
https://github.com/dessant/buster.git
synced 2024-11-13 19:10:34 +00:00
chore: update dependencies
This commit is contained in:
parent
bc5e8bd1b4
commit
b04dc7e4d7
7
.babelrc
7
.babelrc
@ -1,5 +1,10 @@
|
||||
{
|
||||
"presets": [["@babel/env", {"useBuiltIns": "usage"}]],
|
||||
"presets": [
|
||||
[
|
||||
"@babel/env",
|
||||
{"useBuiltIns": "usage", "corejs": {"version": 3, "proposals": true}}
|
||||
]
|
||||
],
|
||||
"env": {
|
||||
"production": {
|
||||
"plugins": ["lodash"]
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM node:10.15.3-stretch
|
||||
FROM node:12.14.1-stretch
|
||||
|
||||
RUN set -ex \
|
||||
&& apt-get update && apt-get install -y build-essential rename \
|
||||
|
54
package.json
54
package.json
@ -37,28 +37,28 @@
|
||||
"Opera >= 42"
|
||||
],
|
||||
"dependencies": {
|
||||
"@material/theme": "^3.1.0",
|
||||
"@material/typography": "^3.1.0",
|
||||
"@material/theme": "^4.0.0",
|
||||
"@material/typography": "^4.0.0",
|
||||
"audiobuffer-to-wav": "^1.0.0",
|
||||
"bowser": "^2.6.1",
|
||||
"ext-components": "dessant/ext-components#^0.2.2",
|
||||
"ext-contribute": "dessant/ext-contribute#^0.2.3",
|
||||
"bowser": "^2.8.1",
|
||||
"core-js": "^3.6.4",
|
||||
"ext-components": "dessant/ext-components#^0.4.0",
|
||||
"ext-contribute": "dessant/ext-contribute#^0.3.3",
|
||||
"storage-versions": "dessant/storage-versions#^0.2.6",
|
||||
"typeface-roboto": "^0.0.75",
|
||||
"uuid": "^3.3.3",
|
||||
"vue": "^2.6.10",
|
||||
"webextension-polyfill": "^0.4.0"
|
||||
"uuid": "^3.4.0",
|
||||
"vue": "^2.6.11",
|
||||
"webextension-polyfill": "^0.6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.6.0",
|
||||
"@babel/preset-env": "^7.6.0",
|
||||
"autoprefixer": "^9.6.1",
|
||||
"@babel/core": "^7.8.3",
|
||||
"@babel/preset-env": "^7.8.3",
|
||||
"autoprefixer": "^9.7.4",
|
||||
"babel-loader": "^8.0.6",
|
||||
"babel-plugin-lodash": "^3.3.4",
|
||||
"babel-preset-minify": "^0.5.1",
|
||||
"babel-preset-stage-0": "^6.24.1",
|
||||
"cross-env": "^5.2.1",
|
||||
"css-loader": "^3.2.0",
|
||||
"cross-env": "^7.0.0",
|
||||
"css-loader": "^3.4.2",
|
||||
"cssnano": "^4.1.10",
|
||||
"del": "^5.1.0",
|
||||
"fs-extra": "^8.1.0",
|
||||
@ -66,27 +66,27 @@
|
||||
"gulp-babel": "^8.0.0",
|
||||
"gulp-htmlmin": "^5.0.1",
|
||||
"gulp-if": "^3.0.0",
|
||||
"gulp-imagemin": "^6.1.0",
|
||||
"gulp-imagemin": "^7.1.0",
|
||||
"gulp-jsonmin": "^1.2.0",
|
||||
"gulp-merge-json": "^1.3.1",
|
||||
"gulp-postcss": "^8.0.0",
|
||||
"gulp-svgmin": "^2.2.0",
|
||||
"lodash-webpack-plugin": "^0.11.5",
|
||||
"mini-css-extract-plugin": "^0.8.0",
|
||||
"node-sass": "4.12.0",
|
||||
"npm-check-updates": "^3.1.23",
|
||||
"mini-css-extract-plugin": "^0.9.0",
|
||||
"npm-check-updates": "^4.0.1",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"postcss-loader": "^3.0.0",
|
||||
"prettier": "^1.18.2",
|
||||
"sass-loader": "^7.3.1",
|
||||
"standard-version": "^7.0.0",
|
||||
"prettier": "^1.19.1",
|
||||
"sass": "^1.25.0",
|
||||
"sass-loader": "^8.0.2",
|
||||
"standard-version": "^7.1.0",
|
||||
"svg2png": "^4.1.1",
|
||||
"vue-loader": "^15.7.1",
|
||||
"vue-template-compiler": "^2.6.10",
|
||||
"web-ext": "^3.1.1",
|
||||
"webpack": "^4.40.1",
|
||||
"webpack-bundle-analyzer": "^3.5.0",
|
||||
"webpack-cli": "^3.3.8"
|
||||
"vue-loader": "^15.8.3",
|
||||
"vue-template-compiler": "^2.6.11",
|
||||
"web-ext": "^4.0.0",
|
||||
"webpack": "^4.41.5",
|
||||
"webpack-bundle-analyzer": "^3.6.0",
|
||||
"webpack-cli": "^3.3.10"
|
||||
},
|
||||
"private": true
|
||||
}
|
||||
|
@ -79,7 +79,9 @@ module.exports = {
|
||||
{
|
||||
loader: 'sass-loader',
|
||||
options: {
|
||||
includePaths: ['node_modules']
|
||||
sassOptions: {
|
||||
includePaths: ['node_modules']
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user