deps: update NPM dependencies

This commit is contained in:
liushuyu 2020-07-24 17:49:54 -06:00
parent 629a7ef406
commit a9534c51ba
4 changed files with 3233 additions and 2238 deletions

View file

@ -4,7 +4,8 @@
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "build": "gulp all --production",
"serve": "gulp all"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
@ -17,18 +18,18 @@
}, },
"homepage": "https://github.com/yuzu-emu/yuzu-emu.github.io#readme", "homepage": "https://github.com/yuzu-emu/yuzu-emu.github.io#readme",
"dependencies": { "dependencies": {
"bulma": "0.7.2", "bulma": "0.9.0",
"cssnano": "^4.1.7", "cssnano": "^4.1.10",
"gulp": "^4.0.0", "gulp": "^4.0.2",
"gulp-concat": "^2.6.1", "gulp-concat": "^2.6.1",
"gulp-image-resize": "^0.13.0", "gulp-image-resize": "^0.13.1",
"gulp-postcss": "^8.0.0", "gulp-postcss": "^8.0.0",
"gulp-sass": "^4.0.2", "gulp-sass": "^4.1.0",
"gulp-util": "^3.0.8", "gulp-util": "^3.0.8",
"merge-stream": "^1.0.1" "merge-stream": "^2.0.0"
}, },
"devDependencies": { "devDependencies": {
"browser-sync": "^2.23.5", "browser-sync": "^2.26.10",
"xo": "^0.23.0" "xo": "^0.32.1"
} }
} }

@ -1 +1 @@
Subproject commit 03ec0b3e80312dd4878805917a865ad5e23e310e Subproject commit ccbc6671f302fe2f8ad9efcc78616ecf636888eb

View file

@ -4,7 +4,7 @@
/* 2. Set the derived variables */ /* 2. Set the derived variables */
@import "./yuzu/yuzu_before_derived.scss"; @import "./yuzu/yuzu_before_derived.scss";
@import "./node_modules/bulma/sass/utilities/derived-variables.sass"; @import "./node_modules/bulma/sass/utilities/derived-variables.scss";
@import "./yuzu/yuzu_after_derived.scss"; @import "./yuzu/yuzu_after_derived.scss";
/* 3. Misc customization of Bulma */ /* 3. Misc customization of Bulma */
@ -18,4 +18,4 @@
/* 5. Bring in other external vendor SCSS to bake in */ /* 5. Bring in other external vendor SCSS to bake in */
@import "./vendor/glide.scss"; @import "./vendor/glide.scss";
@import "./vendor/baguetteBox.min" @import "./vendor/baguetteBox.min";

5446
yarn.lock

File diff suppressed because it is too large Load diff