Skip to content

Commit 73fc27f

Browse files
committed
chore: revert unnecessary changes
1 parent 0cb6247 commit 73fc27f

File tree

8 files changed

+17
-35
lines changed

8 files changed

+17
-35
lines changed

examples/ez/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"test-utils": "workspace:^0.1.0"
2828
},
2929
"devDependencies": {
30-
"@types/lodash": "^4.14.190",
30+
"@types/lodash": "^4.14.189",
3131
"@types/node": "^18.11.9",
3232
"@types/randomstring": "^1.1.8",
3333
"bob-tsm": "^1.1.2",

examples/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"devDependencies": {
5454
"@fastify/nextjs": "^9.2.0",
5555
"@types/graphql-upload": "^8.0.12",
56-
"@types/lodash": "^4.14.190",
56+
"@types/lodash": "^4.14.189",
5757
"@types/node": "^18.11.9",
5858
"@types/react": "^17.0.52",
5959
"@types/react-dom": "^17.0.18",

internal/test-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@graphql-ez/fastify-testing": "^0.3.0",
3333
"@graphql-ez/plugin-codegen": "^0.7.11",
3434
"@graphql-ez/plugin-schema": "^0.8.5",
35-
"@rollup/plugin-babel": "^6.0.3",
35+
"@rollup/plugin-babel": "^6.0.2",
3636
"@types/jest": "^29.2.3",
3737
"cross-env": "^7.0.3",
3838
"fastify": "^4.10.2",

packages/cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"dependencies": {
4343
"gqty": "workspace:^2.3.0",
44-
"undici": "^5.13.0"
44+
"undici": "^5.12.0"
4545
},
4646
"devDependencies": {
4747
"@graphql-codegen/core": "^2.6.6",
@@ -50,7 +50,7 @@
5050
"@graphql-tools/utils": "^9.1.1",
5151
"@graphql-tools/wrap": "^9.2.16",
5252
"@size-limit/preset-small-lib": "^8.1.0",
53-
"@types/lodash": "^4.14.190",
53+
"@types/lodash": "^4.14.189",
5454
"@types/lodash.sortby": "^4.7.7",
5555
"@types/mkdirp": "^1.0.2",
5656
"@types/node": "^18.11.9",

packages/gqty/src/Selection/selection.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export class Selection {
5353
unions,
5454
id,
5555
}: SelectionConstructorArgs) {
56-
this.id = id.toString();
56+
this.id = id + '';
5757
this.key = key;
5858
this.operationName = operationName;
5959
this.prevSelection = prevSelection ?? null;

packages/react/jest.config.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
const { getConfig } = require('test-utils/jest.config.js');
2-
3-
module.exports = getConfig({
1+
module.exports = require('test-utils/jest.config.js').getConfig({
42
setupFilesAfterEnv: ['@testing-library/jest-dom/extend-expect'],
53
testEnvironment: 'jsdom',
64
});

packages/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@testing-library/react": "^12.1.5",
4848
"@testing-library/react-hooks": "^8.0.1",
4949
"@types/jest": "^29.2.3",
50-
"@types/lodash": "^4.14.190",
50+
"@types/lodash": "^4.14.189",
5151
"@types/node": "^18.11.9",
5252
"@types/react": "^17.0.52",
5353
"@types/react-dom": "^17.0.18",

pnpm-lock.yaml

+9-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)