Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sachinraja committed Aug 23, 2022
1 parent 6732327 commit 1d68bf1
Show file tree
Hide file tree
Showing 4 changed files with 709 additions and 202 deletions.
8 changes: 4 additions & 4 deletions dprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"includes": ["**/*.{ts,tsx,js,jsx,cjs,mjs,json,json5,md,yaml}"],
"excludes": ["**/node_modules", "pnpm-lock.yaml", "dist"],
"plugins": [
"https://plugins.dprint.dev/typescript-0.68.4.wasm",
"https://plugins.dprint.dev/json-0.15.3.wasm",
"https://plugins.dprint.dev/markdown-0.13.3.wasm",
"https://plugins.dprint.dev/prettier-0.9.0.json@76c20538ea4231b3daa9b62059f90ec144200cab5477b7e95b730cbb3ed48957"
"https://plugins.dprint.dev/typescript-0.71.2.wasm",
"https://plugins.dprint.dev/json-0.15.5.wasm",
"https://plugins.dprint.dev/markdown-0.14.0.wasm",
"https://plugins.dprint.dev/prettier-0.10.0.json@ca9a97de84cbb2cd60534eb72c0455f3ca8704743917569ace70499136cf5c9c"
]
}
2 changes: 1 addition & 1 deletion examples/starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"koa": "^2"
},
"dependencies": {
"uttp": "^0.0.0",
"uttp": "^0.1.0",
"zod": "^3.17.3"
},
"devDependencies": {
Expand Down
28 changes: 13 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@
"default": "./dist/utils/runners.cjs"
}
},
"files": [
"dist"
],
"files": ["dist", "adapters"],
"scripts": {
"build": "rimraf dist && run-p build:*",
"build:js": "tsup",
Expand All @@ -55,27 +53,27 @@
},
"devDependencies": {
"@sachinraja/eslint-config": "0.1.1",
"@types/aws-lambda": "8.10.101",
"@types/aws-lambda": "8.10.102",
"@types/express": "4.17.13",
"@types/koa": "2.13.4",
"@types/node": "18.0.0",
"dprint": "0.29.1",
"eslint": "8.18.0",
"@types/koa": "2.13.5",
"@types/node": "18.7.11",
"dprint": "0.30.3",
"eslint": "8.22.0",
"express": "4.18.1",
"fastify": "4.1.0",
"fastify": "4.5.2",
"get-port": "6.1.2",
"h3": "0.7.10",
"h3": "0.7.16",
"husky": "8.0.1",
"koa": "2.13.4",
"nano-staged": "0.8.0",
"npm-run-all": "4.1.5",
"pkgroll": "1.3.1",
"pkgroll": "1.4.0",
"rimraf": "3.0.2",
"tsup": "6.1.2",
"tsup": "6.2.2",
"typescript": "4.7.4",
"undici": "5.5.1",
"vite": "2.9.12",
"vitest": "0.16.0"
"undici": "5.10.0",
"vite": "3.0.9",
"vitest": "0.22.1"
},
"sideEffects": false,
"nano-staged": {
Expand Down
Loading

0 comments on commit 1d68bf1

Please sign in to comment.