Skip to content

Commit

Permalink
fix(deps): update yarn (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
ueokande authored May 13, 2023
1 parent c8a81ad commit 80e2385
Show file tree
Hide file tree
Showing 5 changed files with 10,306 additions and 6,550 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,12 @@
*.zip
lanthan-driver.log
package-lock.json

# https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
.yarn/*
!.yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
873 changes: 873 additions & 0 deletions .yarn/releases/yarn-3.5.1.cjs

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.5.1.cjs
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,6 @@
"request-promise-native": "^1.0.8",
"ts-node": "^10.7.0",
"webext-agent": "^0.1.0"
}
},
"packageManager": "yarn@3.5.1"
}
Loading

0 comments on commit 80e2385

Please sign in to comment.