react-grid-system
Advanced tools
Comparing version 4.1.0 to 4.1.1
{ | ||
"name": "react-grid-system", | ||
"version": "4.1.0", | ||
"description": "A no CSS Bootstrap-like responsive grid system for React.", | ||
"version": "4.1.1", | ||
"description": "A powerful Bootstrap-like responsive grid system for React.", | ||
"main": "./build/index.js", | ||
@@ -54,9 +54,9 @@ "scripts": { | ||
"eslint-plugin-jsx-a11y": "^6.0.3", | ||
"eslint-plugin-react": "^7.8.2", | ||
"eslint-plugin-react": "^7.9.1", | ||
"react": "^16.4.0", | ||
"react-dom": "^16.4.0", | ||
"react-styleguidist": "^7.0.14", | ||
"webpack": "^4.8.3", | ||
"react-styleguidist": "^7.0.17", | ||
"webpack": "^4.12.0", | ||
"webpack-blocks": "^1.0.0" | ||
} | ||
} |
68631