@bottom-sheet/react-hooks
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "@bottom-sheet/react-hooks", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "The hooks that power `@bottom-sheet/react-spring`", | ||
@@ -17,3 +17,3 @@ "keywords": [ | ||
"license": "MIT", | ||
"author": "Cody Olsen", | ||
"author": "Cody Olsen <stipsan@gmail.com>", | ||
"sideEffects": false, | ||
@@ -59,4 +59,4 @@ "exports": { | ||
"dependencies": { | ||
"@bottom-sheet/state-machine": "^1.0.4", | ||
"@bottom-sheet/types": "^1.0.3", | ||
"@bottom-sheet/state-machine": "^1.0.10", | ||
"@bottom-sheet/types": "^1.0.6", | ||
"@types/use-sync-external-store": "^0.0.3", | ||
@@ -67,19 +67,19 @@ "use-sync-external-store": "^1.1.0", | ||
"devDependencies": { | ||
"@babel/eslint-parser": "^7.17.0", | ||
"@parcel/packager-ts": "^2.5.0", | ||
"@parcel/transformer-typescript-types": "^2.5.0", | ||
"@babel/eslint-parser": "^7.18.2", | ||
"@parcel/packager-ts": "^2.6.0", | ||
"@parcel/transformer-typescript-types": "^2.6.0", | ||
"@semantic-release/changelog": "^6.0.1", | ||
"@semantic-release/git": "^10.0.1", | ||
"@skypack/package-check": "^0.2.2", | ||
"@swc/core": "^1.2.185", | ||
"@swc/core": "^1.2.194", | ||
"@swc/jest": "^0.2.21", | ||
"@testing-library/react": "^13.2.0", | ||
"@testing-library/react": "^13.3.0", | ||
"@types/jest": "^27.5.1", | ||
"@types/node": "^17.0.33", | ||
"@types/node": "^17.0.36", | ||
"@types/react": "^18.0.9", | ||
"@types/react-dom": "^18.0.4", | ||
"@typescript-eslint/eslint-plugin": "^5.23.0", | ||
"@typescript-eslint/parser": "^5.23.0", | ||
"@types/react-dom": "^18.0.5", | ||
"@typescript-eslint/eslint-plugin": "^5.26.0", | ||
"@typescript-eslint/parser": "^5.26.0", | ||
"@xstate/cli": "^0.1.7", | ||
"eslint": "^8.15.0", | ||
"eslint": "^8.16.0", | ||
"eslint-config-react-app": "^7.0.1", | ||
@@ -89,7 +89,7 @@ "eslint-plugin-flowtype": "^8.0.3", | ||
"eslint-plugin-jsx-a11y": "^6.5.1", | ||
"eslint-plugin-react": "^7.29.4", | ||
"eslint-plugin-react": "^7.30.0", | ||
"eslint-plugin-react-hooks": "^4.5.0", | ||
"jest": "^28.1.0", | ||
"jest-environment-jsdom": "^28.1.0", | ||
"parcel": "^2.5.0", | ||
"parcel": "^2.6.0", | ||
"prettier": "^2.6.2", | ||
@@ -102,7 +102,7 @@ "prettier-plugin-packagejson": "^2.2.18", | ||
"semantic-release": "^19.0.2", | ||
"ts-jest": "^28.0.2", | ||
"typescript": "^4.6.4" | ||
"ts-jest": "^28.0.3", | ||
"typescript": "^4.7.2" | ||
}, | ||
"peerDependencies": { | ||
"react": "17 || 18" | ||
"react": "^18" | ||
}, | ||
@@ -109,0 +109,0 @@ "publishConfig": { |
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
26335