Skip to content

Commit

Permalink
bump up package
Browse files Browse the repository at this point in the history
  • Loading branch information
if1live committed Dec 3, 2023
1 parent d42cf8c commit 2fe5824
Show file tree
Hide file tree
Showing 3 changed files with 838 additions and 865 deletions.
39 changes: 22 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"!dist/test"
],
"scripts": {
"dev": "node --watch --loader=tsx ./src/dev.ts",
"dev": "tsx --watch ./src/dev.ts",
"build": "tsc",
"check:watch": "tsc --watch",
"clean": "rimraf dist artifact .turbo .serverless",
Expand All @@ -22,36 +22,41 @@
"bundle": "tsx etc/build_artifact.ts"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.421.0",
"@sentry/node": "^7.73.0",
"@sentry/serverless": "^7.73.0",
"@upstash/redis": "^1.22.1",
"@aws-sdk/client-dynamodb": "^3.465.0",
"@sentry/node": "^7.84.0",
"@sentry/serverless": "^7.84.0",
"@upstash/redis": "^1.25.1",
"dotenv": "^16.3.1",
"hono": "^3.7.3",
"hono": "^3.10.4",
"ioredis": "^5.3.2",
"liquidjs": "^10.9.2",
"mysql2": "^3.6.1",
"liquidjs": "^10.9.4",
"mysql2": "^3.6.5",
"pg": "^8.11.3",
"remeda": "^1.27.0"
"remeda": "^1.29.0"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.122",
"@types/node": "^18.18.1",
"@types/pg": "^8.10.3",
"@types/aws-lambda": "^8.10.130",
"@types/node": "^20.10.2",
"@types/pg": "^8.10.9",
"cross-env": "^7.0.3",
"esbuild": "^0.14.54",
"madge": "^6.1.0",
"prettier": "^3.0.3",
"prettier": "^3.1.0",
"rimraf": "^4.4.1",
"serverless": "^3.35.2",
"serverless": "^3.38.0",
"serverless-scriptable-plugin": "^1.3.1",
"serverless-standalone": "^0.0.7",
"tsx": "^3.13.0",
"typescript": "^5.2.2",
"tsx": "^4.6.2",
"typescript": "^5.3.2",
"vitest": "^0.33.0"
},
"engines": {
"node": ">=18.0.0"
},
"packageManager": "pnpm@8.11.0"
"packageManager": "pnpm@8.11.0",
"pnpm": {
"overrides": {
"aws-sdk": "2.1311.0"
}
}
}
Loading

0 comments on commit 2fe5824

Please sign in to comment.