-
-
Notifications
You must be signed in to change notification settings - Fork 322
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
Showing
23 changed files
with
53 additions
and
53 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
5.2.11 | ||
5.2.12 |
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
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
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": "altair", | ||
"description": "The best graphQL client you will ever need", | ||
"version": "5.2.11", | ||
"version": "5.2.12", | ||
"author": "Samuel Imolorhe <[email protected]> (https://sirmuel.design/)", | ||
"bugs": "https://github.com/altair-graphql/altair/issues", | ||
"collective": { | ||
|
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,12 +1,12 @@ | ||
{ | ||
"name": "@altairgraphql/app", | ||
"description": "Contains the altair app", | ||
"version": "5.2.11", | ||
"version": "5.2.12", | ||
"author": "Samuel Imolorhe <[email protected]> (https://sirmuel.design/)", | ||
"dependencies": { | ||
"@altairgraphql/api-utils": "^5.2.11", | ||
"@altairgraphql/db": "^5.2.11", | ||
"@altairgraphql/electron-interop": "^5.2.11", | ||
"@altairgraphql/api-utils": "^5.2.12", | ||
"@altairgraphql/db": "^5.2.12", | ||
"@altairgraphql/electron-interop": "^5.2.12", | ||
"@angular/animations": "15.2.3", | ||
"@angular/cdk": "12.2.6", | ||
"@angular/cli": "15.2.4", | ||
|
@@ -47,7 +47,7 @@ | |
"abab": "2.0.6", | ||
"actioncable": "5.2.8", | ||
"ajv": "^8.11.2", | ||
"altair-graphql-core": "^5.2.11", | ||
"altair-graphql-core": "^5.2.12", | ||
"angular-resizable-element": "^6.0.0", | ||
"apollo-cache-inmemory": "1.6.6", | ||
"apollo-link": "1.2.14", | ||
|
@@ -150,7 +150,7 @@ | |
"chai-as-promised": "7.1.1", | ||
"electron": "^27.1.0", | ||
"eslint": "8.18.0", | ||
"eslint-config-altair": "^5.2.11", | ||
"eslint-config-altair": "^5.2.12", | ||
"eslint-config-prettier": "8.5.0", | ||
"eslint-plugin-import": "^2.27.4", | ||
"eslint-plugin-no-unsanitized": "^4.0.2", | ||
|
@@ -163,7 +163,7 @@ | |
"ncp": "2.0.0", | ||
"ng-mocks": "14.0.1", | ||
"ngrx-store-freeze": "0.2.4", | ||
"prettier-config-altair": "^5.2.11", | ||
"prettier-config-altair": "^5.2.12", | ||
"protractor": "7.0.0", | ||
"react": "17.0.1", | ||
"rxjs-tslint-rules": "4.32.0", | ||
|
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": "altair-graphql-core", | ||
"description": "Several of the core logic for altair graphql client", | ||
"version": "5.2.11", | ||
"version": "5.2.12", | ||
"author": "Samuel Imolorhe <[email protected]> (https://sirmuel.design)", | ||
"bugs": "https://github.com/altair-graphql/altair/issues", | ||
"dependencies": { | ||
|
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
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": "altair", | ||
"description": "Electron wrapper for Altair", | ||
"version": "5.2.11", | ||
"version": "5.2.12", | ||
"author": "Samuel Imolorhe <[email protected]> (https://sirmuel.design/)", | ||
"bugs": "https://github.com/altair-graphql/altair/issues", | ||
"collective": { | ||
|
@@ -10,10 +10,10 @@ | |
"logo": "https://opencollective.com/altair/logo.txt" | ||
}, | ||
"dependencies": { | ||
"@altairgraphql/electron-interop": "^5.2.11", | ||
"@altairgraphql/login-redirect": "^5.2.11", | ||
"@altairgraphql/electron-interop": "^5.2.12", | ||
"@altairgraphql/login-redirect": "^5.2.12", | ||
"@sentry/electron": "^4.14.0", | ||
"altair-static": "^5.2.11", | ||
"altair-static": "^5.2.12", | ||
"body-parser": "^1.20.0", | ||
"csp-header": "^5.1.0", | ||
"electron-debug": "^3.0.1", | ||
|
@@ -38,7 +38,7 @@ | |
"@sentry/wizard": "^3.16.2", | ||
"@types/jest": "^28.1.7", | ||
"@types/mime-types": "^2.1.1", | ||
"altair-graphql-core": "^5.2.11", | ||
"altair-graphql-core": "^5.2.12", | ||
"devtron": "^1.4.0", | ||
"dotenv": "^8.1.0", | ||
"electron": "^27.1.0", | ||
|
@@ -47,7 +47,7 @@ | |
"electron-chromedriver": "^14.0.0", | ||
"electron-reloader": "^1.2.1", | ||
"eslint": "^7.3.1", | ||
"eslint-config-altair": "^5.2.11", | ||
"eslint-config-altair": "^5.2.12", | ||
"eslint-config-prettier": "8.5.0", | ||
"jest": "29.4.1", | ||
"jest-circus": "28.0.0", | ||
|
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,17 +1,17 @@ | ||
{ | ||
"name": "altair-express-middleware", | ||
"description": "Express middleware for altair graphql client", | ||
"version": "5.2.11", | ||
"version": "5.2.12", | ||
"author": "Samuel Imolorhe <[email protected]> (https://sirmuel.design)", | ||
"bugs": "https://github.com/altair-graphql/altair/issues", | ||
"dependencies": { | ||
"altair-static": "^5.2.11", | ||
"altair-static": "^5.2.12", | ||
"express": "^4.16.2" | ||
}, | ||
"devDependencies": { | ||
"@types/express": "^4.11.1", | ||
"@types/node": "^14.14.41", | ||
"eslint-config-altair": "^5.2.11", | ||
"eslint-config-altair": "^5.2.12", | ||
"nodemon": "^2.0.2", | ||
"ts-node": "^8.5.4", | ||
"typescript": "4.9.5" | ||
|
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,12 +1,12 @@ | ||
{ | ||
"name": "altair-fastify-plugin", | ||
"description": "Fastify Plugin of Altair GraphQL Client", | ||
"version": "5.2.11", | ||
"version": "5.2.12", | ||
"author": "PabloSz <[email protected]>", | ||
"bugs": "https://github.com/altair-graphql/altair/issues", | ||
"dependencies": { | ||
"@fastify/static": "^6.4.0", | ||
"altair-static": "^5.2.11", | ||
"altair-static": "^5.2.12", | ||
"fastify-plugin": "^2.3.4" | ||
}, | ||
"devDependencies": { | ||
|
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,11 +1,11 @@ | ||
{ | ||
"name": "altair-koa-middleware", | ||
"description": "Koa middleware for altair graphql client", | ||
"version": "5.2.11", | ||
"version": "5.2.12", | ||
"author": "Samuel Imolorhe <[email protected]> (https://sirmuel.design)", | ||
"bugs": "https://github.com/altair-graphql/altair/issues", | ||
"dependencies": { | ||
"altair-static": "^5.2.11" | ||
"altair-static": "^5.2.12" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^27.0.1", | ||
|
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,11 +1,11 @@ | ||
{ | ||
"name": "altair-graphql-plugin", | ||
"description": "Plugin helper for altair graphql client", | ||
"version": "5.2.11", | ||
"version": "5.2.12", | ||
"author": "Samuel Imolorhe <[email protected]> (https://sirmuel.design)", | ||
"bugs": "https://github.com/altair-graphql/altair/issues", | ||
"dependencies": { | ||
"altair-graphql-core": "^5.2.11" | ||
"altair-graphql-core": "^5.2.12" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^14.14.41", | ||
|
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,13 +1,13 @@ | ||
{ | ||
"name": "altair-static", | ||
"description": "Static package for altair graphql client", | ||
"version": "5.2.11", | ||
"version": "5.2.12", | ||
"author": "Samuel Imolorhe <[email protected]> (https://sirmuel.design)", | ||
"bugs": "https://github.com/altair-graphql/altair/issues", | ||
"devDependencies": { | ||
"@altairgraphql/app": "^5.2.11", | ||
"@altairgraphql/app": "^5.2.12", | ||
"@types/jest": "^24.0.23", | ||
"altair-graphql-core": "^5.2.11", | ||
"altair-graphql-core": "^5.2.12", | ||
"dts-bundle-generator": "^6.11.0", | ||
"esbuild": "^0.14.43", | ||
"jest": "29.4.1", | ||
|
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,11 +1,11 @@ | ||
{ | ||
"name": "gatsby-plugin-altair-graphql", | ||
"description": "A gatsby plugin for using Altair GraphQL client", | ||
"version": "5.2.11", | ||
"version": "5.2.12", | ||
"author": "Samuel Imolorhe <[email protected]> (https://sirmuel.design/)", | ||
"bugs": "https://github.com/altair-graphql/altair/issues", | ||
"dependencies": { | ||
"altair-express-middleware": "^5.2.11" | ||
"altair-express-middleware": "^5.2.12" | ||
}, | ||
"devDependencies": { | ||
"@types/express": "^4.17.15", | ||
|
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