react-jsbox
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "react-jsbox", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A custom React renderer for writing JSBox apps in React.", | ||
@@ -33,31 +33,31 @@ "keywords": [ | ||
"peerDependencies": { | ||
"react": "^16.12.0" | ||
"react": "^16.13.0" | ||
}, | ||
"dependencies": { | ||
"react-reconciler": "^0.24.0" | ||
"react-reconciler": "^0.25.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.7.5", | ||
"@babel/plugin-proposal-class-properties": "^7.7.4", | ||
"@babel/plugin-proposal-decorators": "^7.7.4", | ||
"@babel/plugin-transform-runtime": "^7.7.5", | ||
"@babel/preset-env": "^7.7.5", | ||
"@babel/preset-react": "^7.7.4", | ||
"@babel/runtime": "^7.7.5", | ||
"@commitlint/config-conventional": "^8.2.0", | ||
"babel-eslint": "^10.0.3", | ||
"@babel/core": "^7.8.7", | ||
"@babel/plugin-proposal-class-properties": "^7.8.3", | ||
"@babel/plugin-proposal-decorators": "^7.8.3", | ||
"@babel/plugin-transform-runtime": "^7.8.3", | ||
"@babel/preset-env": "^7.8.7", | ||
"@babel/preset-react": "^7.8.3", | ||
"@babel/runtime": "^7.8.7", | ||
"@commitlint/config-conventional": "^8.3.4", | ||
"babel-eslint": "^10.1.0", | ||
"babel-plugin-annotate-pure-calls": "^0.4.0", | ||
"babel-preset-minify": "^0.5.1", | ||
"commitizen": "^4.0.3", | ||
"commitlint": "^8.2.0", | ||
"cz-conventional-changelog": "^3.0.2", | ||
"eslint": "^6.7.2", | ||
"commitlint": "^8.3.5", | ||
"cz-conventional-changelog": "^3.1.0", | ||
"eslint": "^6.8.0", | ||
"eslint-plugin-babel": "^5.3.0", | ||
"eslint-plugin-import": "^2.18.2", | ||
"eslint-plugin-import": "^2.20.1", | ||
"eslint-plugin-jsbox": "^0.1.1", | ||
"eslint-plugin-react-hooks": "^2.3.0", | ||
"husky": "^3.1.0", | ||
"react": "^16.12.0", | ||
"rollup": "^1.27.8", | ||
"rollup-plugin-babel": "^4.3.3", | ||
"eslint-plugin-react-hooks": "^2.5.0", | ||
"husky": "^4.2.3", | ||
"react": "^16.13.0", | ||
"rollup": "^2.0.2", | ||
"rollup-plugin-babel": "^4.4.0", | ||
"rollup-plugin-cleanup": "^3.1.1", | ||
@@ -69,5 +69,5 @@ "rollup-plugin-commonjs": "^10.1.0", | ||
"rollup-plugin-replace": "^2.2.0", | ||
"rollup-plugin-terser": "^5.1.2" | ||
"rollup-plugin-terser": "^5.2.0" | ||
}, | ||
"license": "MIT" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
111672
782
+ Addedreact-reconciler@0.25.1(transitive)
+ Addedscheduler@0.19.1(transitive)
- Removedreact-reconciler@0.24.0(transitive)
- Removedscheduler@0.18.0(transitive)
Updatedreact-reconciler@^0.25.0