Skip to content

Commit 4d923bc

Browse files
committed
Fixed build.
1 parent bd17471 commit 4d923bc

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@babel/plugin-proposal-class-properties": "^7.2.3",
3434
"@babel/plugin-proposal-decorators": "^7.2.3",
3535
"@babel/plugin-transform-runtime": "^7.1.0",
36-
"@babel/preset-env": "^7.12.10",
36+
"@babel/preset-env": "^7.16.0",
3737
"@babel/runtime": "^7.0.0",
3838
"@web/dev-server-esbuild": "^0.2.12",
3939
"babel-eslint": "^10.0.1",
@@ -57,9 +57,6 @@
5757
"serve": "^10.1.1",
5858
"wait-on": "^6.0.0"
5959
},
60-
"resolutions": {
61-
"graphql": "^15.8.0"
62-
},
6360
"workspaces": [
6461
"packages/*"
6562
],

packages/deep-graphql-binding/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"dependencies": {
3333
"@graphql-tools/delegate": "^8.4.3",
3434
"@graphql-tools/graphql-file-loader": "^7.3.3",
35-
"@graphql-tools/load": "^7.4.1",
35+
"@graphql-tools/load": "7.4.1",
3636
"@graphql-tools/schema": "^8.3.1",
3737
"@graphql-tools/utils": "^8.5.4",
3838
"graphql": "^15.8.0",
@@ -56,7 +56,7 @@
5656
"tslint": "5.20.0",
5757
"tslint-config-prettier": "1.18.0",
5858
"tslint-config-standard": "8.0.1",
59-
"typescript": "^4.5.4"
59+
"typescript": "^3.7.2"
6060
},
6161
"private": true
6262
}

0 commit comments

Comments
 (0)