Skip to content

Commit 22a7a4d

Browse files
committed
fix: resolve upstream conflicts
1 parent dd86453 commit 22a7a4d

File tree

3 files changed

+1989
-2567
lines changed

3 files changed

+1989
-2567
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@
7373
"@commitlint/config-lerna-scopes": "^8.1.0",
7474
"@strictsoftware/typedoc-plugin-monorepo": "^0.2.1",
7575
"@testing-library/jest-dom": "^5.1.1",
76-
"@types/codemirror": "^0.0.84",
76+
"@types/codemirror": "^0.0.85",
7777
"@types/fetch-mock": "^7.3.2",
7878
"@types/jest": "^25.1.1",
7979
"@types/node": "^13.7.1",
80-
"@typescript-eslint/eslint-plugin": "^2.16.0",
80+
"@typescript-eslint/eslint-plugin": "^2.19.2",
8181
"@typescript-eslint/parser": "^2.18.0",
8282
"babel-eslint": "^10.0.1",
8383
"babel-jest": "^25.1.0",
@@ -86,17 +86,17 @@
8686
"conventional-changelog-conventionalcommits": "^4.1.0",
8787
"copy": "^0.3.2",
8888
"cross-env": "^7.0.0",
89-
"cypress": "^4.0.1",
89+
"cypress": "^4.0.2",
9090
"eslint": "^6.8.0",
9191
"eslint-config-prettier": "6.10.0",
9292
"eslint-plugin-babel": "5.3.0",
93-
"eslint-plugin-cypress": "^2.7.0",
93+
"eslint-plugin-cypress": "^2.10.1",
9494
"eslint-plugin-flowtype": "4.6.0",
9595
"eslint-plugin-import": "^2.20.0",
9696
"eslint-plugin-jest": "^23.1.1",
9797
"eslint-plugin-prefer-object-spread": "1.2.1",
98-
"eslint-plugin-react": "7.18.1",
99-
"fetch-mock": "^6.0.0",
98+
"eslint-plugin-react": "7.18.3",
99+
"fetch-mock": "6.5.2",
100100
"flow-bin": "^0.118.0",
101101
"graphql": "^14.6.0",
102102
"husky": "^4.0.7",
@@ -110,7 +110,7 @@
110110
"prettier": "^1.18.2",
111111
"rimraf": "^3.0.2",
112112
"ts-jest": "^25.2.0",
113-
"typedoc": "^0.15.6",
113+
"typedoc": "^0.16.9",
114114
"typescript": "^3.6.3"
115115
}
116116
}

packages/graphql-language-service-types/src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ export type Maybe<T> = T | null | undefined;
3535
export { GraphQLConfig, GraphQLProjectConfig };
3636
import { GraphQLConfig, GraphQLProjectConfig } from 'graphql-config';
3737

38-
export type Maybe<T> = null | T;
39-
4038
export type TokenPattern = string | ((char: string) => boolean) | RegExp;
4139

4240
export interface CharacterStream {

0 commit comments

Comments
 (0)