Skip to content

Commit a2c4b55

Browse files
author
Alexandru Rosianu
committed
Merge branch 'master' of github.com:webpack/css-loader
* 'master' of github.com:webpack/css-loader: 0.15.6 upgraded postcss-modules-scope Update cssnano to 2.1.0 Upgrade `postcss-modules-local-by-default`
2 parents b82f0f7 + 5bf1893 commit a2c4b55

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "css-loader",
3-
"version": "0.15.5",
3+
"version": "0.15.6",
44
"author": "Tobias Koppers @sokra",
55
"description": "css loader module for webpack",
66
"dependencies": {
77
"css-selector-tokenizer": "^0.5.1",
8-
"cssnano": "^1.4.2",
8+
"cssnano": "^2.1.0",
99
"loader-utils": "~0.2.2",
1010
"postcss": "^4.1.11",
1111
"postcss-modules-extract-imports": "0.0.5",
12-
"postcss-modules-local-by-default": "0.0.10",
13-
"postcss-modules-scope": "0.0.7",
12+
"postcss-modules-local-by-default": "0.0.11",
13+
"postcss-modules-scope": "0.0.8",
1414
"source-list-map": "^0.1.4"
1515
},
1616
"devDependencies": {

0 commit comments

Comments
 (0)