Skip to content

Commit

Permalink
Switched to normal pocketbase and migrated to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tobicrain committed Nov 30, 2022
1 parent eceb0d5 commit 6bfef29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pocketbase-react",
"version": "0.1.27",
"version": "0.1.28",
"description": "Unofficial React SDK (React, React Native, Expo) for interacting with the PocketBase JS SDK",
"keywords": [
"pocketbase",
Expand Down Expand Up @@ -45,7 +45,7 @@
"prepublishOnly": "npm run build"
},
"peerDependencies": {
"pocketbase": "^0.8.1"
"pocketbase": "0.8.1"
},
"devDependencies": {
"@babel/cli": "^7.12.1",
Expand All @@ -68,7 +68,7 @@
"dependencies": {
"@react-native-async-storage/async-storage": "^1.17.10",
"@reduxjs/toolkit": "^1.8.5",
"pocketbase": "^0.8.1",
"pocketbase": "0.8.1",
"react-redux": "^8.0.4",
"redux": "^4.2.0",
"redux-persist": "^6.0.0"
Expand Down

0 comments on commit 6bfef29

Please sign in to comment.