Skip to content

Commit 29f69ed

Browse files
committed
update jotai
1 parent 969860e commit 29f69ed

File tree

2 files changed

+194
-8
lines changed

2 files changed

+194
-8
lines changed

examples/99_jotai/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
"start": "waku start --with-ssr"
1010
},
1111
"dependencies": {
12-
"jotai": "^2.2.2",
1312
"express": "^4.18.2",
13+
"jotai": "^2.4.0",
1414
"react": "18.3.0-canary-7118f5dd7-20230705",
1515
"react-dom": "18.3.0-canary-7118f5dd7-20230705",
1616
"react-server-dom-webpack": "18.3.0-canary-7118f5dd7-20230705",
1717
"waku": "0.13.0"
1818
},
1919
"devDependencies": {
20-
"@types/react": "^18.2.8",
21-
"@types/react-dom": "^18.2.4",
22-
"typescript": "^5.1.3"
20+
"@types/react": "^18.2.21",
21+
"@types/react-dom": "^18.2.7",
22+
"typescript": "^5.2.2"
2323
}
2424
}

pnpm-lock.yaml

+190-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)