Skip to content

Commit e140e3e

Browse files
committed
chore: Update example dependencies
1 parent ce555c2 commit e140e3e

File tree

2 files changed

+230
-78
lines changed

2 files changed

+230
-78
lines changed

examples/react/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
},
99
"dependencies": {
1010
"@maggo/use-flow": "workspace:*",
11-
"@onflow/fcl": "^1.2.0",
12-
"next": "12.2.4",
11+
"@onflow/fcl": "^1.3.2",
12+
"next": "13.1.1",
1313
"react": "^18.2.0",
1414
"react-dom": "^18.2.0"
1515
},
1616
"devDependencies": {
17-
"@types/node": "18.6.5",
18-
"@types/react": "^18.0.17",
19-
"@types/react-dom": "^18.0.6",
20-
"typescript": "4.7.4"
17+
"@types/node": "18.11.18",
18+
"@types/react": "^18.0.26",
19+
"@types/react-dom": "^18.0.10",
20+
"typescript": "4.9.4"
2121
}
2222
}

0 commit comments

Comments
 (0)