jest-css-modules
Advanced tools
Comparing version 2.0.0 to 2.1.0
{ | ||
"name": "jest-css-modules", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "A Jest processor that prevents CSS module parse errors", | ||
@@ -24,4 +24,4 @@ "repository": { | ||
"devDependencies": { | ||
"@babel/preset-env": "^7.4.2", | ||
"jest": "^24.5.0" | ||
"@babel/preset-env": "^7.4.5", | ||
"jest": "^24.8.0" | ||
}, | ||
@@ -28,0 +28,0 @@ "babel": { |
3194
11