File tree Expand file tree Collapse file tree 4 files changed +271
-235
lines changed
Expand file tree Collapse file tree 4 files changed +271
-235
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @hyperse/next-config " : patch
3+ ---
4+
5+ add ` .cjs ` exports
Original file line number Diff line number Diff line change 5252 },
5353 "dependencies" : {
5454 "picocolors" : " ^1.1.1" ,
55- "zod" : " ^3.25.56 "
55+ "zod" : " ^3.25.64 "
5656 },
5757 "devDependencies" : {
5858 "@changesets/changelog-github" : " ^0.5.1" ,
5959 "@changesets/cli" : " ^2.29.4" ,
6060 "@commitlint/cli" : " ^19.8.1" ,
6161 "@commitlint/config-conventional" : " ^19.8.1" ,
62- "@hyperse/eslint-config-hyperse" : " ^1.4.4 " ,
63- "@types/node" : " ^22.15.30 " ,
62+ "@hyperse/eslint-config-hyperse" : " ^1.4.5 " ,
63+ "@types/node" : " ^24.0.2 " ,
6464 "commitizen" : " ^4.3.1" ,
6565 "cz-conventional-changelog" : " ^3.3.0" ,
66- "eslint" : " ^9.28 .0" ,
66+ "eslint" : " ^9.29 .0" ,
6767 "execa" : " ^9.6.0" ,
6868 "husky" : " ^9.1.7" ,
69- "lint-staged" : " ^16.1.0 " ,
69+ "lint-staged" : " ^16.1.2 " ,
7070 "next" : " ^15.3.3" ,
7171 "npm-run-all" : " ^4.1.5" ,
7272 "react" : " ^19.1.0" ,
7373 "react-dom" : " ^19.1.0" ,
7474 "tsup" : " ^8.5.0" ,
7575 "typescript" : " ^5.8.3" ,
76- "vitest" : " ^3.2.2 "
76+ "vitest" : " ^3.2.3 "
7777 },
7878 "peerDependencies" : {
7979 "next" : " ^15.0.1"
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ export default defineConfig((options) => ({
99 minify : false ,
1010 treeshake : true ,
1111 tsconfig : './tsconfig.build.json' ,
12- format : [ 'esm' ] ,
12+ format : [ 'esm' , 'cjs' ] ,
1313} ) ) ;
You can’t perform that action at this time.
0 commit comments