Skip to content

Commit

Permalink
Update deps, remove supportedArchitectures from .yarnrc
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey committed May 17, 2022
1 parent 3b970e5 commit 6a15b61
Show file tree
Hide file tree
Showing 3 changed files with 141 additions and 139 deletions.
9 changes: 0 additions & 9 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,4 @@ enableGlobalCache: true

nodeLinker: node-modules

supportedArchitectures:
cpu:
- x64
- arm64
os:
- linux
- darwin
- win32

yarnPath: .yarn/releases/yarn-3.2.1.cjs
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
"@tsconfig/node16": "^1.0.2",
"@types/clone": "^2.1.1",
"@types/jest": "^27.5.1",
"@types/node": "^16.11.35",
"@types/node": "^16.11.36",
"@types/semver": "^7.3.9",
"@types/semver-utils": "^1.1.1",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"@typescript-eslint/eslint-plugin": "^5.24.0",
"@typescript-eslint/parser": "^5.24.0",
"clone": "^2.1.2",
"esbuild": "^0.14.39",
"eslint": "^8.15.0",
Expand Down
Loading

0 comments on commit 6a15b61

Please sign in to comment.