From 551c9d696362df6eda5d02218a5826314f0642f9 Mon Sep 17 00:00:00 2001 From: Rohith Gilla Date: Wed, 5 Jan 2022 23:34:56 +0530 Subject: [PATCH] [chore] Update `deta` version in examples (#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` --- examples/with-deta-base/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-deta-base/package.json b/examples/with-deta-base/package.json index a38fa7b3134b4..e7759e2daac70 100644 --- a/examples/with-deta-base/package.json +++ b/examples/with-deta-base/package.json @@ -6,7 +6,7 @@ "start": "next start" }, "dependencies": { - "deta": "^0.0.8", + "deta": "^1.0.1", "next": "latest", "react": "^17.0.2", "react-dom": "^17.0.2"