@szhsin/react-accordion
Advanced tools
Comparing version 1.2.1 to 1.2.2
{ | ||
"name": "@szhsin/react-accordion", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "The complete accordion solution for React.", | ||
@@ -53,21 +53,21 @@ "author": "Zheng Song", | ||
"dependencies": { | ||
"react-transition-state": "^2.1.0" | ||
"react-transition-state": "^2.1.1" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.21.4", | ||
"@babel/preset-env": "^7.21.4", | ||
"@babel/preset-react": "^7.18.6", | ||
"@babel/preset-typescript": "^7.21.4", | ||
"@babel/core": "^7.22.5", | ||
"@babel/preset-env": "^7.22.5", | ||
"@babel/preset-react": "^7.22.5", | ||
"@babel/preset-typescript": "^7.22.5", | ||
"@rollup/plugin-babel": "^6.0.3", | ||
"@rollup/plugin-node-resolve": "^15.0.2", | ||
"@rollup/plugin-node-resolve": "^15.1.0", | ||
"@testing-library/jest-dom": "^5.16.5", | ||
"@testing-library/react": "^14.0.0", | ||
"@types/jest": "^29.5.0", | ||
"@types/react": "^18.2.0", | ||
"@typescript-eslint/eslint-plugin": "^5.59.1", | ||
"@typescript-eslint/parser": "^5.59.1", | ||
"@types/jest": "^29.5.2", | ||
"@types/react": "^18.2.14", | ||
"@typescript-eslint/eslint-plugin": "^5.61.0", | ||
"@typescript-eslint/parser": "^5.61.0", | ||
"babel-plugin-pure-annotations": "^0.1.2", | ||
"eslint": "^8.39.0", | ||
"eslint": "^8.44.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"eslint-plugin-jest": "^27.2.1", | ||
"eslint-plugin-jest": "^27.2.2", | ||
"eslint-plugin-react": "^7.32.2", | ||
@@ -77,10 +77,10 @@ "eslint-plugin-react-hooks": "^4.6.0", | ||
"jest": "^29.5.0", | ||
"jest-environment-jsdom": "^29.5.0", | ||
"jest-environment-jsdom": "^29.6.1", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^2.8.7", | ||
"prettier": "^2.8.8", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"rollup": "^3.21.0", | ||
"typescript": "^5.0.4" | ||
"rollup": "^3.26.2", | ||
"typescript": "^5.1.6" | ||
} | ||
} |
@@ -6,3 +6,3 @@ import { ReactNode } from 'react'; | ||
children?: ReactNode; | ||
}) => JSX.Element; | ||
}) => import("react/jsx-runtime").JSX.Element; | ||
export { AccordionProvider }; |
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
44351