-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,5 @@ | |
"packages": [ | ||
"packages/*" | ||
], | ||
"version": "5.1.0" | ||
"version": "5.2.0" | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "parrot-core", | ||
"version": "5.1.0", | ||
"version": "5.2.0", | ||
"contributors": [ | ||
"Jack Cross <[email protected]>", | ||
"Nathan Force <[email protected]>", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "parrot-fetch", | ||
"version": "5.1.0", | ||
"version": "5.2.0", | ||
"contributors": [ | ||
"Jack Cross <[email protected]>", | ||
"Nathan Force <[email protected]>", | ||
|
@@ -24,7 +24,7 @@ | |
"prepublish": "npm run build" | ||
}, | ||
"dependencies": { | ||
"parrot-core": "^5.1.0", | ||
"parrot-core": "^5.2.0", | ||
"url-parse": "^1.5.10" | ||
}, | ||
"devDependencies": { | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "parrot-friendly", | ||
"version": "5.1.0", | ||
"version": "5.2.0", | ||
"contributors": [ | ||
"Jack Cross <[email protected]>", | ||
"Nathan Force <[email protected]>", | ||
|
@@ -24,7 +24,7 @@ | |
"prepublish": "npm run build" | ||
}, | ||
"dependencies": { | ||
"parrot-graphql": "^5.1.0" | ||
"parrot-graphql": "^5.2.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.22.10", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "parrot-graphql", | ||
"version": "5.1.0", | ||
"version": "5.2.0", | ||
"contributors": [ | ||
"Jack Cross <[email protected]>", | ||
"Nathan Force <[email protected]>", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "parrot-middleware", | ||
"version": "5.1.0", | ||
"version": "5.2.0", | ||
"contributors": [ | ||
"Jack Cross <[email protected]>", | ||
"Nathan Force <[email protected]>", | ||
|
@@ -27,7 +27,7 @@ | |
"body-parser": "^1.20.2", | ||
"cookie-parser": "^1.4.7", | ||
"express": "^4.18.2", | ||
"parrot-core": "^5.1.0" | ||
"parrot-core": "^5.2.0" | ||
}, | ||
"devDependencies": { | ||
"@rollup/plugin-babel": "^5.3.1", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "parrot-server", | ||
"version": "5.1.0", | ||
"version": "5.2.0", | ||
"contributors": [ | ||
"Andres Escobar <[email protected]>", | ||
"Jack Cross <[email protected]>", | ||
|
@@ -28,7 +28,7 @@ | |
}, | ||
"dependencies": { | ||
"express": "^4.18.2", | ||
"parrot-middleware": "^5.1.0", | ||
"parrot-middleware": "^5.2.0", | ||
"yargs": "^11.1.1" | ||
}, | ||
"devDependencies": { | ||
|