Skip to content

Commit

Permalink
fix: upgrade deps (#393)
Browse files Browse the repository at this point in the history
* chore: upgrade deps

* chore: upgrade some more

* chore: upgrade yarn

* chore: upgrade shrinkwrap

* chore: more files to upgrade
  • Loading branch information
hongaar authored Apr 2, 2022
1 parent 6443002 commit eecfd4a
Show file tree
Hide file tree
Showing 7 changed files with 1,381 additions and 2,507 deletions.
631 changes: 0 additions & 631 deletions .yarn/releases/yarn-3.0.2.cjs

This file was deleted.

785 changes: 785 additions & 0 deletions .yarn/releases/yarn-3.2.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-3.0.2.cjs
yarnPath: .yarn/releases/yarn-3.2.0.cjs
23 changes: 12 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,31 +54,32 @@
"release": "semantic-release"
},
"dependencies": {
"@types/yargs": "^17.0.2",
"@types/yargs": "17.0.2",
"enquirer": "^2.3.6",
"string-argv": "^0.3.1",
"typed-emitter": "^2.0.0",
"yargs": "^17.1.1"
"typed-emitter": "^2.1.0",
"yargs": "^17.4.0"
},
"devDependencies": {
"@semantic-release/changelog": "6.0.1",
"@semantic-release/git": "10.0.1",
"@types/jest": "27.4.1",
"@types/node": "16.11.26",
"@types/node": "17.0.23",
"convert-extension": "0.3.0",
"doctoc": "2.1.0",
"husky": "7.0.4",
"jest": "27.5.1",
"leasot": "12.2.0",
"leasot": "13.1.0",
"mock-argv": "2.0.8",
"prettier": "2.6.0",
"prettier": "2.6.2",
"semantic-release": "19.0.2",
"ts-jest": "27.1.3",
"ts-jest": "27.1.4",
"ts-node": "10.7.0",
"tsd": "0.19.1",
"typescript": "4.6.2"
"tsd": "0.20.0",
"typescript": "4.6.3"
},
"tsd": {
"directory": "tests/types"
}
}
},
"packageManager": "[email protected]"
}
2 changes: 1 addition & 1 deletion tests/smoke/cjs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Manual changes might be lost - proceed with caution!

__metadata:
version: 4
version: 6
cacheKey: 8

"@types/color-name@npm:^1.1.1":
Expand Down
2 changes: 1 addition & 1 deletion tests/smoke/esm/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Manual changes might be lost - proceed with caution!

__metadata:
version: 4
version: 6
cacheKey: 8

"@types/color-name@npm:^1.1.1":
Expand Down
Loading

0 comments on commit eecfd4a

Please sign in to comment.