Skip to content

Commit

Permalink
patch: fix duplicate copies of node typings
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeSheard committed Apr 28, 2019
1 parent db629db commit 2cbbdf3
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 14 deletions.
5 changes: 3 additions & 2 deletions examples/react-babel-karma-gulp/yarn.lock
Expand Up @@ -22,8 +22,9 @@
resolved "https://registry.yarnpkg.com/@types/jasmine/-/jasmine-2.6.0.tgz#997b41a27752b4850af2683bc4a8d8222c25bd02"

"@types/node@*":
version "8.0.45"
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.0.45.tgz#89fad82439d5624e1b5c6b42f0f5d85136dcdecc"
version "11.13.8"
resolved "https://registry.yarnpkg.com/@types/node/-/node-11.13.8.tgz#e5d71173c95533be9842b2c798978f095f912aab"
integrity sha512-szA3x/3miL90ZJxUCzx9haNbK5/zmPieGraZEe4WI+3srN0eGLiT22NXeMHmyhNEopn+IrxqMc7wdVwvPl8meg==

"@types/react-bootstrap@0.31.6":
version "0.31.6"
Expand Down
5 changes: 3 additions & 2 deletions examples/thread-loader/yarn.lock
Expand Up @@ -3,8 +3,9 @@


"@types/node@*":
version "9.4.6"
resolved "https://registry.yarnpkg.com/@types/node/-/node-9.4.6.tgz#d8176d864ee48753d053783e4e463aec86b8d82e"
version "11.13.8"
resolved "https://registry.yarnpkg.com/@types/node/-/node-11.13.8.tgz#e5d71173c95533be9842b2c798978f095f912aab"
integrity sha512-szA3x/3miL90ZJxUCzx9haNbK5/zmPieGraZEe4WI+3srN0eGLiT22NXeMHmyhNEopn+IrxqMc7wdVwvPl8meg==

abbrev@1:
version "1.1.1"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -59,7 +59,7 @@
},
"devDependencies": {
"@types/micromatch": "^3.1.0",
"@types/node": "^10.0.0",
"@types/node": "*",
"@types/semver": "^5.4.0",
"@types/webpack": "^4.4.27",
"babel": "^6.0.0",
Expand Down
7 changes: 3 additions & 4 deletions test/execution-tests/option-context/yarn.lock
Expand Up @@ -11,10 +11,9 @@
resolved "https://registry.yarnpkg.com/@types/jasmine/-/jasmine-2.8.2.tgz#6ae4d8740c0da5d5a627df725b4eed71b8e36668"

"@types/node@*":
version "8.0.54"
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.0.54.tgz#3fd9357db4af388b79e03845340259440edffde6"
dependencies:
"@types/events" "*"
version "11.13.8"
resolved "https://registry.yarnpkg.com/@types/node/-/node-11.13.8.tgz#e5d71173c95533be9842b2c798978f095f912aab"
integrity sha512-szA3x/3miL90ZJxUCzx9haNbK5/zmPieGraZEe4WI+3srN0eGLiT22NXeMHmyhNEopn+IrxqMc7wdVwvPl8meg==

"@types/react-dom@^16.0.3":
version "16.0.3"
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Expand Up @@ -29,11 +29,6 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-11.13.8.tgz#e5d71173c95533be9842b2c798978f095f912aab"
integrity sha512-szA3x/3miL90ZJxUCzx9haNbK5/zmPieGraZEe4WI+3srN0eGLiT22NXeMHmyhNEopn+IrxqMc7wdVwvPl8meg==

"@types/node@^10.0.0":
version "10.12.25"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.12.25.tgz#0d01a7dd6127de60d861ece4a650963042abb538"
integrity sha512-IcvnGLGSQFDvC07Bz2I8SX+QKErDZbUdiQq7S2u3XyzTyJfUmT0sWJMbeQkMzpTAkO7/N7sZpW/arUM2jfKsbQ==

"@types/semver@^5.4.0":
version "5.5.0"
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-5.5.0.tgz#146c2a29ee7d3bae4bf2fcb274636e264c813c45"
Expand Down

0 comments on commit 2cbbdf3

Please sign in to comment.