react-jsbox
Advanced tools
Comparing version 1.3.1 to 1.3.2
{ | ||
"name": "react-jsbox", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "A custom React renderer for writing JSBox apps in React.", | ||
@@ -31,21 +31,21 @@ "keywords": [ | ||
"peerDependencies": { | ||
"react": "^16.14.0" | ||
"react": "^17.0.2" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "7.12.13", | ||
"@babel/plugin-proposal-class-properties": "7.12.13", | ||
"@babel/plugin-transform-runtime": "7.12.15", | ||
"@babel/preset-env": "7.12.13", | ||
"@babel/preset-react": "7.12.13", | ||
"@babel/runtime": "7.12.13", | ||
"@babel/core": "7.14.5", | ||
"@babel/plugin-proposal-class-properties": "7.14.5", | ||
"@babel/plugin-transform-runtime": "7.14.5", | ||
"@babel/preset-env": "7.14.5", | ||
"@babel/preset-react": "7.14.5", | ||
"@babel/runtime": "7.14.5", | ||
"babel-eslint": "10.1.0", | ||
"babel-preset-minify": "0.5.1", | ||
"eslint": "7.19.0", | ||
"eslint": "7.28.0", | ||
"eslint-plugin-babel": "5.3.1", | ||
"eslint-plugin-import": "2.22.1", | ||
"eslint-plugin-import": "2.23.4", | ||
"eslint-plugin-jsbox": "0.1.1", | ||
"eslint-plugin-react-hooks": "4.2.0", | ||
"prettier": "2.2.1", | ||
"react": "17.0.1", | ||
"rollup": "2.38.5", | ||
"prettier": "2.3.1", | ||
"react": "17.0.2", | ||
"rollup": "2.51.2", | ||
"rollup-plugin-babel": "4.4.0", | ||
@@ -52,0 +52,0 @@ "rollup-plugin-cleanup": "3.2.1", |
359522