Skip to content

Commit 0691919

Browse files
authored
Bump bundler and reorganize serialize exports (#3049)
1 parent 92d97f0 commit 0691919

File tree

5 files changed

+489
-279
lines changed

5 files changed

+489
-279
lines changed

e2e/site/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"@types/node": "^20.2.5",
1313
"@types/react": "^18.2.8",
1414
"@types/react-dom": "18.2.4",
15-
"next": "^14.1.4",
16-
"react": "^18.2.0",
17-
"react-dom": "^18.2.0",
15+
"next": "^15.0.4",
16+
"react": "^18.3.1",
17+
"react-dom": "^18.3.1",
1818
"typescript": "5.1.3",
1919
"swr": "*"
2020
}

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
"@types/use-sync-external-store": "^0.0.3",
136136
"@typescript-eslint/eslint-plugin": "5.59.8",
137137
"@typescript-eslint/parser": "5.59.8",
138-
"bunchee": "^5.1.1",
138+
"bunchee": "^6.0.2",
139139
"eslint": "8.42.0",
140140
"eslint-config-prettier": "8.8.0",
141141
"eslint-plugin-jest-dom": "5.1.0",
@@ -146,7 +146,7 @@
146146
"jest": "29.7.0",
147147
"jest-environment-jsdom": "29.7.0",
148148
"lint-staged": "13.2.2",
149-
"next": "15.0.3",
149+
"next": "15.0.4",
150150
"prettier": "2.8.8",
151151
"react": "^18.2.0",
152152
"react-dom": "^18.2.0",

0 commit comments

Comments
 (0)