Skip to content

Commit 4508161

Browse files
Merge pull request #439 from wimpyprogrammer/dependabot/npm_and_yarn/typescript-5.4.5
Bump typescript from 5.4.4 to 5.4.5
2 parents 5506153 + cf4fd09 commit 4508161

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"clean-webpack-plugin": "^4.0.0",
1212
"copy-webpack-plugin": "^12.0.2",
1313
"ts-loader": "^9.5.1",
14-
"typescript": "^5.4.4",
14+
"typescript": "^5.4.5",
1515
"webpack": "^5.91.0",
1616
"webpack-nano": "^1.1.1"
1717
},

packages/package-name/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"@types/jest": "^29.5.12",
1818
"jest": "^29.7.0",
1919
"ts-jest": "^29.1.2",
20-
"typescript": "^5.4.4"
20+
"typescript": "^5.4.5"
2121
}
2222
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4391,10 +4391,10 @@ typed-array-length@^1.0.4:
43914391
for-each "^0.3.3"
43924392
is-typed-array "^1.1.9"
43934393

4394-
typescript@^5.4.4:
4395-
version "5.4.4"
4396-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.4.tgz#eb2471e7b0a5f1377523700a21669dce30c2d952"
4397-
integrity sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==
4394+
typescript@^5.4.5:
4395+
version "5.4.5"
4396+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"
4397+
integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==
43984398

43994399
unbox-primitive@^1.0.1:
44004400
version "1.0.1"

0 commit comments

Comments
 (0)