Skip to content

Commit

Permalink
drop deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kane50613 committed Mar 4, 2024
1 parent 528f1f7 commit 3e41d1b
Show file tree
Hide file tree
Showing 9 changed files with 417 additions and 92 deletions.
9 changes: 1 addition & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redis-on-workers",
"version": "0.2.7",
"version": "0.2.8",
"description": "Connect to your Redis server using cloudflare:sockets",
"scripts": {
"build": "tsup",
Expand Down Expand Up @@ -38,20 +38,13 @@
"devDependencies": {
"@cloudflare/workers-types": "^4.20240222.0",
"@types/node": "^20.11.24",
"@types/redis-errors": "^1.2.3",
"@types/redis-parser": "^3.0.3",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
"redis-errors": "^1.2.0",
"tsup": "^8.0.2",
"typescript": "^5.3.3",
"vitest": "^1.3.1"
},
"optionalDependencies": {
"@arrowood.dev/socket": "^0.2.0"
},
"dependencies": {
"@redis/client": "^1.5.14",
"redis-parser": "^3.0.0"
}
}
62 changes: 0 additions & 62 deletions pnpm-lock.yaml

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

Loading

0 comments on commit 3e41d1b

Please sign in to comment.