react-jsbox
Advanced tools
Comparing version 0.0.58 to 0.0.59
{ | ||
"name": "react-jsbox", | ||
"version": "0.0.58", | ||
"version": "0.0.59", | ||
"description": "A Custom React Renderer for writing JSBox apps in React.", | ||
@@ -21,25 +21,25 @@ "keywords": [ | ||
"peerDependencies": { | ||
"react": "^16.10.0" | ||
"react": "^16.11.0" | ||
}, | ||
"dependencies": { | ||
"react-reconciler": "^0.22.0" | ||
"react-reconciler": "^0.23.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.6.2", | ||
"@babel/core": "^7.6.4", | ||
"@babel/plugin-proposal-class-properties": "^7.5.5", | ||
"@babel/plugin-proposal-decorators": "^7.6.0", | ||
"@babel/plugin-transform-runtime": "^7.6.2", | ||
"@babel/preset-env": "^7.6.2", | ||
"@babel/preset-react": "^7.0.0", | ||
"@babel/runtime": "^7.6.2", | ||
"@babel/preset-env": "^7.6.3", | ||
"@babel/preset-react": "^7.6.3", | ||
"@babel/runtime": "^7.6.3", | ||
"babel-eslint": "^10.0.3", | ||
"babel-plugin-annotate-pure-calls": "^0.4.0", | ||
"babel-preset-minify": "^0.5.1", | ||
"eslint": "^6.4.0", | ||
"eslint": "^6.6.0", | ||
"eslint-plugin-babel": "^5.3.0", | ||
"eslint-plugin-import": "^2.18.2", | ||
"eslint-plugin-jsbox": "^0.1.1", | ||
"eslint-plugin-react-hooks": "^2.1.0", | ||
"react": "^16.10.0", | ||
"rollup": "^1.21.4", | ||
"eslint-plugin-react-hooks": "^2.2.0", | ||
"react": "^16.11.0", | ||
"rollup": "^1.26.0", | ||
"rollup-plugin-babel": "^4.3.3", | ||
@@ -46,0 +46,0 @@ "rollup-plugin-cleanup": "^3.1.1", |
Sorry, the diff of this file is too big to display
110296
741
+ Addedreact-reconciler@0.23.0(transitive)
+ Addedscheduler@0.17.0(transitive)
- Removedreact-reconciler@0.22.2(transitive)
- Removedscheduler@0.16.2(transitive)
Updatedreact-reconciler@^0.23.0