Skip to content

Commit 3416cf3

Browse files
committed
Update dev dependencies
1 parent c5c63ac commit 3416cf3

File tree

21 files changed

+1066
-1168
lines changed

21 files changed

+1066
-1168
lines changed

examples/envelope-helix-fastify/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
},
1111
"dependencies": {
1212
"@envelop/core": "^2.0.0",
13-
"@faker-js/faker": "^6.0.0-alpha.6",
13+
"@faker-js/faker": "^6.0.0-alpha.7",
1414
"@pothos/core": "workspace:*",
1515
"fastify": "^3.27.2",
1616
"graphql": "16.3.0",
1717
"graphql-helix": "^1.11.0",
18-
"ts-node": "^10.5.0"
18+
"ts-node": "^10.6.0"
1919
},
2020
"publishConfig": {
2121
"access": "public"

examples/helix/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"type": "tsc --noEmit"
1010
},
1111
"dependencies": {
12-
"@faker-js/faker": "^6.0.0-alpha.6",
12+
"@faker-js/faker": "^6.0.0-alpha.7",
1313
"@pothos/core": "workspace:*",
1414
"graphql": "16.3.0",
1515
"graphql-helix": "^1.11.0"

examples/nextjs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
"start": "next start"
1010
},
1111
"dependencies": {
12-
"@apollo/client": "^3.5.9",
12+
"@apollo/client": "^3.5.10",
1313
"@boost/module": "^3.1.0",
14-
"@faker-js/faker": "^6.0.0-alpha.6",
14+
"@faker-js/faker": "^6.0.0-alpha.7",
1515
"@pothos/core": "workspace:*",
1616
"graphql": "16.3.0",
1717
"graphql-helix": "^1.11.0",
1818
"graphql-tag": "^2.12.6",
1919
"next": "12.1.0",
2020
"react": "17.0.2",
2121
"react-dom": "17.0.2",
22-
"react-query": "^3.34.15"
22+
"react-query": "^3.34.16"
2323
},
2424
"devDependencies": {
2525
"@graphql-codegen/cli": "^2.6.2",
@@ -28,10 +28,10 @@
2828
"@graphql-codegen/typescript": "^2.4.5",
2929
"@graphql-codegen/typescript-operations": "^2.3.2",
3030
"@graphql-codegen/typescript-react-apollo": "^3.2.8",
31-
"@types/node": "17.0.18",
31+
"@types/node": "17.0.21",
3232
"@types/react": "17.0.39",
3333
"concurrently": "^7.0.0",
34-
"ts-node": "^10.5.0"
34+
"ts-node": "^10.6.0"
3535
},
3636
"engines": {
3737
"node": ">=12.0.0"

examples/prisma-relay/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
"seed": "pnpm ts-node prisma/seed.ts"
1616
},
1717
"dependencies": {
18-
"@faker-js/faker": "^6.0.0-alpha.6",
18+
"@faker-js/faker": "^6.0.0-alpha.7",
1919
"@pothos/core": "^3.3.3",
2020
"@pothos/plugin-prisma": "workspace:*",
2121
"@pothos/plugin-relay": "workspace:*",
22-
"@prisma/client": "^3.9.2",
22+
"@prisma/client": "^3.10.0",
2323
"apollo-server": "^3.6.3",
2424
"graphql": "16.3.0",
25-
"prisma": "^3.9.2",
26-
"ts-node": "^10.5.0"
25+
"prisma": "^3.10.0",
26+
"ts-node": "^10.6.0"
2727
},
2828
"publishConfig": {
2929
"access": "public"

examples/prisma/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
"seed": "pnpm ts-node prisma/seed.ts"
1616
},
1717
"dependencies": {
18-
"@faker-js/faker": "^6.0.0-alpha.6",
18+
"@faker-js/faker": "^6.0.0-alpha.7",
1919
"@pothos/core": "workspace:*",
2020
"@pothos/plugin-prisma": "workspace:*",
21-
"@prisma/client": "^3.9.2",
21+
"@prisma/client": "^3.10.0",
2222
"apollo-server": "^3.6.3",
2323
"graphql": "16.3.0",
24-
"prisma": "^3.9.2",
25-
"ts-node": "^10.5.0"
24+
"prisma": "^3.10.0",
25+
"ts-node": "^10.6.0"
2626
},
2727
"publishConfig": {
2828
"access": "public"

examples/relay-windowed-pagination/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
"seed": "pnpm ts-node prisma/seed.ts"
1414
},
1515
"dependencies": {
16-
"@faker-js/faker": "^6.0.0-alpha.6",
16+
"@faker-js/faker": "^6.0.0-alpha.7",
1717
"@graphql-yoga/node": "0.0.1-beta.2",
1818
"@pothos/core": "workspace:*",
1919
"@pothos/plugin-relay": "workspace:*",
2020
"graphql": "16.3.0",
21-
"prisma": "^3.9.2",
22-
"ts-node": "^10.5.0"
21+
"prisma": "^3.10.0",
22+
"ts-node": "^10.6.0"
2323
},
2424
"publishConfig": {
2525
"access": "public"

examples/simple-classes/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"type": "tsc --noEmit"
1010
},
1111
"dependencies": {
12-
"@faker-js/faker": "^6.0.0-alpha.6",
12+
"@faker-js/faker": "^6.0.0-alpha.7",
1313
"@pothos/core": "workspace:*",
1414
"apollo-server": "^3.6.3",
1515
"graphql": "16.3.0",
16-
"ts-node": "^10.5.0"
16+
"ts-node": "^10.6.0"
1717
},
1818
"publishConfig": {
1919
"access": "public"

examples/simple-interfaces/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"type": "tsc --noEmit"
1010
},
1111
"dependencies": {
12-
"@faker-js/faker": "^6.0.0-alpha.6",
12+
"@faker-js/faker": "^6.0.0-alpha.7",
1313
"@pothos/core": "workspace:*",
1414
"apollo-server": "^3.6.3",
1515
"graphql": "16.3.0",
16-
"ts-node": "^10.5.0"
16+
"ts-node": "^10.6.0"
1717
},
1818
"publishConfig": {
1919
"access": "public"

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -37,23 +37,23 @@
3737
"@babel/core": "^7.17.5",
3838
"@babel/preset-env": "^7.16.11",
3939
"@babel/preset-typescript": "^7.16.7",
40-
"@beemo/cli": "^2.0.5",
41-
"@beemo/core": "^2.1.3",
42-
"@beemo/dev": "^1.7.6",
43-
"@changesets/cli": "^2.20.0",
44-
"@faker-js/faker": "^6.0.0-alpha.6",
45-
"@types/jest": "^27.4.0",
46-
"@types/node": "^17.0.18",
47-
"eslint": "^8.9.0",
40+
"@beemo/cli": "^2.0.6",
41+
"@beemo/core": "^2.1.4",
42+
"@beemo/dev": "^1.7.8",
43+
"@changesets/cli": "^2.21.0",
44+
"@faker-js/faker": "^6.0.0-alpha.7",
45+
"@types/jest": "^27.4.1",
46+
"@types/node": "^17.0.21",
47+
"eslint": "^8.10.0",
4848
"eslint-plugin-prettier": "^4.0.0",
4949
"graphql": "16.3.0",
5050
"graphql-helix": "^1.11.0",
5151
"graphql-tag": "^2.12.6",
5252
"jest": "^27.5.1",
5353
"prettier": "^2.5.1",
54-
"ts-node": "^10.5.0",
55-
"turbo": "^1.1.3",
56-
"typescript": "4.5.5",
54+
"ts-node": "^10.6.0",
55+
"turbo": "^1.1.4",
56+
"typescript": "4.6.2",
5757
"typescript-json-schema": "^0.53.0"
5858
},
5959
"resolutions": {

packages/core/src/config-store.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable @typescript-eslint/no-redundant-type-constituents */
12
/* eslint-disable node/no-callback-literal */
23
import {
34
GraphQLBoolean,

0 commit comments

Comments
 (0)