Skip to content
This repository was archived by the owner on Sep 29, 2021. It is now read-only.

Commit 9321c86

Browse files
committed
dev: Update dependencies
1 parent 3124cb1 commit 9321c86

2 files changed

Lines changed: 830 additions & 760 deletions

File tree

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,29 +11,29 @@
1111
"serve": "gulp serve"
1212
},
1313
"dependencies": {
14-
"@babel/polyfill": "^7.6.0",
15-
"@fluent/langneg": "^0.3.0",
16-
"howler": "^2.1.2",
14+
"@babel/polyfill": "^7.8.7",
15+
"@fluent/langneg": "^0.4.0",
16+
"howler": "^2.1.3",
1717
"js-yaml": "^3.13.1",
1818
"whatwg-fetch": "^3.0.0"
1919
},
2020
"devDependencies": {
21-
"@babel/core": "^7.6.4",
22-
"@babel/preset-env": "^7.6.3",
23-
"autoprefixer": "^9.7.0",
21+
"@babel/core": "^7.9.0",
22+
"@babel/preset-env": "^7.9.5",
23+
"autoprefixer": "^9.7.6",
2424
"browser-sync": "^2.26.7",
2525
"del": "^5.1.0",
2626
"gulp": "^4.0.2",
2727
"gulp-babel": "^8.0.0",
2828
"gulp-concat": "^2.6.1",
29-
"gulp-csso": "^3.0.1",
29+
"gulp-csso": "^4.0.1",
3030
"gulp-htmlmin": "^5.0.1",
3131
"gulp-if": "^3.0.0",
3232
"gulp-postcss": "^8.0.0",
33-
"gulp-sass": "^4.0.2",
33+
"gulp-sass": "^4.1.0",
3434
"gulp-sourcemaps": "^2.6.5",
3535
"gulp-uglify": "^3.0.2",
36-
"node-sass": "^4.13.0",
36+
"node-sass": "^4.14.0",
3737
"through2": "^3.0.1",
3838
"webpack-stream": "^5.2.1"
3939
}

0 commit comments

Comments
 (0)