Skip to content

Commit 69fc765

Browse files
committed
nextとreactをアップデート, ほか一部のパッケージのバージョン指定を修正
1 parent 92c7989 commit 69fc765

File tree

2 files changed

+71
-71
lines changed

2 files changed

+71
-71
lines changed

package-lock.json

Lines changed: 64 additions & 64 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"@opennextjs/cloudflare": "^1.7.1",
2323
"@ruby/wasm-wasi": "^2.7.2",
2424
"@typescript/vfs": "^1.6.2",
25-
"@xterm/addon-fit": "^0.11.0-beta.115",
26-
"@xterm/xterm": "^5.6.0-beta.115",
25+
"@xterm/addon-fit": "0.11.0-beta.115",
26+
"@xterm/xterm": "5.6.0-beta.115",
2727
"ace-builds": "^1.43.2",
2828
"async-mutex": "^0.5.0",
2929
"better-auth": "^1.4.4",
@@ -33,19 +33,19 @@
3333
"dotenv": "^17.2.3",
3434
"drizzle-orm": "^0.44.7",
3535
"mocha": "^11.7.4",
36-
"next": "<15.5",
36+
"next": "~15.4.8",
3737
"object-inspect": "^1.13.4",
3838
"pg": "^8.16.3",
3939
"prismjs": "^1.30.0",
4040
"pyodide": "^0.29.0",
41-
"react": "19.1.0",
41+
"react": "19.2.1",
4242
"react-ace": "^14.0.1",
43-
"react-dom": "19.1.0",
43+
"react-dom": "19.2.1",
4444
"react-markdown": "^10.1.0",
4545
"react-syntax-highlighter": "^16.1.0",
4646
"remark-gfm": "^4.0.1",
4747
"swr": "^2.3.6",
48-
"typescript": "5.9.3",
48+
"typescript": "^5.9.3",
4949
"zod": "^4.0.17"
5050
},
5151
"devDependencies": {
@@ -63,7 +63,7 @@
6363
"daisyui": "^5.5.5",
6464
"drizzle-kit": "^0.31.5",
6565
"eslint": "^9",
66-
"eslint-config-next": "<15.4",
66+
"eslint-config-next": "~15.4.8",
6767
"prettier": "^3.6.2",
6868
"prisma": "^6.18.0",
6969
"tailwindcss": "^4",

0 commit comments

Comments
 (0)