This commit is contained in:
Ken 2021-04-23 12:43:25 -07:00
Родитель 1f5c1f19f5
Коммит aa757161f7
5 изменённых файлов: 11 добавлений и 11 удалений

Просмотреть файл

@ -2,7 +2,7 @@
"name": "@graphitation/apollo-mock-client",
"description": "An Apollo Client that allows mocking of payloads in response to operations, rather than having to provide them all upfront.",
"license": "MIT",
"version": "0.2.0",
"version": "0.3.0",
"main": "./src/index.ts",
"scripts": {
"build": "monorepo-scripts build",
@ -13,8 +13,8 @@
},
"devDependencies": {
"@apollo/client": "^3.3.15",
"@graphitation/graphql-js-tag": "^0.1.1",
"@graphitation/graphql-js-operation-payload-generator": "^0.1.1",
"@graphitation/graphql-js-tag": "^0.2.0",
"@graphitation/graphql-js-operation-payload-generator": "^0.2.0",
"@types/invariant": "^2.2.34",
"@types/jest": "^26.0.22",
"@types/react": "^17.0.3",

Просмотреть файл

@ -14,15 +14,15 @@
},
"devDependencies": {
"@apollo/client": "^3.3.15",
"@graphitation/apollo-mock-client": "^0.2.0",
"@graphitation/graphql-js-operation-payload-generator": "^0.1.0",
"@graphitation/graphql-js-tag": "^0.1.0",
"@graphitation/apollo-mock-client": "^0.3.0",
"@graphitation/graphql-js-operation-payload-generator": "^0.2.0",
"@graphitation/graphql-js-tag": "^0.2.0",
"@types/jest": "^26.0.22",
"@types/react": "^17.0.3",
"monorepo-scripts": "*",
"react": "^17.0.2",
"relay-compiler": "^11.0.2",
"relay-compiler-language-graphitation": "^0.1.0",
"relay-compiler-language-graphitation": "^0.2.0",
"ts-expect": "^1.3.0"
},
"peerDependencies": {

Просмотреть файл

@ -2,7 +2,7 @@
"name": "@graphitation/graphql-js-operation-payload-generator",
"description": "Generates a payload for a given GraphQL operation expressed in graphql-js AST and a GraphQL Schema.",
"license": "MIT",
"version": "0.1.1",
"version": "0.2.0",
"main": "./src/index.ts",
"scripts": {
"build": "monorepo-scripts build",
@ -12,7 +12,7 @@
"just": "monorepo-scripts"
},
"devDependencies": {
"@graphitation/graphql-js-tag": "^0.1.1",
"@graphitation/graphql-js-tag": "^0.2.0",
"@types/jest": "^26.0.22",
"monorepo-scripts": "*",
"relay-test-utils-internal": "^11.0.2"

Просмотреть файл

@ -2,7 +2,7 @@
"name": "@graphitation/graphql-js-tag",
"description": "A simple graphql-js AST based `graphql` tagged template function.",
"license": "MIT",
"version": "0.1.1",
"version": "0.2.0",
"main": "./src/index.ts",
"scripts": {
"build": "monorepo-scripts build",

Просмотреть файл

@ -2,7 +2,7 @@
"name": "relay-compiler-language-graphitation",
"description": "A relay-compiler plugin that wraps the TypeScript plugin and augments it slightly for @graphitation/apollo-react-relay-duct-tape's needs.",
"license": "MIT",
"version": "0.1.0",
"version": "0.2.0",
"main": "./lib/index.js",
"scripts": {
"build": "tsc",