Skip to content
This repository was archived by the owner on Dec 8, 2021. It is now read-only.

Commit 098e5d7

Browse files
fix(deps): update dependency typescript to v3.3.3 (#439)
1 parent 3bd2b28 commit 098e5d7

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

packages/create-graphqlgen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"tslint": "5.12.1",
4646
"tslint-config-prettier": "1.18.0",
4747
"tslint-config-standard": "8.0.1",
48-
"typescript": "3.3.1"
48+
"typescript": "3.3.3"
4949
},
5050
"license": "MIT"
5151
}

packages/graphqlgen-json-schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"jest": "23.6.0",
1919
"js-yaml": "3.12.1",
2020
"ts-jest": "23.10.5",
21-
"typescript": "3.3.1"
21+
"typescript": "3.3.3"
2222
},
2323
"repository": {
2424
"type": "git",

packages/graphqlgen-templates/typescript-yoga/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"graphqlgen": "0.5.1",
1414
"nodemon": "1.18.9",
1515
"ts-node": "8.0.2",
16-
"typescript": "3.3.1"
16+
"typescript": "3.3.3"
1717
},
1818
"license": "MIT"
1919
}

packages/graphqlgen-templates/typescript-yoga/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2316,9 +2316,9 @@ [email protected]:
23162316
version "3.2.2"
23172317
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.2.2.tgz#fe8101c46aa123f8353523ebdcf5730c2ae493e5"
23182318

2319-
2320-
version "3.3.1"
2321-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.3.1.tgz#6de14e1db4b8a006ac535e482c8ba018c55f750b"
2319+
2320+
version "3.3.3"
2321+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.3.3.tgz#f1657fc7daa27e1a8930758ace9ae8da31403221"
23222322

23232323
undefsafe@^2.0.2:
23242324
version "2.0.2"

packages/graphqlgen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"prettier": "1.16.4",
5353
"reason": "3.3.4",
5454
"rimraf": "2.6.3",
55-
"typescript": "3.3.1",
55+
"typescript": "3.3.3",
5656
"yargs": "12.0.5"
5757
},
5858
"devDependencies": {

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4061,9 +4061,9 @@ type-check@~0.3.2:
40614061
dependencies:
40624062
prelude-ls "~1.1.2"
40634063

4064-
4065-
version "3.3.1"
4066-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.3.1.tgz#6de14e1db4b8a006ac535e482c8ba018c55f750b"
4064+
4065+
version "3.3.3"
4066+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.3.3.tgz#f1657fc7daa27e1a8930758ace9ae8da31403221"
40674067

40684068
uglify-js@^3.1.4:
40694069
version "3.4.9"

0 commit comments

Comments
 (0)