Skip to content

Commit b18f818

Browse files
Version Packages (#4429)
* Version Packages * pnpm lock fix --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Siddharth Suresh <siddh.suresh@gmail.com>
1 parent 83b6be7 commit b18f818

File tree

34 files changed

+346
-221
lines changed

34 files changed

+346
-221
lines changed

.changeset/dull-fireants-retire.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/stale-keys-guess.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

apps/next13/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
"schema": "prisma/schema.prisma"
1313
},
1414
"dependencies": {
15-
"@blitzjs/auth": "3.0.1",
16-
"@blitzjs/config": "3.0.1",
17-
"@blitzjs/next": "3.0.1",
18-
"@blitzjs/rpc": "3.0.1",
15+
"@blitzjs/auth": "3.0.2",
16+
"@blitzjs/config": "3.0.2",
17+
"@blitzjs/next": "3.0.2",
18+
"@blitzjs/rpc": "3.0.2",
1919
"@hookform/error-message": "2.0.0",
2020
"@hookform/resolvers": "2.9.10",
2121
"@prisma/client": "^4.5.0",
2222
"@tanstack/react-query": "5.51.1",
23-
"blitz": "3.0.1",
23+
"blitz": "3.0.2",
2424
"flatted": "3.2.7",
2525
"next": "15.0.1",
2626
"prisma": "^4.5.0",

apps/toolkit-app-passportjs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
]
2424
},
2525
"dependencies": {
26-
"@blitzjs/auth": "3.0.1",
27-
"@blitzjs/config": "3.0.1",
28-
"@blitzjs/next": "3.0.1",
29-
"@blitzjs/rpc": "3.0.1",
26+
"@blitzjs/auth": "3.0.2",
27+
"@blitzjs/config": "3.0.2",
28+
"@blitzjs/next": "3.0.2",
29+
"@blitzjs/rpc": "3.0.2",
3030
"@hookform/error-message": "2.0.0",
3131
"@hookform/resolvers": "2.9.10",
3232
"@prisma/client": "6.1.0",
33-
"blitz": "3.0.1",
33+
"blitz": "3.0.2",
3434
"next": "15.0.1",
3535
"openid-client": "5.2.1",
3636
"prisma": "6.1.0",

apps/toolkit-app/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424
]
2525
},
2626
"dependencies": {
27-
"@blitzjs/auth": "3.0.1",
28-
"@blitzjs/config": "3.0.1",
29-
"@blitzjs/next": "3.0.1",
30-
"@blitzjs/rpc": "3.0.1",
27+
"@blitzjs/auth": "3.0.2",
28+
"@blitzjs/config": "3.0.2",
29+
"@blitzjs/next": "3.0.2",
30+
"@blitzjs/rpc": "3.0.2",
3131
"@hookform/error-message": "2.0.0",
3232
"@hookform/resolvers": "2.9.10",
3333
"@prisma/client": "6.1.0",
34-
"blitz": "3.0.1",
34+
"blitz": "3.0.2",
3535
"next": "15.0.1",
3636
"next-auth": "4.24.7",
3737
"prisma": "6.1.0",

apps/web/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
"schema": "./db/schema.prisma"
1717
},
1818
"dependencies": {
19-
"@blitzjs/auth": "3.0.1",
20-
"@blitzjs/config": "3.0.1",
21-
"@blitzjs/next": "3.0.1",
22-
"@blitzjs/rpc": "3.0.1",
19+
"@blitzjs/auth": "3.0.2",
20+
"@blitzjs/config": "3.0.2",
21+
"@blitzjs/next": "3.0.2",
22+
"@blitzjs/rpc": "3.0.2",
2323
"@prisma/client": "6.1.0",
2424
"@types/jest": "29.2.2",
2525
"@types/passport-twitter": "1.0.37",
26-
"blitz": "3.0.1",
26+
"blitz": "3.0.2",
2727
"jest": "29.3.0",
2828
"jest-environment-jsdom": "29.3.0",
2929
"next": "15.0.1",

integration-tests/auth-with-rpc/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
"prisma:studio": "prisma studio"
1818
},
1919
"dependencies": {
20-
"@blitzjs/auth": "3.0.1",
21-
"@blitzjs/config": "3.0.1",
22-
"@blitzjs/next": "3.0.1",
23-
"@blitzjs/rpc": "3.0.1",
20+
"@blitzjs/auth": "3.0.2",
21+
"@blitzjs/config": "3.0.2",
22+
"@blitzjs/next": "3.0.2",
23+
"@blitzjs/rpc": "3.0.2",
2424
"@hookform/error-message": "2.0.0",
2525
"@hookform/resolvers": "2.9.10",
2626
"@prisma/client": "6.1.0",
27-
"blitz": "3.0.1",
27+
"blitz": "3.0.2",
2828
"delay": "5.0.0",
2929
"next": "15.0.1",
3030
"prisma": "6.1.0",

integration-tests/auth/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
"prisma:studio": "prisma studio"
1818
},
1919
"dependencies": {
20-
"@blitzjs/auth": "3.0.1",
21-
"@blitzjs/config": "3.0.1",
22-
"@blitzjs/next": "3.0.1",
20+
"@blitzjs/auth": "3.0.2",
21+
"@blitzjs/config": "3.0.2",
22+
"@blitzjs/next": "3.0.2",
2323
"@prisma/client": "6.1.0",
24-
"blitz": "3.0.1",
24+
"blitz": "3.0.2",
2525
"lowdb": "3.0.0",
2626
"next": "15.0.1",
2727
"prisma": "6.1.0",

integration-tests/get-initial-props/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@
1616
"schema": "db/schema.prisma"
1717
},
1818
"dependencies": {
19-
"@blitzjs/auth": "3.0.1",
20-
"@blitzjs/next": "3.0.1",
21-
"@blitzjs/rpc": "3.0.1",
19+
"@blitzjs/auth": "3.0.2",
20+
"@blitzjs/next": "3.0.2",
21+
"@blitzjs/rpc": "3.0.2",
2222
"@prisma/client": "6.1.0",
23-
"blitz": "3.0.1",
23+
"blitz": "3.0.2",
2424
"lowdb": "2.1.0",
2525
"next": "15.0.1",
2626
"prisma": "6.1.0",
2727
"react": "19.0.0",
2828
"react-dom": "19.0.0"
2929
},
3030
"devDependencies": {
31-
"@blitzjs/config": "3.0.1",
31+
"@blitzjs/config": "3.0.2",
3232
"@next/bundle-analyzer": "12.0.8",
3333
"@types/express": "4.17.13",
3434
"@types/fs-extra": "9.0.13",

integration-tests/middleware/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf .next"
1212
},
1313
"dependencies": {
14-
"@blitzjs/config": "3.0.1",
15-
"@blitzjs/next": "3.0.1",
16-
"@blitzjs/rpc": "3.0.1",
17-
"blitz": "3.0.1",
14+
"@blitzjs/config": "3.0.2",
15+
"@blitzjs/next": "3.0.2",
16+
"@blitzjs/rpc": "3.0.2",
17+
"blitz": "3.0.2",
1818
"next": "15.0.1",
1919
"react": "19.0.0",
2020
"react-dom": "19.0.0"

0 commit comments

Comments
 (0)