Skip to content

Commit

Permalink
fix: pin generic-names version to fix hashes on windows
Browse files Browse the repository at this point in the history
Fixes #214
  • Loading branch information
sthzg committed Nov 21, 2018
1 parent 4fa15f5 commit b387cc5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"start": "webpack-dev-server"
},
"dependencies": {
"babel-plugin-react-css-modules": "^2.1.3",
"babel-plugin-react-css-modules": "^4.0.0",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"webpack": "^2.7.0"
Expand All @@ -13,8 +13,8 @@
"@babel/core": "^7.1.6",
"@babel/plugin-transform-react-jsx": "^7.1.6",
"babel-loader": "^8.0.4",
"css-loader": "^0.26.1",
"style-loader": "^0.13.1",
"css-loader": "^1.0.1",
"style-loader": "^0.23.1",
"webpack-dev-server": "^2.11.3"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@babel/types": "^7.0.0",
"ajv": "^6.5.3",
"ajv-keywords": "^3.2.0",
"generic-names": "^2.0.1",
"generic-names": "2.0.0",
"postcss": "^7.0.2",
"postcss-modules": "^1.3.2",
"postcss-modules-extract-imports": "^1.2.0",
Expand Down

0 comments on commit b387cc5

Please sign in to comment.