Skip to content

Commit

Permalink
Updates (#33)
Browse files Browse the repository at this point in the history
* update pnpm

* update

* changeset

* update pnpm

* ts configs
  • Loading branch information
PabloSzx committed Jul 13, 2023
1 parent fa7b639 commit 37411c1
Show file tree
Hide file tree
Showing 9 changed files with 1,371 additions and 1,169 deletions.
5 changes: 5 additions & 0 deletions .changeset/nervous-terms-cover.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@soundxyz/redis-pubsub": major
---

Make superjson peer dependency
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- uses: pnpm/action-setup@v2.0.1
with:
version: ^7.1.1
version: ^8
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v2
- uses: pnpm/action-setup@v2.0.1
with:
version: ^7.1.1
version: ^8
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
Expand Down
47 changes: 23 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,38 +39,37 @@
"test:watch": "ava --watch",
"test:watch:coverage": "bob-watch -w src test package.json -c \"pnpm test\""
},
"dependencies": {
"superjson": "^1.9.1"
},
"devDependencies": {
"@changesets/cli": "^2.26.0",
"@graphql-ez/client": "^0.6.0",
"@graphql-ez/fastify": "^0.11.0",
"@graphql-ez/fastify-testing": "^0.3.0",
"@graphql-ez/plugin-websockets": "^0.10.5",
"@pothos/core": "^3.19.1",
"@types/node": "^18.7.14",
"ava": "^4.3.3",
"@changesets/cli": "^2.26.2",
"@graphql-ez/client": "^0.6.1",
"@graphql-ez/fastify": "^0.12.0",
"@graphql-ez/fastify-testing": "^0.4.0",
"@graphql-ez/plugin-websockets": "^0.11.2",
"@pothos/core": "^3.30.0",
"@types/node": "^20.4.2",
"ava": "^5.3.1",
"bob-ts": "^4.1.1",
"bob-tsm": "^1.1.2",
"bob-watch": "^0.1.2",
"c8": "^7.12.0",
"concurrently": "^7.3.0",
"dotenv": "^16.0.3",
"esbuild": "^0.15.6",
"fastify": "^4.5.3",
"graphql": "^16.6.0",
"graphql-ez": "^0.15.2",
"graphql-ws": "^5.10.1",
"ioredis": "^5.2.3",
"pino": "^8.4.2",
"prettier": "^2.7.1",
"typescript": "^4.8.2",
"c8": "^8.0.0",
"concurrently": "^8.2.0",
"dotenv": "^16.3.1",
"esbuild": "^0.18.12",
"fastify": "^4.19.2",
"graphql": "^16.7.1",
"graphql-ez": "^0.16.0",
"graphql-ws": "^5.14.0",
"ioredis": "^5.3.2",
"pino": "^8.14.1",
"prettier": "^3.0.0",
"superjson": "^1.12.4",
"typescript": "^5.1.6",
"wait-for-expect": "^3.0.2",
"zod": "^3.18.0"
"zod": "^3.21.4"
},
"peerDependencies": {
"ioredis": "^5.0.5",
"superjson": "^1.12.4",
"zod": "^3.17.3"
},
"peerDependenciesMeta": {
Expand Down
Loading

0 comments on commit 37411c1

Please sign in to comment.