@szhsin/react-accordion
Advanced tools
Comparing version 1.3.0 to 1.4.0
{ | ||
"name": "@szhsin/react-accordion", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"description": "The complete accordion solution for React.", | ||
@@ -9,5 +9,5 @@ "author": "Zheng Song", | ||
"homepage": "https://szhsin.github.io/react-accordion/", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/es/index.js", | ||
"types": "types/index.d.ts", | ||
"main": "./dist/cjs/index.cjs", | ||
"module": "./dist/esm/index.mjs", | ||
"types": "./types/index.d.ts", | ||
"publishConfig": { | ||
@@ -49,2 +49,10 @@ "access": "public" | ||
}, | ||
"exports": { | ||
".": { | ||
"types": "./types/index.d.ts", | ||
"require": "./dist/cjs/index.cjs", | ||
"default": "./dist/esm/index.mjs" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"peerDependencies": { | ||
@@ -62,12 +70,12 @@ "react": "^16.14 || ^17.0 || ^18.0 || ^19.0", | ||
"@babel/preset-typescript": "^7.26.0", | ||
"@eslint/js": "^9.16.0", | ||
"@eslint/js": "^9.17.0", | ||
"@rollup/plugin-babel": "^6.0.4", | ||
"@rollup/plugin-node-resolve": "^15.3.0", | ||
"@rollup/plugin-node-resolve": "^16.0.0", | ||
"@testing-library/jest-dom": "^6.6.3", | ||
"@testing-library/react": "^16.1.0", | ||
"@types/jest": "^29.5.14", | ||
"@types/react": "^19.0.1", | ||
"@types/react-dom": "^19.0.1", | ||
"@types/react": "^19.0.2", | ||
"@types/react-dom": "^19.0.2", | ||
"babel-plugin-pure-annotations": "^0.1.2", | ||
"eslint": "^9.16.0", | ||
"eslint": "^9.17.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
@@ -85,6 +93,7 @@ "eslint-plugin-jest": "^28.9.0", | ||
"react-dom": "^19.0.0", | ||
"rollup": "^4.28.1", | ||
"rollup": "^4.29.1", | ||
"rollup-preserve-directives": "^1.1.3", | ||
"typescript": "^5.7.2", | ||
"typescript-eslint": "^8.17.0" | ||
"typescript-eslint": "^8.19.0" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
44527
60
1053
30
1