react-grid-system
Advanced tools
Comparing version 7.1.1 to 7.1.2
{ | ||
"name": "react-grid-system", | ||
"version": "7.1.1", | ||
"version": "7.1.2", | ||
"description": "A powerful Bootstrap-like responsive grid system for React.", | ||
@@ -37,3 +37,3 @@ "main": "./build/index.js", | ||
"peerDependencies": { | ||
"react": "^16.8.0" | ||
"react": "^16.8.0 || ^17.x" | ||
}, | ||
@@ -44,21 +44,21 @@ "dependencies": { | ||
"devDependencies": { | ||
"@babel/cli": "^7.11.6", | ||
"@babel/core": "^7.11.6", | ||
"@babel/plugin-proposal-class-properties": "^7.10.4", | ||
"@babel/preset-env": "^7.11.5", | ||
"@babel/preset-react": "^7.10.4", | ||
"@babel/cli": "^7.13.0", | ||
"@babel/core": "^7.13.8", | ||
"@babel/plugin-proposal-class-properties": "^7.13.0", | ||
"@babel/preset-env": "^7.13.9", | ||
"@babel/preset-react": "^7.12.13", | ||
"babel-eslint": "^10.1.0", | ||
"babel-loader": "^8.1.0", | ||
"eslint": "^6.8.0", | ||
"eslint-config-airbnb": "^18.2.0", | ||
"eslint-plugin-import": "^2.21.2", | ||
"eslint-plugin-jsx-a11y": "^6.3.0", | ||
"eslint-plugin-react": "^7.20.0", | ||
"eslint-plugin-react-hooks": "^2.5.0", | ||
"react": "^16.13.1", | ||
"react-dom": "^16.13.1", | ||
"react-styleguidist": "^11.1.0", | ||
"babel-loader": "^8.2.2", | ||
"eslint": "^7.21.0", | ||
"eslint-config-airbnb": "^18.2.1", | ||
"eslint-plugin-import": "^2.22.1", | ||
"eslint-plugin-jsx-a11y": "^6.4.1", | ||
"eslint-plugin-react": "^7.22.0", | ||
"eslint-plugin-react-hooks": "^4.2.0", | ||
"react": "^16.14.0", | ||
"react-dom": "^16.14.0", | ||
"react-styleguidist": "^11.1.5", | ||
"rimraf": "^3.0.2", | ||
"webpack": "^4.44.1" | ||
"webpack": "^4.46.0" | ||
} | ||
} |
104966