Skip to content

Commit 6c7a683

Browse files
kyliauayazhafiz
authored andcommitted
build: update @types/node to v12 (#508)
1 parent b571cda commit 6c7a683

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
@@ -85,7 +85,7 @@
8585
},
8686
"devDependencies": {
8787
"@types/jasmine": "3.5.0",
88-
"@types/node": "10.17.10",
88+
"@types/node": "^12.12.20",
8989
"clang-format": "1.3.0",
9090
"jasmine": "3.5.0",
9191
"rollup": "1.27.13",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.7.2.tgz#c4e63af5e8823ce9cc3f0b34f7b998c2171f0c44"
3434
integrity sha512-dyYO+f6ihZEtNPDcWNR1fkoTDf3zAK3lAABDze3mz6POyIercH0lEUawUFXlG8xaQZmm1yEBON/4TsYv/laDYg==
3535

36-
"@types/node@10.17.10":
37-
version "10.17.10"
38-
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.17.10.tgz#929a0064c4fb99af3ec0ca981649e4d049de2b72"
39-
integrity sha512-K9E84otvA2HQBTp0TWPwWf/986N6v0v7ers6q7wL48w5SXKzYjqlYkaxHYMwWRzQdgZg5p6eI7L0D6FLJYY7ag==
36+
"@types/node@^12.12.20":
37+
version "12.12.20"
38+
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.12.20.tgz#7b693038ce661fe57a7ffa4679440b5e7c5e8b99"
39+
integrity sha512-VAe+DiwpnC/g448uN+/3gRl4th0BTdrR9gSLIOHA+SUQskaYZQDOHG7xmjiE7JUhjbXnbXytf6Ih+/pA6CtMFQ==
4040

4141
acorn@^7.1.0:
4242
version "7.1.0"

0 commit comments

Comments
 (0)