Skip to content

Commit

Permalink
chore: revert unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vicary committed Nov 27, 2022
1 parent 8354ca8 commit 3ac9ff1
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 36 deletions.
2 changes: 1 addition & 1 deletion examples/ez/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"test-utils": "workspace:^0.1.0"
},
"devDependencies": {
"@types/lodash": "^4.14.190",
"@types/lodash": "^4.14.189",
"@types/node": "^18.11.9",
"@types/randomstring": "^1.1.8",
"bob-tsm": "^1.1.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"devDependencies": {
"@fastify/nextjs": "^9.2.0",
"@types/graphql-upload": "^8.0.12",
"@types/lodash": "^4.14.190",
"@types/lodash": "^4.14.189",
"@types/node": "^18.11.9",
"@types/react": "^17.0.52",
"@types/react-dom": "^17.0.18",
Expand Down
2 changes: 1 addition & 1 deletion internal/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@graphql-ez/fastify-testing": "^0.3.0",
"@graphql-ez/plugin-codegen": "^0.7.11",
"@graphql-ez/plugin-schema": "^0.8.5",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-babel": "^6.0.2",
"@types/jest": "^29.2.3",
"cross-env": "^7.0.3",
"fastify": "^4.10.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"gqty": "workspace:^2.3.0",
"undici": "^5.13.0"
"undici": "^5.12.0"
},
"devDependencies": {
"@graphql-codegen/core": "^2.6.6",
Expand All @@ -50,7 +50,7 @@
"@graphql-tools/utils": "^9.1.1",
"@graphql-tools/wrap": "^9.2.16",
"@size-limit/preset-small-lib": "^8.1.0",
"@types/lodash": "^4.14.190",
"@types/lodash": "^4.14.189",
"@types/lodash.sortby": "^4.7.7",
"@types/mkdirp": "^1.0.2",
"@types/node": "^18.11.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/gqty/src/Selection/selection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export class Selection {
unions,
id,
}: SelectionConstructorArgs) {
this.id = id.toString();
this.id = id + '';
this.key = key;
this.operationName = operationName;
this.prevSelection = prevSelection ?? null;
Expand Down
4 changes: 1 addition & 3 deletions packages/react/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
const { getConfig } = require('test-utils/jest.config.js');

module.exports = getConfig({
module.exports = require('test-utils/jest.config.js').getConfig({
setupFilesAfterEnv: ['@testing-library/jest-dom/extend-expect'],
testEnvironment: 'jsdom',
});
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@testing-library/react": "^12.1.5",
"@testing-library/react-hooks": "^8.0.1",
"@types/jest": "^29.2.3",
"@types/lodash": "^4.14.190",
"@types/lodash": "^4.14.189",
"@types/node": "^18.11.9",
"@types/react": "^17.0.52",
"@types/react-dom": "^17.0.18",
Expand Down
36 changes: 10 additions & 26 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3ac9ff1

Please sign in to comment.