Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

Commit

Permalink
update changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
bluebill1049 committed Sep 6, 2020
1 parent 31c85df commit a227d25
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 20 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
},
"homepage": "https://react-hook-form.com",
"devDependencies": {
"@changesets/changelog-github": "^0.2.6",
"@changesets/cli": "^2.9.2",
"@changesets/changelog-github": "^0.2.7",
"@changesets/cli": "^2.10.2",
"@rollup/plugin-commonjs": "^13.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^8.0.1",
Expand Down
73 changes: 55 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,13 @@
dependencies:
regenerator-runtime "^0.13.4"

"@babel/runtime@^7.10.4":
version "7.11.2"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.11.2.tgz#f549c13c754cc40b87644b9fa9f09a6a95fe0736"
integrity sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw==
dependencies:
regenerator-runtime "^0.13.4"

"@babel/runtime@^7.4.4", "@babel/runtime@^7.5.5":
version "7.10.4"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.10.4.tgz#a6724f1a6b8d2f6ea5236dbfe58c7d7ea9c5eb99"
Expand Down Expand Up @@ -316,38 +323,51 @@
"@manypkg/get-packages" "^1.0.1"
semver "^5.4.1"

"@changesets/changelog-github@^0.2.6":
version "0.2.6"
resolved "https://registry.yarnpkg.com/@changesets/changelog-github/-/changelog-github-0.2.6.tgz#06c2c4a5d45519cfcf67bb1596941a9083c01978"
integrity sha512-x0XyK4gVBB+b8Q+Q7uVxagWsxDR2Cgmcc3PLHYxKA1nwoYpfeCQVY1MN9vcyxeOZ3NgBn7R3dea5bb7DL4601A==
"@changesets/assemble-release-plan@^3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@changesets/assemble-release-plan/-/assemble-release-plan-3.0.1.tgz#cd501d0c57d435a594fc7bb630fa589d5b75c2a0"
integrity sha512-PChmYuibH8RPiebMIzuYZ/DFS8ehf7yq+X5X0rJklg2njP3zYWJX7nlctpnBhZ0zpgvP2IgrtUigoVGNkv5m/Q==
dependencies:
"@changesets/get-github-info" "^0.4.3"
"@babel/runtime" "^7.10.4"
"@changesets/errors" "^0.1.4"
"@changesets/get-dependents-graph" "^1.1.3"
"@changesets/types" "^3.1.0"
"@manypkg/get-packages" "^1.0.1"
semver "^5.4.1"

"@changesets/changelog-github@^0.2.7":
version "0.2.7"
resolved "https://registry.yarnpkg.com/@changesets/changelog-github/-/changelog-github-0.2.7.tgz#11ad3e89276cf867fabeb09fd36774a67347ac89"
integrity sha512-bWK8IADPYsiSiyORNpVLbmdo7J7A4LktmzUowtIivslP03UW5f/YBDzGub7N0+BVdVmZrqvyWzAIKmpGVkEICg==
dependencies:
"@changesets/get-github-info" "^0.4.4"
"@changesets/types" "^3.0.0"
dotenv "^8.1.0"

"@changesets/cli@^2.9.2":
version "2.9.2"
resolved "https://registry.yarnpkg.com/@changesets/cli/-/cli-2.9.2.tgz#895343c5e61ca6072d3faa3798be703ea230e518"
integrity sha512-1L9391G4YlofC1UbfwmBrsefwC03mJHK5Cn8oSozhQJMbRlCJLBJiOn5PHFruVMFcvACGER3R+2Yv62pGKneDw==
"@changesets/cli@^2.10.2":
version "2.10.2"
resolved "https://registry.yarnpkg.com/@changesets/cli/-/cli-2.10.2.tgz#85a7a8d8aca2ef682c671f352645bc75c72f9b85"
integrity sha512-m4YwTmT0ElOuBD3GCbbT75EWmdU4uCFARE4X+Ml1/knc4Z/MEzOjV0bi0/9eHACcQIMNg7rdB6f4vXtHiQU6bA==
dependencies:
"@babel/runtime" "^7.4.4"
"@babel/runtime" "^7.10.4"
"@changesets/apply-release-plan" "^4.0.0"
"@changesets/assemble-release-plan" "^3.0.0"
"@changesets/assemble-release-plan" "^3.0.1"
"@changesets/config" "^1.3.0"
"@changesets/errors" "^0.1.4"
"@changesets/get-dependents-graph" "^1.1.3"
"@changesets/get-release-plan" "^2.0.0"
"@changesets/git" "^1.0.5"
"@changesets/git" "^1.0.6"
"@changesets/logger" "^0.0.5"
"@changesets/pre" "^1.0.4"
"@changesets/read" "^0.4.6"
"@changesets/types" "^3.1.0"
"@changesets/types" "^3.1.1"
"@changesets/write" "^0.1.3"
"@manypkg/get-packages" "^1.0.1"
"@types/semver" "^6.0.0"
boxen "^1.3.0"
chalk "^2.1.0"
enquirer "^2.3.0"
external-editor "^3.1.0"
fs-extra "^7.0.1"
human-id "^1.0.2"
is-ci "^2.0.0"
Expand Down Expand Up @@ -390,10 +410,10 @@
fs-extra "^7.0.1"
semver "^5.4.1"

"@changesets/get-github-info@^0.4.3":
version "0.4.3"
resolved "https://registry.yarnpkg.com/@changesets/get-github-info/-/get-github-info-0.4.3.tgz#ed3c3ca76dcbaf4c98aa950a20fc5438da1a2f2c"
integrity sha512-hMtNDn4Kp2wDUohYipBIH3qGMxONZ3wEoaGtrflXHCSu57iulBcOSQ1oHRYSCJ9pO87dYQHA2XRUfrZUnqRfKA==
"@changesets/get-github-info@^0.4.4":
version "0.4.4"
resolved "https://registry.yarnpkg.com/@changesets/get-github-info/-/get-github-info-0.4.4.tgz#a2911e93aa0809506cd8806f365180cf8833eb6f"
integrity sha512-WoVdRBQXLvJVg3jsMc0+aB8WAFzSGOG45HSo2ep46ixq5lBjM2D51MbgtSYHRGFGvYuAUu6kAfnVmoZYCZFsKQ==
dependencies:
dataloader "^1.4.0"
node-fetch "^2.5.0"
Expand Down Expand Up @@ -428,6 +448,18 @@
is-subdir "^1.1.1"
spawndamnit "^2.0.0"

"@changesets/git@^1.0.6":
version "1.0.6"
resolved "https://registry.yarnpkg.com/@changesets/git/-/git-1.0.6.tgz#057e627e5d3fcb74bf6c18d7284e130ba5a7632e"
integrity sha512-e0M06XuME3W5lGhz+CO0vLc60u+hLk/pYjOx/6GXEWuQrwtGgeycFIfRgRt8qTs664o1oKtVHBbd7ItpoWgFfA==
dependencies:
"@babel/runtime" "^7.10.4"
"@changesets/errors" "^0.1.4"
"@changesets/types" "^3.1.1"
"@manypkg/get-packages" "^1.0.1"
is-subdir "^1.1.1"
spawndamnit "^2.0.0"

"@changesets/logger@^0.0.5":
version "0.0.5"
resolved "https://registry.yarnpkg.com/@changesets/logger/-/logger-0.0.5.tgz#68305dd5a643e336be16a2369cb17cdd8ed37d4c"
Expand Down Expand Up @@ -473,6 +505,11 @@
resolved "https://registry.yarnpkg.com/@changesets/types/-/types-3.1.0.tgz#68957af45a0be29f0908e20a990ecf382282e1f1"
integrity sha512-czOfaaxr5aGnNwVRgWr3n2CKoc3iRTfrHM4wUHQ+rBlLKKk9NzGwZ2EPsXkp4CUw4hWHGEOi8hdeIfDTWKrWgg==

"@changesets/types@^3.1.1":
version "3.1.1"
resolved "https://registry.yarnpkg.com/@changesets/types/-/types-3.1.1.tgz#447481380c42044a8788e46c0dbdf592b338b62f"
integrity sha512-XWGEGWXhM92zvBWiQt2sOwhjTt8eCQbrsRbqkv4WYwW3Zsl4qPpvhHsNt845S42dJXrxgjWvId+jxFQocCayNQ==

"@changesets/write@^0.1.3":
version "0.1.3"
resolved "https://registry.yarnpkg.com/@changesets/write/-/write-0.1.3.tgz#00ae575af50274773d7493e77fb96838a08ad8ad"
Expand Down Expand Up @@ -3057,7 +3094,7 @@ extendable-error@^0.1.5:
resolved "https://registry.yarnpkg.com/extendable-error/-/extendable-error-0.1.6.tgz#60e528d9ca5d19ff4f6ac77a8561f9c7bc951327"
integrity sha512-J4t/QOPpq9uS7NYpgBGoezXwm4l0ojnL6gt0kBdD9CHN4CmQ3zSs/GD2u0j4PpZvU/ALohs8dyhmxMPQjmTO3w==

external-editor@^3.0.3:
external-editor@^3.0.3, external-editor@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/external-editor/-/external-editor-3.1.0.tgz#cb03f740befae03ea4d283caed2741a83f335495"
integrity sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==
Expand Down

0 comments on commit a227d25

Please sign in to comment.