Skip to content

Commit 551c9d6

Browse files
[chore] Update deta version in examples (vercel#30204)
## Bug - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Errors have helpful link attached, see `contributing.md` ## Feature - [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR. - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Documentation added - [ ] Telemetry added. In case of a feature if it's used or not. - [ ] Errors have helpful link attached, see `contributing.md` ## Documentation / Examples - [x] Make sure the linting passes by running `yarn lint`
1 parent ef7e70e commit 551c9d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/with-deta-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"start": "next start"
77
},
88
"dependencies": {
9-
"deta": "^0.0.8",
9+
"deta": "^1.0.1",
1010
"next": "latest",
1111
"react": "^17.0.2",
1212
"react-dom": "^17.0.2"

0 commit comments

Comments
 (0)