mirror of
https://github.com/kvz/bash3boilerplate.git
synced 2024-12-19 22:57:51 +00:00
Upgrade Lanyon to v0.0.46
This commit is contained in:
parent
d0bfc96166
commit
42e9ec669d
@ -37,7 +37,7 @@
|
||||
"devDependencies": {
|
||||
"browser-sync": "2.11.0",
|
||||
"cross-env": "1.0.7",
|
||||
"lanyon": "0.0.45",
|
||||
"lanyon": "0.0.46",
|
||||
"nodemon": "1.8.1",
|
||||
"npm-run-all": "2.1.1"
|
||||
}
|
||||
|
21
yarn.lock
21
yarn.lock
@ -1751,7 +1751,7 @@ cssesc@^0.1.0:
|
||||
version "0.1.0"
|
||||
resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-0.1.0.tgz#c814903e45623371a0477b40109aaafbeeaddbb4"
|
||||
|
||||
"cssnano@>=2.6.1 <4":
|
||||
"cssnano@>=2.6.1 <4", cssnano@^3.4.0:
|
||||
version "3.8.1"
|
||||
resolved "https://registry.yarnpkg.com/cssnano/-/cssnano-3.8.1.tgz#008a482148ee948cf0af2ee6e44bd97c53f886ec"
|
||||
dependencies:
|
||||
@ -3374,9 +3374,9 @@ klaw@^1.0.0:
|
||||
optionalDependencies:
|
||||
graceful-fs "^4.1.9"
|
||||
|
||||
lanyon@0.0.45:
|
||||
version "0.0.45"
|
||||
resolved "https://registry.yarnpkg.com/lanyon/-/lanyon-0.0.45.tgz#6b761ae75ddd3efda088c4eede48a6b050a97a62"
|
||||
lanyon@0.0.46:
|
||||
version "0.0.46"
|
||||
resolved "https://registry.yarnpkg.com/lanyon/-/lanyon-0.0.46.tgz#189bc8ea7c4da01566dc478e643a9111d7dada24"
|
||||
dependencies:
|
||||
assets-webpack-plugin "^3.5.0"
|
||||
autoprefixer "6.5.3"
|
||||
@ -3409,6 +3409,7 @@ lanyon@0.0.45:
|
||||
node-sass "3.13.0"
|
||||
nodemon "1.11.0"
|
||||
npm-run-all "3.1.1"
|
||||
optimize-css-assets-webpack-plugin "^1.3.0"
|
||||
parallelshell "^2.0.0"
|
||||
postcss-loader "1.1.1"
|
||||
react "15.4.1"
|
||||
@ -4254,6 +4255,14 @@ optimist@0.6.x, optimist@~0.6.0, optimist@~0.6.1:
|
||||
minimist "~0.0.1"
|
||||
wordwrap "~0.0.2"
|
||||
|
||||
optimize-css-assets-webpack-plugin@^1.3.0:
|
||||
version "1.3.0"
|
||||
resolved "https://registry.yarnpkg.com/optimize-css-assets-webpack-plugin/-/optimize-css-assets-webpack-plugin-1.3.0.tgz#331b3dc7ac0b2b3597f68d18fd555f5a0c81b15c"
|
||||
dependencies:
|
||||
cssnano "^3.4.0"
|
||||
underscore "^1.8.3"
|
||||
webpack-sources "^0.1.0"
|
||||
|
||||
options@>=0.0.5:
|
||||
version "0.0.6"
|
||||
resolved "https://registry.yarnpkg.com/options/-/options-0.0.6.tgz#ec22d312806bb53e731773e7cdaefcf1c643128f"
|
||||
@ -5961,6 +5970,10 @@ underscore@1.7.x, underscore@~1.7.0:
|
||||
version "1.7.0"
|
||||
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.7.0.tgz#6bbaf0877500d36be34ecaa584e0db9fef035209"
|
||||
|
||||
underscore@^1.8.3:
|
||||
version "1.8.3"
|
||||
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.8.3.tgz#4f3fb53b106e6097fcf9cb4109f2a5e9bdfa5022"
|
||||
|
||||
union@~0.4.3:
|
||||
version "0.4.6"
|
||||
resolved "https://registry.yarnpkg.com/union/-/union-0.4.6.tgz#198fbdaeba254e788b0efcb630bc11f24a2959e0"
|
||||
|
Loading…
Reference in New Issue
Block a user