Skip to content

Commit

Permalink
fix: postcss-normalize-unicode add browserslist to dependencies (#577)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz authored and evilebottnawi committed Aug 30, 2018
1 parent 3dfcb60 commit 39ec020
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/postcss-normalize-unicode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
},
"repository": "cssnano/cssnano",
"dependencies": {
"browserslist": "^4.0.0",
"postcss": "^6.0.0",
"postcss-value-parser": "^3.0.0"
},
Expand Down
22 changes: 22 additions & 0 deletions packages/postcss-normalize-unicode/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,18 @@ braces@^1.8.2:
preserve "^0.2.0"
repeat-element "^1.1.2"

browserslist@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.0.0.tgz#48703f1ed7ef981c6719e39e9444f20632b06571"
dependencies:
caniuse-lite "^1.0.30000859"
electron-to-chromium "^1.3.50"
node-releases "^1.0.0-alpha.10"

caniuse-lite@^1.0.30000859:
version "1.0.30000862"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000862.tgz#7ca14f5079fa8f77ac814fca92d45deb4b7eff9d"

chalk@^1.1.3:
version "1.1.3"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98"
Expand Down Expand Up @@ -342,6 +354,10 @@ detect-libc@^1.0.2:
version "1.0.3"
resolved "https://registry.yarnpkg.com/detect-libc/-/detect-libc-1.0.3.tgz#fa137c4bd698edf55cd5cd02ac559f91a4c4ba9b"

electron-to-chromium@^1.3.50:
version "1.3.50"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.50.tgz#7438b76f92b41b919f3fbdd350fbd0757dacddf7"

escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5:
version "1.0.5"
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
Expand Down Expand Up @@ -720,6 +736,12 @@ node-pre-gyp@^0.10.0:
semver "^5.3.0"
tar "^4"

node-releases@^1.0.0-alpha.10:
version "1.0.0-alpha.10"
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.0.0-alpha.10.tgz#61c8d5f9b5b2e05d84eba941d05b6f5202f68a2a"
dependencies:
semver "^5.3.0"

nopt@^4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/nopt/-/nopt-4.0.1.tgz#d0d4685afd5415193c8c7505602d0d17cd64474d"
Expand Down

0 comments on commit 39ec020

Please sign in to comment.