Skip to content

Commit 14ebe0f

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency typescript to v4.4.4
1 parent c652be4 commit 14ebe0f

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

integration/test-project/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"graphql": "15.6.1",
2626
"graphql-cli": "4.1.0",
2727
"tslint": "6.1.3",
28-
"typescript": "4.4.3"
28+
"typescript": "4.4.4"
2929
},
3030
"license": "MIT"
3131
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"prettier": "2.4.1",
3939
"rimraf": "3.0.2",
4040
"ts-node": "9.1.1",
41-
"typescript": "4.4.3"
41+
"typescript": "4.4.4"
4242
},
4343
"publishConfig": {
4444
"access": "public"

templates/fullstack/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@types/react": "17.0.31",
99
"@types/react-dom": "17.0.10",
1010
"react-scripts": "4.0.3",
11-
"typescript": "4.4.3"
11+
"typescript": "4.4.4"
1212
},
1313
"dependencies": {
1414
"@apollo/react-common": "3.1.4",

templates/fullstack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"graphql-cli": "4.1.0",
2929
"schemats": "3.0.3",
3030
"tslint": "6.1.3",
31-
"typescript": "4.4.3"
31+
"typescript": "4.4.4"
3232
},
3333
"resolutions": {
3434
"graphql": "15.6.1"

templates/fullstack/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"pg": "8.7.1",
2626
"ts-node": "9.1.1",
2727
"ts-node-dev": "1.1.8",
28-
"typescript": "4.4.3"
28+
"typescript": "4.4.4"
2929
}
3030
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14888,10 +14888,10 @@ typedarray@^0.0.6:
1488814888
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1488914889
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
1489014890

14891-
14892-
version "4.4.3"
14893-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.3.tgz#bdc5407caa2b109efd4f82fe130656f977a29324"
14894-
integrity sha512-4xfscpisVgqqDfPaJo5vkd+Qd/ItkoagnHpufr+i2QCHBsNYp+G7UAoyFl8aPtx879u38wPV65rZ8qbGZijalA==
14891+
14892+
version "4.4.4"
14893+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.4.tgz#2cd01a1a1f160704d3101fd5a58ff0f9fcb8030c"
14894+
integrity sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==
1489514895

1489614896
ua-parser-js@^0.7.18:
1489714897
version "0.7.28"

0 commit comments

Comments
 (0)