Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Aug 2, 2023
1 parent 0434358 commit 21a2c6c
Show file tree
Hide file tree
Showing 4 changed files with 506 additions and 365 deletions.
1 change: 1 addition & 0 deletions .npmrc
@@ -0,0 +1 @@
ignore-workspace-root-check=true
20 changes: 10 additions & 10 deletions package.json
Expand Up @@ -34,35 +34,35 @@
"dependencies": {
"cookie-es": "^1.0.0",
"defu": "^6.1.2",
"destr": "^2.0.0",
"destr": "^2.0.1",
"iron-webcrypto": "^0.8.0",
"radix3": "^1.0.1",
"ufo": "^1.1.2",
"ufo": "^1.2.0",
"uncrypto": "^0.1.3",
"unenv": "^1.6.1"
},
"devDependencies": {
"0x": "^5.5.0",
"0x": "^5.6.0",
"@types/express": "^4.17.17",
"@types/node": "^20.4.2",
"@types/node": "^20.4.6",
"@types/supertest": "^2.0.12",
"@vitest/coverage-v8": "^0.33.0",
"@vitest/coverage-v8": "^0.34.1",
"autocannon": "^7.11.0",
"changelogen": "^0.5.4",
"connect": "^3.7.0",
"eslint": "^8.45.0",
"eslint": "^8.46.0",
"eslint-config-unjs": "^0.2.1",
"express": "^4.18.2",
"get-port": "^7.0.0",
"jiti": "^1.19.1",
"listhen": "^1.1.2",
"listhen": "^1.2.0",
"node-fetch-native": "^1.2.0",
"prettier": "^2.8.8",
"prettier": "^3.0.0",
"supertest": "^6.3.3",
"typescript": "^5.1.6",
"unbuild": "^1.2.1",
"vitest": "^0.33.0",
"vitest": "^0.34.1",
"zod": "^3.21.4"
},
"packageManager": "pnpm@8.6.9"
}
}
4 changes: 2 additions & 2 deletions playground/package.json
Expand Up @@ -6,7 +6,7 @@
"dev": "listhen -w ./app.ts"
},
"dependencies": {
"h3": "^1.7.1",
"listhen": "^1.1.2"
"h3": "^1.8.0-rc.2",
"listhen": "^1.2.0"
}
}

0 comments on commit 21a2c6c

Please sign in to comment.