react-jsbox
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "react-jsbox", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A custom React renderer for writing JSBox apps in React.", | ||
@@ -16,47 +16,31 @@ "keywords": [ | ||
"build": "rollup -c", | ||
"commit": "git-cz", | ||
"release": "standard-version", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
"config": { | ||
"commitizen": { | ||
"path": "node_modules/cz-conventional-changelog" | ||
} | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"commit-msg": "commitlint -e $GIT_PARAMS" | ||
} | ||
}, | ||
"author": "Eva1ent", | ||
"repository": "github:Nicify/react-jsbox", | ||
"peerDependencies": { | ||
"react": "^16.13.0" | ||
"react": "^16.13.1" | ||
}, | ||
"dependencies": { | ||
"react-reconciler": "^0.25.0" | ||
"react-reconciler": "^0.25.1" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.8.7", | ||
"@babel/core": "^7.9.6", | ||
"@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/plugin-transform-runtime": "^7.9.6", | ||
"@babel/preset-env": "^7.9.6", | ||
"@babel/preset-react": "^7.9.4", | ||
"@babel/runtime": "^7.9.6", | ||
"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.3.5", | ||
"cz-conventional-changelog": "^3.1.0", | ||
"eslint": "^6.8.0", | ||
"eslint": "^7.0.0", | ||
"eslint-plugin-babel": "^5.3.0", | ||
"eslint-plugin-import": "^2.20.1", | ||
"eslint-plugin-import": "^2.20.2", | ||
"eslint-plugin-jsbox": "^0.1.1", | ||
"eslint-plugin-react-hooks": "^2.5.0", | ||
"husky": "^4.2.3", | ||
"react": "^16.13.0", | ||
"rollup": "^2.0.2", | ||
"eslint-plugin-react-hooks": "^4.0.0", | ||
"husky": "^4.2.5", | ||
"react": "^16.13.1", | ||
"rollup": "^2.9.1", | ||
"rollup-plugin-babel": "^4.4.0", | ||
@@ -67,7 +51,7 @@ "rollup-plugin-cleanup": "^3.1.1", | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
"rollup-plugin-progress": "^1.1.1", | ||
"rollup-plugin-progress": "^1.1.2", | ||
"rollup-plugin-replace": "^2.2.0", | ||
"rollup-plugin-terser": "^5.2.0" | ||
"rollup-plugin-terser": "^5.3.0" | ||
}, | ||
"license": "MIT" | ||
} |
@@ -1,5 +0,2 @@ | ||
import usePing from './usePing' | ||
import useCache from './useCache' | ||
import useMotion from './useMotion' | ||
import useLocation from './useMotion' | ||
import useDebounce from './useDebounce' | ||
@@ -10,6 +7,3 @@ import useEventHandler from './useEventHandler' | ||
export default { | ||
usePing, | ||
useCache, | ||
useMotion, | ||
useLocation, | ||
useDebounce, | ||
@@ -16,0 +10,0 @@ useEventHandler, |
Sorry, the diff of this file is too big to display
26
107402
19
644
Updatedreact-reconciler@^0.25.1