mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-06-29 14:30:31 +00:00
deps: update NPM dependencies
This commit is contained in:
parent
629a7ef406
commit
a9534c51ba
19
package.json
19
package.json
|
@ -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
|
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue