Skip to content

Commit

Permalink
fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
fwang committed Dec 3, 2024
1 parent 3f425c8 commit 135a473
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 31 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"husky": "^8.0.3",
"prettier": "^2.8.4",
"turbo": "1.8.3",
"typescript": "5.2.2",
"typescript": "^5.2.2",
"vitest": "^0.33.0"
},
"lint-staged": {
Expand Down
4 changes: 2 additions & 2 deletions packages/svelte-kit-sst/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {},
"devDependencies": {
"@sveltejs/kit": "^1.5.0",
"@types/aws-lambda": "^8.10.112"
"@sveltejs/kit": "1.5.0",
"@types/aws-lambda": "8.10.112"
}
}
47 changes: 19 additions & 28 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 135a473

Please sign in to comment.