Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bluelovers committed Jun 20, 2020
1 parent d404e08 commit 94d89c5
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"resolutions": {},
"dependencies": {
"array-hyper-unique": "^1.1.7",
"array-hyper-unique": "^1.1.8",
"chalk": "< 3 && >= 2",
"debug-color2": "^1.2.3",
"semver": "^7.3.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/@yarn-tool/find-deps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@ts-type/package-dts": "^1.0.26",
"array-hyper-unique": "^1.1.7",
"array-hyper-unique": "^1.1.8",
"ws-pkg-list": "^1.0.29"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@yarn-tool/find-root/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"lint": "npx eslint **/*.ts",
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "npm run ncu && npm run sort-package-json",
"prepublishOnly_": "yarn run prepublishOnly:check-bin && yarn run test",
"prepublishOnly:check-bin": "ynpx --quiet @yarn-tool/check-pkg-bin",
"prepublishOnly:update": "yarn run ncu && yarn run sort-package-json",
"prepublishOnly_": "yarn run prepublishOnly:check-bin && yarn run test",
"postpublish_": "git commit -m \"publish new version\" .",
"ncu": "npx yarn-tool ncu -u",
"sort-package-json": "npx yarn-tool sort"
Expand Down
4 changes: 2 additions & 2 deletions packages/@yarn-tool/tag/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
"npm:publish": "npm publish",
"npm:publish:lerna": "lerna publish --yes --bump patch",
"prepublish:lockfile": "npx sync-lockfile .",
"prepublishOnly_": "yarn run ncu && yarn run sort-package-json && yarn run test",
"prepublishOnly:check-bin": "ynpx @yarn-tool/check-pkg-bin",
"prepublishOnly:lockfile": "ynpx sync-lockfile",
"prepublishOnly:update": "yarn run ncu && yarn run sort-package-json",
"prepublishOnly_": "yarn run ncu && yarn run sort-package-json && yarn run test",
"postpublish_": "git commit -m \"chore(release): publish & git push & echo postpublish\" .",
"postpublish:changelog": "ynpx @yarn-tool/changelog",
"postpublish:git": "git commit -m \"chore(release): publish\" . & git push & echo postpublish:git",
"postpublish_": "git commit -m \"chore(release): publish & git push & echo postpublish\" .",
"ncu": "npx yarn-tool ncu -u",
"sort-package-json": "npx yarn-tool sort",
"tsc:default": "tsc -p tsconfig.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/@yarn-tool/ws-changed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"@git-lazy/diff-staged": "^1.0.22",
"@yarn-tool/find-root": "^1.0.23",
"array-hyper-unique": "^1.1.7",
"array-hyper-unique": "^1.1.8",
"cross-spawn-extra": "^2.1.0",
"git-root2": "^1.0.18",
"glob-regex": "^0.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/find-yarn-workspace-root2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"scripts": {
"test": "jest",
"prepublishOnly": "yarn run test",
"prepublishOnly_": "yarn run prepublishOnly:check-bin && yarn run test",
"prepublishOnly:check-bin": "ynpx --quiet @yarn-tool/check-pkg-bin",
"prepublishOnly:update": "yarn run ncu && yarn run sort-package-json",
"prepublishOnly_": "yarn run prepublishOnly:check-bin && yarn run test",
"ncu": "npx yarn-tool ncu -u",
"sort-package-json": "npx yarn-tool sort"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ws-pkg-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@bluelovers/fast-glob": "^3.0.4",
"@ts-type/package-dts": "^1.0.26",
"@yarn-tool/find-root": "^1.0.23",
"array-hyper-unique": "^1.1.7",
"array-hyper-unique": "^1.1.8",
"find-yarn-workspace-root2": "^1.2.18",
"fs-extra": "^9.0.1",
"micromatch": "^4.0.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1429,10 +1429,10 @@ array-find-index@^1.0.1:
resolved "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz#df010aa1287e164bbda6f9723b0a96a1ec4187a1"
integrity sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E=

array-hyper-unique@^1.1.2, array-hyper-unique@^1.1.7:
version "1.1.7"
resolved "https://registry.npmjs.org/array-hyper-unique/-/array-hyper-unique-1.1.7.tgz#27d91e7894f0cda76f4867afaefbd2a39e797e38"
integrity sha512-iM42Wz86cEIp/zjlZWHaslt9/2ozQJWgmNZsHQbiwRl5oBRnc+BjGtO440mN4M4c8EcM2jOzuDckPL8G0sqXcw==
array-hyper-unique@^1.1.2, array-hyper-unique@^1.1.8:
version "1.1.8"
resolved "https://registry.npmjs.org/array-hyper-unique/-/array-hyper-unique-1.1.8.tgz#9881c3968bc01a8c778364d29cbfd963044acc57"
integrity sha512-O7kYzXG8IQghhQfFOU8/7DC9wfXWGQLgBD9tEEhMI9gDJtKUKSGAwCnNMgfRpi5PVgi0mOgZbnYfrDoJSw54fg==
dependencies:
deep-eql "^4.0.0"
lodash "^4.17.15"
Expand Down

0 comments on commit 94d89c5

Please sign in to comment.