Skip to content
This repository has been archived by the owner on Jan 16, 2025. It is now read-only.

Commit

Permalink
Merge branch 'main' into xmtp-node-js
Browse files Browse the repository at this point in the history
  • Loading branch information
humanagent authored Dec 4, 2023
2 parents 69bef71 + 0822a68 commit 12f0d2d
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 17 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@ jobs:
with:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0

- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
cache: "yarn"
env:
SKIP_YARN_COREPACK_CHECK: "1"

- name: Install Yarn v4
run: |
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,25 +36,25 @@
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@types/jest": "^29.5.5",
"@types/node": "^20.8.3",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.6.0",
"eslint": "^8.51.0",
"@types/jest": "^29.5.7",
"@types/node": "^20.9.0",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.11.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "^27.4.0",
"eslint-plugin-n": "^16.2.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-n": "^16.3.1",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-vitest": "^0.3.2",
"jest": "^29.7.0",
"prettier": "^3.0.3",
"prettier": "^3.1.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"turbo": "^1.10.13",
"turbo": "^1.10.16",
"typescript": "~5.2.2",
"vitest": "^0.34.6"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/bot-kit-pro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
},
"dependencies": {
"@xmtp/grpc-api-client": "workspace:*",
"@xmtp/proto": "^3.28.0-beta.1",
"@xmtp/proto": "^3.34.0",
"@xmtp/xmtp-js": "^11.0.0-beta.9",
"drizzle-orm": "^0.28.6",
"ethers": "^6.8.0",
"long": "^5.2.3",
"pino": "^8.15.7",
"pino": "^8.16.2",
"pino-pretty": "^10.2.3",
"postgres": "^3.3.5"
"postgres": "^3.4.3"
},
"publishConfig": {
"access": "public",
Expand Down Expand Up @@ -52,7 +52,7 @@
"homepage": "https://github.com/xmtp/bot-kit-pro#readme",
"packageManager": "[email protected]",
"devDependencies": {
"drizzle-kit": "^0.19.13",
"drizzle-kit": "^0.20.6",
"vitest": "^0.34.6"
}
}
2 changes: 1 addition & 1 deletion packages/redis-persistence/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test": "yarn start-redis && vitest run ."
},
"dependencies": {
"@redis/client": "^1.5.11"
"@redis/client": "^1.5.12"
},
"engines": {
"node": ">=18"
Expand Down

0 comments on commit 12f0d2d

Please sign in to comment.