Skip to content

Commit

Permalink
chore(deps): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bluelovers committed Oct 26, 2021
1 parent 0805b00 commit 0c208fe
Show file tree
Hide file tree
Showing 10 changed files with 371 additions and 369 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,25 +72,25 @@
"@types/jest": "^27.0.2",
"@types/json5": "^0.0.30",
"@types/level": "^6.0.0",
"@types/lodash": "^4.14.175",
"@types/lodash": "^4.14.176",
"@types/micromatch": "^4.0.2",
"@types/mocha": "^9.0.0",
"@types/node": "^16.10.5",
"@types/node": "^16.11.6",
"@types/npm-package-arg": "^6.1.1",
"@types/npm-packlist": "^1.1.2",
"@types/parse-git-config": "^3.0.1",
"@types/semver": "^7.3.8",
"@types/tar": "^4.0.5",
"@types/tmp": "^0.2.1",
"@types/semver": "^7.3.9",
"@types/tar": "^6.1.0",
"@types/tmp": "^0.2.2",
"@types/update-notifier": "^5.1.0",
"@types/validate-npm-package-name": "^3.0.3",
"@types/yargs": "^17.0.3",
"@types/yargs": "^17.0.4",
"@types/yarnpkg__lockfile": "^1.1.5",
"chai": "^4.3.4",
"jest": "^27.2.5",
"jest": "^27.3.1",
"jest-console": "^0.1.0",
"mocha": "^9.1.2",
"ts-jest": "^27.0.5"
"mocha": "^9.1.3",
"ts-jest": "^27.0.7"
},
"peerDependencies": {
"lerna": "^4"
Expand Down
2 changes: 1 addition & 1 deletion packages/@yarn-tool/detect-yarnlock-version/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"sort-package-json": "yarn-tool sort"
},
"dependencies": {
"@yarnpkg/parsers": "^2.4.0",
"@yarnpkg/parsers": "^2.4.1",
"tslib": "^2.3.1"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@yarn-tool/update-notifier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"sort-package-json": "npx yarn-tool sort"
},
"dependencies": {
"@npmcli/ci-detect": "^1.3.0",
"@npmcli/ci-detect": "^1.4.0",
"@yarn-tool/is-npx": "^1.0.8",
"tslib": "^2.3.1",
"update-notifier": "^5.1.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/@yarn-tool/yarnlock-diff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@yarn-tool/table": "^1.0.34",
"@yarn-tool/yarnlock-parse": "^1.0.17",
"@yarn-tool/yarnlock-util": "^1.0.24",
"@yarnpkg/parsers": "^2.4.0",
"@yarnpkg/parsers": "^2.4.1",
"array-hyper-unique": "^1.1.10",
"debug-color2": "^1.2.7",
"npm-package-arg": "^8.1.5",
Expand All @@ -44,7 +44,7 @@
"tslib": "^2.3.1"
},
"devDependencies": {
"just-diff": "^3.1.1"
"just-diff": "^4.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/@yarn-tool/yarnlock-parse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@yarn-tool/detect-yarnlock-version": "^1.0.10",
"@yarn-tool/yarnlock-error": "^1.0.6",
"@yarnpkg/lockfile": "^1.1.0",
"@yarnpkg/parsers": "^2.4.0",
"@yarnpkg/parsers": "^2.4.1",
"tslib": "^2.3.1"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@yarn-tool/yarnlock-stringify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"dependencies": {
"@yarn-tool/detect-yarnlock-version": "^1.0.10",
"@yarnpkg/lockfile": "^1.1.0",
"@yarnpkg/parsers": "^2.4.0",
"@yarnpkg/parsers": "^2.4.1",
"tslib": "^2.3.1"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@yarn-tool/yarnlock-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"dependencies": {
"@yarn-tool/npm-package-arg-util": "^1.0.19",
"@yarn-tool/yarnlock-parse": "^1.0.17",
"@yarnpkg/parsers": "^2.4.0",
"@yarnpkg/parsers": "^2.4.1",
"npm-package-arg": "^8.1.5",
"tslib": "^2.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@yarn-tool/yarnlock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@yarn-tool/yarnlock-fs": "^1.0.16",
"@yarn-tool/yarnlock-stringify": "^1.0.9",
"@yarnpkg/lockfile": "^1.1.0",
"@yarnpkg/parsers": "^2.4.0",
"@yarnpkg/parsers": "^2.4.1",
"debug-color2": "^1.2.7",
"fs-extra": "^10.0.0",
"semver": "^7.3.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/ws-root-run/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"tslib": "^2.3.1"
},
"peerDependencies": {
"yarn": "^1.22.15"
"yarn": "^1.22.17"
},
"gitHead": "40676553ac196265d354e537459d4c78d67f0a8c"
}
Loading

0 comments on commit 0c208fe

Please sign in to comment.