Skip to content

Commit

Permalink
Bump bundler and reorganize serialize exports (#3049)
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi authored Dec 9, 2024
1 parent 92d97f0 commit 0691919
Show file tree
Hide file tree
Showing 5 changed files with 489 additions and 279 deletions.
6 changes: 3 additions & 3 deletions e2e/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"@types/node": "^20.2.5",
"@types/react": "^18.2.8",
"@types/react-dom": "18.2.4",
"next": "^14.1.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"next": "^15.0.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "5.1.3",
"swr": "*"
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"@types/use-sync-external-store": "^0.0.3",
"@typescript-eslint/eslint-plugin": "5.59.8",
"@typescript-eslint/parser": "5.59.8",
"bunchee": "^5.1.1",
"bunchee": "^6.0.2",
"eslint": "8.42.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-jest-dom": "5.1.0",
Expand All @@ -146,7 +146,7 @@
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"lint-staged": "13.2.2",
"next": "15.0.3",
"next": "15.0.4",
"prettier": "2.8.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
Loading

0 comments on commit 0691919

Please sign in to comment.