Skip to content

Commit 615c8a8

Browse files
committed
chore: fix build script by upgrade @types/node
1 parent a709bbe commit 615c8a8

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"@babel/preset-env": "^7.6.2",
3232
"@commitlint/cli": "^8.2.0",
3333
"@types/jest": "^24.0.18",
34+
"@types/node": "^12.7.11",
3435
"@typescript-eslint/eslint-plugin": "^2.3.2",
3536
"@typescript-eslint/parser": "^2.3.2",
3637
"@vue/composition-api": "^0.3.2",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1530,6 +1530,11 @@
15301530
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.7.5.tgz#e19436e7f8e9b4601005d73673b6dc4784ffcc2f"
15311531
integrity sha512-9fq4jZVhPNW8r+UYKnxF1e2HkDWOWKM5bC2/7c9wPV835I0aOrVbS/Hw/pWPk2uKrNXQqg9Z959Kz+IYDd5p3w==
15321532

1533+
"@types/node@^12.7.11":
1534+
version "12.7.11"
1535+
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.7.11.tgz#be879b52031cfb5d295b047f5462d8ef1a716446"
1536+
integrity sha512-Otxmr2rrZLKRYIybtdG/sgeO+tHY20GxeDjcGmUnmmlCWyEnv2a2x1ZXBo3BTec4OiTXMQCiazB8NMBf0iRlFw==
1537+
15331538
"@types/normalize-package-data@^2.4.0":
15341539
version "2.4.0"
15351540
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e"

0 commit comments

Comments
 (0)