react-use-clipboard
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "react-use-clipboard", | ||
"description": "React hook that provides copy to clipboard functionality.", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"author": "Daniel O'Connor <daniel@danoc.me>", | ||
@@ -25,32 +25,32 @@ "license": "MIT", | ||
"dependencies": { | ||
"copy-to-clipboard": "^3.0.8" | ||
"copy-to-clipboard": "^3.3.1" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.1.6", | ||
"@babel/preset-env": "^7.2.0", | ||
"@babel/preset-react": "^7.0.0", | ||
"@babel/preset-typescript": "^7.3.3", | ||
"@testing-library/react": "^9.1.0", | ||
"@types/jest": "^24.0.15", | ||
"@types/react": "^16.8.22", | ||
"@types/react-dom": "^16.8.4", | ||
"@babel/core": "^7.12.3", | ||
"@babel/preset-env": "^7.12.1", | ||
"@babel/preset-react": "^7.12.1", | ||
"@babel/preset-typescript": "^7.12.1", | ||
"@testing-library/react": "^11.1.0", | ||
"@types/jest": "^26.0.15", | ||
"@types/react": "^16.9.55", | ||
"@types/react-dom": "^16.9.9", | ||
"babel-core": "^7.0.0-bridge.0", | ||
"babel-jest": "^24.1.0", | ||
"babel-loader": "^8.0.4", | ||
"husky": "^3.0.3", | ||
"jest": "^24.1.0", | ||
"babel-jest": "^26.6.1", | ||
"babel-loader": "^8.1.0", | ||
"husky": "^4.3.0", | ||
"jest": "^26.6.1", | ||
"microbundle": "0.11.0", | ||
"np": "^5.0.3", | ||
"prettier": "1.18.2", | ||
"pretty-quick": "^1.8.0", | ||
"react": "^16.8.1", | ||
"react-dom": "^16.8.1", | ||
"tslint": "^5.18.0", | ||
"np": "^7.0.0", | ||
"prettier": "2.1.2", | ||
"pretty-quick": "^3.1.0", | ||
"react": "^17.0.1", | ||
"react-dom": "^17.0.1", | ||
"tslint": "^6.1.3", | ||
"tslint-config-prettier": "^1.18.0", | ||
"tslint-react": "^4.0.0", | ||
"tslint-react-hooks": "^2.1.1" | ||
"tslint-react": "^5.0.0", | ||
"tslint-react-hooks": "^2.2.2" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.8.0", | ||
"react-dom": "^16.8.0" | ||
"react": "^16.8.0 || ^17", | ||
"react-dom": "^16.8.0 || ^17" | ||
}, | ||
@@ -57,0 +57,0 @@ "publishConfig": { |
@@ -47,3 +47,3 @@ # 📋 react-use-clipboard | ||
// `isCopied` will go back to `false` after 1000ms. | ||
successDuration: 1000 | ||
successDuration: 1000, | ||
}); | ||
@@ -50,0 +50,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13679
+ Addedreact@17.0.2(transitive)
+ Addedreact-dom@17.0.2(transitive)
+ Addedscheduler@0.20.2(transitive)
- Removedprop-types@15.8.1(transitive)
- Removedreact@16.14.0(transitive)
- Removedreact-dom@16.14.0(transitive)
- Removedreact-is@16.13.1(transitive)
- Removedscheduler@0.19.1(transitive)
Updatedcopy-to-clipboard@^3.3.1