Skip to content

Commit a8ad746

Browse files
committed
feat(package): migrate to ng9
BREAKING CHANGE: ng9
1 parent 2c9dbb7 commit a8ad746

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@commitlint/config-conventional": "^8.3.4",
4343
"@types/jest": "^23.3.14",
4444
"@types/lodash": "^4.14.150",
45-
"@types/node": "^10.0.0",
45+
"@types/node": "^12.0.0",
4646
"angular-tslint-rules": "^1.20.4",
4747
"codelyzer": "^5.2.2",
4848
"cz-conventional-changelog": "^3.1.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1219,10 +1219,10 @@
12191219
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.13.4.tgz#1581d6c16e3d4803eb079c87d4ac893ee7501c2c"
12201220
integrity sha512-x26ur3dSXgv5AwKS0lNfbjpCakGIduWU1DU91Zz58ONRWrIKGunmZBNv4P7N+e27sJkiGDsw/3fT4AtsqQBrBA==
12211221

1222-
"@types/node@^10.0.0":
1223-
version "10.17.21"
1224-
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.17.21.tgz#c00e9603399126925806bed2d9a1e37da506965e"
1225-
integrity sha512-PQKsydPxYxF1DsAFWmunaxd3sOi3iMt6Zmx/tgaagHYmwJ/9cRH91hQkeJZaUGWbvn0K5HlSVEXkn5U/llWPpQ==
1222+
"@types/node@^12.0.0":
1223+
version "12.12.37"
1224+
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.12.37.tgz#cb4782d847f801fa58316da5b4801ca3a59ae790"
1225+
integrity sha512-4mXKoDptrXAwZErQHrLzpe0FN/0Wmf5JRniSVIdwUrtDf9wnmEV1teCNLBo/TwuXhkK/bVegoEn/wmb+x0AuPg==
12261226

12271227
"@types/normalize-package-data@^2.4.0":
12281228
version "2.4.0"

0 commit comments

Comments
 (0)