Skip to content

Commit

Permalink
update packs
Browse files Browse the repository at this point in the history
  • Loading branch information
lagden committed Aug 2, 2022
1 parent fe20fb2 commit 843efcc
Show file tree
Hide file tree
Showing 5 changed files with 917 additions and 902 deletions.
786 changes: 0 additions & 786 deletions .yarn/releases/yarn-3.2.1.cjs

This file was deleted.

783 changes: 783 additions & 0 deletions .yarn/releases/yarn-3.2.2.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
@@ -1,2 +1,2 @@
yarnPath: .yarn/releases/yarn-3.2.1.cjs
yarnPath: .yarn/releases/yarn-3.2.2.cjs
nodeLinker: node-modules
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"start": "node server"
},
"dependencies": {
"@koa/router": "11.0.1",
"@koa/router": "12.0.0",
"@tadashi/koa-base": "5.1.0",
"@tadashi/local-access": "1.0.1",
"debug": "4.3.4",
Expand All @@ -35,15 +35,15 @@
},
"devDependencies": {
"@tadashi/hex-id": "2.0.0",
"ava": "4.3.0",
"c8": "7.11.3",
"eslint": "8.19.0",
"ava": "4.3.1",
"c8": "7.12.0",
"eslint": "8.21.0",
"eslint-config-xo": "0.41.0",
"eslint-plugin-unicorn": "43.0.0",
"got": "12.1.0",
"eslint-plugin-unicorn": "43.0.2",
"got": "12.3.0",
"hash-to-port": "1.2.0",
"npm-run-all": "4.1.5",
"prettier": "2.7.1"
},
"packageManager": "yarn@3.2.1"
"packageManager": "yarn@3.2.2"
}
Loading

0 comments on commit 843efcc

Please sign in to comment.