Skip to content

Commit b79970c

Browse files
committed
chore(deps): update dependency typescript to v4.5.5
1 parent 08fbb52 commit b79970c

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"prettier": "2.5.1",
4747
"semantic-release": "17.4.7",
4848
"ts-node": "10.4.0",
49-
"typescript": "4.5.4",
49+
"typescript": "4.5.5",
5050
"webpack": "5.66.0",
5151
"yarn": "1.22.17"
5252
},

test-projects/backward-compatibility-pre-1.1.2-config-cjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@softwareventures/tsconfig": "5.1.0",
1717
"resolve-typescript-plugin": "../..",
1818
"ts-loader": "9.2.6",
19-
"typescript": "4.5.4",
19+
"typescript": "4.5.5",
2020
"webpack": "5.66.0",
2121
"webpack-cli": "4.9.1"
2222
}

test-projects/backward-compatibility-pre-1.1.2-config-cjs/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -830,10 +830,10 @@ tslib@2.3.1:
830830
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
831831
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
832832

833-
typescript@4.5.4:
834-
version "4.5.4"
835-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.4.tgz#a17d3a0263bf5c8723b9c52f43c5084edf13c2e8"
836-
integrity sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==
833+
typescript@4.5.5:
834+
version "4.5.5"
835+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.5.tgz#d8c953832d28924a9e3d37c73d729c846c5896f3"
836+
integrity sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==
837837

838838
uri-js@^4.2.2:
839839
version "4.4.1"

test-projects/type-module-config-cjs-import-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@softwareventures/tsconfig": "5.1.0",
1717
"resolve-typescript-plugin": "../..",
1818
"ts-loader": "9.2.6",
19-
"typescript": "4.5.4",
19+
"typescript": "4.5.5",
2020
"webpack": "5.66.0",
2121
"webpack-cli": "4.9.1"
2222
}

test-projects/type-module-config-cjs-import-js/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -830,10 +830,10 @@ tslib@2.3.1:
830830
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
831831
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
832832

833-
typescript@4.5.4:
834-
version "4.5.4"
835-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.4.tgz#a17d3a0263bf5c8723b9c52f43c5084edf13c2e8"
836-
integrity sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==
833+
typescript@4.5.5:
834+
version "4.5.5"
835+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.5.tgz#d8c953832d28924a9e3d37c73d729c846c5896f3"
836+
integrity sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==
837837

838838
uri-js@^4.2.2:
839839
version "4.4.1"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5636,10 +5636,10 @@ typedarray-to-buffer@^3.1.5:
56365636
dependencies:
56375637
is-typedarray "^1.0.0"
56385638

5639-
typescript@4.5.4, typescript@^4.4.3:
5640-
version "4.5.4"
5641-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.4.tgz#a17d3a0263bf5c8723b9c52f43c5084edf13c2e8"
5642-
integrity sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==
5639+
typescript@4.5.5, typescript@^4.4.3:
5640+
version "4.5.5"
5641+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.5.tgz#d8c953832d28924a9e3d37c73d729c846c5896f3"
5642+
integrity sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==
56435643

56445644
uglify-js@^3.1.4:
56455645
version "3.14.5"

0 commit comments

Comments
 (0)