Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
bump version of security and core
Browse files Browse the repository at this point in the history
  • Loading branch information
austincunningham authored and wtrocki committed Apr 9, 2019
1 parent de20f69 commit 2bef55d
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@
"typescript": "3.4.1"
},
"dependencies": {
"@aerogear/core": "2.3.1"
"@aerogear/core": "2.4.0-dev.1"
}
}
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"typescript": "3.4.1"
},
"dependencies": {
"@aerogear/core": "2.3.1"
"@aerogear/core": "2.4.0-dev.1"
}
}
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"typescript": "3.4.1"
},
"dependencies": {
"@aerogear/core": "2.3.1",
"@aerogear/core": "2.4.0-dev.1",
"keycloak-js": "4.8.3",
"loglevel": "1.6.1",
"url": "0.11.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aerogear/core",
"version": "2.3.1",
"version": "2.4.0-dev.1",
"description": "JavaScript Core SDK for AeroGear services",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/push/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"typescript": "3.4.1"
},
"dependencies": {
"@aerogear/core": "2.3.1",
"@aerogear/core": "2.4.0-dev.1",
"axios": "0.18.0"
}
}
4 changes: 2 additions & 2 deletions packages/security/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aerogear/security",
"version": "2.3.1",
"version": "2.4.0-dev.1",
"description": "AeroGear Services JavaScript Security SDK",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -34,7 +34,7 @@
"typescript": "3.3.3333"
},
"dependencies": {
"@aerogear/core": "2.3.1",
"@aerogear/core": "2.4.0-dev.1",
"@types/loglevel": "1.5.4",
"axios": "^0.18.0",
"loglevel": "^1.6.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/sync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"typescript": "3.4.1"
},
"dependencies": {
"@aerogear/core": "2.3.1",
"@aerogear/core": "2.4.0-dev.1",
"apollo-cache-inmemory": "1.5.1",
"apollo-cache-persist": "0.1.1",
"apollo-client": "2.5.1",
Expand Down

0 comments on commit 2bef55d

Please sign in to comment.