Skip to content
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.

Commit

Permalink
⬆️ Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nlepage committed Jan 17, 2022
1 parent 9bca839 commit e8472b8
Show file tree
Hide file tree
Showing 3 changed files with 405 additions and 1,339 deletions.
3 changes: 3 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ plugins:
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-3.1.1.cjs

# WORKAROUND: PnP doesn't support node's "imports" field https://github.com/yarnpkg/berry/issues/3843
nodeLinker: node-modules
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
"test": "ava"
},
"devDependencies": {
"@ava/typescript": "^2.0.0",
"@types/node": "^16.9.6",
"@ava/typescript": "^3.0.1",
"@types/node": "^17.0.9",
"all-contributors-cli": "^6.20.0",
"ava": "^3.15.0",
"ts-node": "^10.2.1",
"typescript": "^4.4.3"
"ava": "^4.0.1",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
},
"ava": {
"extensions": [
Expand Down
Loading

0 comments on commit e8472b8

Please sign in to comment.