Skip to content

Commit

Permalink
build: standardize on node v12.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eventualbuddha committed Oct 28, 2020
1 parent fbc3390 commit cf8a31c
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion apps/bsd/.node-version
@@ -1 +1 @@
12.10.0
12.19.0
2 changes: 1 addition & 1 deletion apps/bsd/package.json
Expand Up @@ -47,7 +47,7 @@
},
"dependencies": {
"@types/jest": "24.0.11",
"@types/node": "11.13.7",
"@types/node": "12.19.3",
"@types/pluralize": "^0.0.29",
"@types/react": "16.9.35",
"@types/react-dom": "16.9.8",
Expand Down
8 changes: 4 additions & 4 deletions apps/bsd/yarn.lock
Expand Up @@ -2120,10 +2120,10 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-11.13.6.tgz#37ec75690830acb0d74ce3c6c43caab787081e85"
integrity sha512-Xoo/EBzEe8HxTSwaZNLZjaW6M6tA/+GmD3/DZ6uo8qSaolE/9Oarko0oV1fVfrLqOz0tx0nXJB4rdD5c+vixLw==

"@types/node@11.13.7":
version "11.13.7"
resolved "https://registry.yarnpkg.com/@types/node/-/node-11.13.7.tgz#85dbb71c510442d00c0631f99dae957ce44fd104"
integrity sha512-suFHr6hcA9mp8vFrZTgrmqW2ZU3mbWsryQtQlY/QvwTISCw7nw/j+bCQPPohqmskhmqa5wLNuMHTTsc+xf1MQg==
"@types/node@12.19.3":
version "12.19.3"
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.19.3.tgz#a6e252973214079155f749e8bef99cc80af182fa"
integrity sha512-8Jduo8wvvwDzEVJCOvS/G6sgilOLvvhn1eMmK3TW8/T217O7u1jdrK6ImKLv80tVryaPSVeKu6sjDEiFjd4/eg==

"@types/normalize-package-data@^2.4.0":
version "2.4.0"
Expand Down
2 changes: 1 addition & 1 deletion apps/module-scan/.node-version
@@ -1 +1 @@
12.10.0
12.19.0
2 changes: 1 addition & 1 deletion libs/hmpb-interpreter/package.json
Expand Up @@ -57,7 +57,7 @@
"@types/jest": "^26.0.15",
"@types/jsfeat": "./types/jsfeat",
"@types/memorystream": "^0.3.0",
"@types/node": "^14.14.2",
"@types/node": "12.19.3",
"@types/table": "^6.0.0",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^4.5.0",
Expand Down
8 changes: 4 additions & 4 deletions libs/hmpb-interpreter/yarn.lock
Expand Up @@ -722,10 +722,10 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.5.tgz#3d03acd3b3414cf67faf999aed11682ed121f22b"
integrity sha512-90hiq6/VqtQgX8Sp0EzeIsv3r+ellbGj4URKj5j30tLlZvRUpnAe9YbYnjl3pJM93GyXU0tghHhvXHq+5rnCKA==

"@types/node@^14.14.2":
version "14.14.2"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.2.tgz#d25295f9e4ca5989a2c610754dc02a9721235eeb"
integrity sha512-jeYJU2kl7hL9U5xuI/BhKPZ4vqGM/OmK6whiFAXVhlstzZhVamWhDSmHyGLIp+RVyuF9/d0dqr2P85aFj4BvJg==
"@types/node@12.19.3":
version "12.19.3"
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.19.3.tgz#a6e252973214079155f749e8bef99cc80af182fa"
integrity sha512-8Jduo8wvvwDzEVJCOvS/G6sgilOLvvhn1eMmK3TW8/T217O7u1jdrK6ImKLv80tVryaPSVeKu6sjDEiFjd4/eg==

"@types/normalize-package-data@^2.4.0":
version "2.4.0"
Expand Down

0 comments on commit cf8a31c

Please sign in to comment.