Skip to content

Commit

Permalink
update packages bulk (#787)
Browse files Browse the repository at this point in the history
* update 1

* update 2
  • Loading branch information
vvo authored Nov 14, 2024
1 parent 5bd99c9 commit 8e8fe84
Show file tree
Hide file tree
Showing 8 changed files with 5,523 additions and 4,903 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
"jest": "29.7.0",
"lint-staged": "15.2.10",
"prettier": "3.3.3",
"publint": "0.2.11",
"publint": "0.2.12",
"ts-jest": "29.2.5",
"turbo": "1.12.4",
"typescript": "5.6.2"
"typescript": "5.6.3"
},
"packageManager": "pnpm@8.15.3",
"packageManager": "pnpm@9.12.3",
"engines": {
"node": ">=18"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/edge-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"@changesets/cli": "2.27.9",
"@edge-runtime/jest-environment": "2.3.10",
"@edge-runtime/types": "2.2.9",
"@types/jest": "29.5.13",
"@types/node": "22.7.3",
"@types/jest": "29.5.14",
"@types/node": "22.9.0",
"eslint": "8.56.0",
"eslint-config-custom": "workspace:*",
"jest": "29.7.0",
Expand All @@ -57,8 +57,8 @@
"prettier": "3.3.3",
"ts-jest": "29.2.5",
"tsconfig": "workspace:*",
"tsup": "8.3.0",
"typescript": "5.6.2"
"tsup": "8.3.5",
"typescript": "5.6.3"
},
"peerDependencies": {
"@opentelemetry/api": "^1.7.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/kv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"@changesets/cli": "2.27.9",
"@edge-runtime/jest-environment": "2.3.10",
"@edge-runtime/types": "2.2.9",
"@types/jest": "29.5.13",
"@types/node": "22.7.3",
"@types/jest": "29.5.14",
"@types/node": "22.9.0",
"eslint": "8.56.0",
"eslint-config-custom": "workspace:*",
"husky": "9.1.6",
Expand All @@ -59,8 +59,8 @@
"prettier": "3.3.3",
"ts-jest": "29.2.5",
"tsconfig": "workspace:*",
"tsup": "8.3.0",
"typescript": "5.6.2"
"tsup": "8.3.5",
"typescript": "5.6.3"
},
"engines": {
"node": ">=14.6"
Expand Down
12 changes: 6 additions & 6 deletions packages/postgres-kysely/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,18 @@
"@changesets/cli": "2.27.9",
"@edge-runtime/jest-environment": "2.3.10",
"@edge-runtime/types": "2.2.9",
"@neondatabase/serverless": "0.9.5",
"@types/jest": "29.5.13",
"@types/node": "22.7.3",
"@types/ws": "8.5.12",
"@neondatabase/serverless": "0.10.2",
"@types/jest": "29.5.14",
"@types/node": "22.9.0",
"@types/ws": "8.5.13",
"eslint": "8.56.0",
"eslint-config-custom": "workspace:*",
"jest": "29.7.0",
"kysely": "0.27.4",
"ts-jest": "29.2.5",
"tsconfig": "workspace:*",
"tsup": "8.3.0",
"typescript": "5.6.2"
"tsup": "8.3.5",
"typescript": "5.6.3"
},
"peerDependencies": {
"kysely": "^0.24.2 || ^0.25.0 || ^0.26.0 || ^0.27.0"
Expand Down
12 changes: 6 additions & 6 deletions packages/postgres/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,25 +44,25 @@
"testEnvironment": "node"
},
"dependencies": {
"@neondatabase/serverless": "^0.9.3",
"@neondatabase/serverless": "^0.10.2",
"bufferutil": "^4.0.8",
"ws": "^8.17.1"
},
"devDependencies": {
"@changesets/cli": "2.27.9",
"@edge-runtime/jest-environment": "2.3.10",
"@edge-runtime/types": "2.2.9",
"@types/jest": "29.5.13",
"@types/node": "22.7.3",
"@types/ws": "8.5.12",
"@types/jest": "29.5.14",
"@types/node": "22.9.0",
"@types/ws": "8.5.13",
"eslint": "8.56.0",
"eslint-config-custom": "workspace:*",
"jest": "29.7.0",
"prettier": "3.3.3",
"ts-jest": "29.2.5",
"tsconfig": "workspace:*",
"tsup": "8.3.0",
"typescript": "5.6.2"
"tsup": "8.3.5",
"typescript": "5.6.3"
},
"engines": {
"node": ">=18.14"
Expand Down
Loading

0 comments on commit 8e8fe84

Please sign in to comment.