Skip to content

Commit aaa1506

Browse files
committed
Undo conversion of tutorial to use pnpm catalog deps
1 parent cbaf077 commit aaa1506

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tutorials/address-book/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"@react-router/serve": "*",
1313
"isbot": "^5.1.17",
1414
"match-sorter": "^8.0.0",
15-
"react": "catalog:",
16-
"react-dom": "catalog:",
15+
"react": "^19.2.3",
16+
"react-dom": "^19.2.3",
1717
"react-router": "*",
1818
"sort-by": "^1.2.0",
1919
"tiny-invariant": "^1.3.3"
@@ -24,7 +24,7 @@
2424
"@types/react": "^19.2.7",
2525
"@types/react-dom": "^19.2.3",
2626
"cross-env": "^7.0.3",
27-
"typescript": "catalog:",
27+
"typescript": "^5.4.5",
2828
"vite": "^5.4.11"
2929
},
3030
"engines": {

0 commit comments

Comments
 (0)