Skip to content

Commit

Permalink
chore: bump flew core
Browse files Browse the repository at this point in the history
  • Loading branch information
stewones committed Feb 21, 2022
1 parent d63b367 commit 18f8881
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/cache/package.json
Expand Up @@ -36,7 +36,7 @@
"email": "support@flew.dev"
},
"dependencies": {
"@flew/core": "^0.0.15",
"@flew/core": "^0.0.20",
"localforage": "^1.10.0",
"localforage-cordovasqlitedriver": "^1.8.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase/package.json
Expand Up @@ -36,7 +36,7 @@
"email": "support@flew.dev"
},
"dependencies": {
"@flew/core": "^0.0.15",
"@flew/core": "^0.0.20",
"firebase": "^8.10.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/network/package.json
Expand Up @@ -46,7 +46,7 @@
"axios": "^0.22.0",
"rxjs": "~7.4.0",
"lodash": "^4.17.21",
"@flew/core": "^0.0.17-alpha.1"
"@flew/core": "^0.0.20"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^17.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/parse/package.json
Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"lodash": "^4.17.21",
"parse": "^3.3.1",
"@flew/core": "^0.0.17-alpha.1"
"@flew/core": "^0.0.20"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^17.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/state/package.json
Expand Up @@ -36,7 +36,7 @@
"email": "support@flew.dev"
},
"dependencies": {
"@flew/core": "^0.0.15",
"@flew/core": "^0.0.20",
"lodash": "^4.17.21",
"rxjs": "~7.4.0",
"immer": "^9.0.6",
Expand Down

0 comments on commit 18f8881

Please sign in to comment.