This repository has been archived by the owner on Nov 23, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ce4e08f
commit 382c185
Showing
7 changed files
with
14 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@loona/angular", | ||
"version": "1.0.0-beta.6", | ||
"version": "1.0.0", | ||
"description": "App State Management done with GraphQL (angular integration)", | ||
"author": "Kamil Kisiela <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -34,16 +34,16 @@ | |
"release:canary": "yarn build && npm publish build --tag canary" | ||
}, | ||
"peerDependencies": { | ||
"@angular/core": "^6.1.0 || ^7.0.0", | ||
"apollo-angular": "^1.2.0", | ||
"@angular/core": "^6.1.0 && ^7.0.0", | ||
"apollo-angular": "^1.3.0", | ||
"apollo-client": "^2.3.0", | ||
"apollo-cache": "^1.0.0", | ||
"apollo-link": "^1.0.0", | ||
"graphql": "^0.13.2 || ^14.0.0", | ||
"rxjs": "^6.0.0" | ||
}, | ||
"dependencies": { | ||
"@loona/core": "1.0.0-beta.6" | ||
"@loona/core": "1.0.0" | ||
}, | ||
"devDependencies": { | ||
"@angular/common": "7.0.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@loona/core", | ||
"version": "1.0.0-beta.6", | ||
"version": "1.0.0", | ||
"description": "App State Management done with GraphQL (core package)", | ||
"author": "Kamil Kisiela <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@loona/react", | ||
"version": "1.0.0-beta.6", | ||
"version": "1.0.0", | ||
"description": "App State Management done with GraphQL (react integration)", | ||
"author": "Kamil Kisiela <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -40,13 +40,11 @@ | |
"react-apollo": "^2.1.0" | ||
}, | ||
"dependencies": { | ||
"@loona/core": "1.0.0-beta.6", | ||
"invariant": "^2.2.2", | ||
"@loona/core": "1.0.0", | ||
"prop-types": "^15.6.0" | ||
}, | ||
"devDependencies": { | ||
"@types/graphql": "14.0.3", | ||
"@types/invariant": "2.2.29", | ||
"@types/jest": "23.3.9", | ||
"@types/prop-types": "15.5.6", | ||
"@types/react": "16.4.18", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
|
||
{ | ||
"name": "@loona/schematics", | ||
"version": "1.0.0-beta.6", | ||
"version": "1.0.0", | ||
"description": "Loona Angular Schematics", | ||
"author": "Kamil Kisiela <[email protected]>", | ||
"license": "MIT", | ||
|
Empty file.