Skip to content

Commit dda9abb

Browse files
committed
chore: fix build script by upgrade @types/node
1 parent 9205b4d commit dda9abb

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
@@ -42,6 +42,7 @@
4242
"@babel/preset-env": "^7.6.2",
4343
"@commitlint/cli": "^8.2.0",
4444
"@types/jest": "^24.0.18",
45+
"@types/node": "^12.7.11",
4546
"@typescript-eslint/eslint-plugin": "^2.3.2",
4647
"@typescript-eslint/parser": "^2.3.2",
4748
"@vue/server-test-utils": "^1.0.0-beta.29",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1788,6 +1788,11 @@
17881788
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.6.8.tgz#e469b4bf9d1c9832aee4907ba8a051494357c12c"
17891789
integrity sha512-aX+gFgA5GHcDi89KG5keey2zf0WfZk/HAQotEamsK2kbey+8yGKcson0hbK8E+v0NArlCJQCqMP161YhV6ZXLg==
17901790

1791+
"@types/node@^12.7.11":
1792+
version "12.7.11"
1793+
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.7.11.tgz#be879b52031cfb5d295b047f5462d8ef1a716446"
1794+
integrity sha512-Otxmr2rrZLKRYIybtdG/sgeO+tHY20GxeDjcGmUnmmlCWyEnv2a2x1ZXBo3BTec4OiTXMQCiazB8NMBf0iRlFw==
1795+
17911796
"@types/normalize-package-data@^2.4.0":
17921797
version "2.4.0"
17931798
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e"

0 commit comments

Comments
 (0)