Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: prisma/prisma-examples
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: be4c67e815343faa03f4b646c9e60b2a20f27f6e
Choose a base ref
..
head repository: prisma/prisma-examples
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6da9ec43a47f44dd5e8ee755c392b9eca5bdddf6
Choose a head ref
4 changes: 2 additions & 2 deletions accelerate/accelerate-hacker-news/package.json
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
"dependencies": {
"@prisma/client": "5.22.0",
"@prisma/extension-accelerate": "1.2.1",
"next": "15.1.4",
"next": "15.1.5",
"react": "19.0.0",
"react-dom": "19.0.0"
},
@@ -22,7 +22,7 @@
"@types/react": "19.0.7",
"@types/react-dom": "19.0.3",
"eslint": "8.57.1",
"eslint-config-next": "15.1.4",
"eslint-config-next": "15.1.5",
"postcss": "8.5.1",
"tailwindcss": "3.4.17",
"tsx": "4.19.2",
4 changes: 2 additions & 2 deletions accelerate/nextjs-starter/package.json
Original file line number Diff line number Diff line change
@@ -16,8 +16,8 @@
"@types/react-dom": "19.0.3",
"autoprefixer": "10.4.20",
"eslint": "8.57.1",
"eslint-config-next": "15.1.4",
"next": "15.1.4",
"eslint-config-next": "15.1.5",
"next": "15.1.5",
"node-fetch": "3.3.2",
"openflights-cached": "1.3.15",
"postcss": "8.5.1",
2 changes: 1 addition & 1 deletion accelerate/remix-starter/package.json
Original file line number Diff line number Diff line change
@@ -75,7 +75,7 @@
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-testing-library": "7.1.1",
"jsdom": "26.0.0",
"lint-staged": "15.3.0",
"lint-staged": "15.4.1",
"prettier": "3.4.2",
"prisma": "5.22.0",
"tailwindcss": "3.4.17",
2 changes: 1 addition & 1 deletion accelerate/svelte-starter/package.json
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
},
"devDependencies": {
"@sveltejs/adapter-auto": "4.0.0",
"@sveltejs/kit": "2.15.3",
"@sveltejs/kit": "2.16.0",
"@sveltejs/vite-plugin-svelte": "5.0.3",
"@tailwindcss/typography": "0.5.16",
"autoprefixer": "10.4.20",
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@
"test": "vitest"
},
"devDependencies": {
"@cloudflare/vitest-pool-workers": "0.6.1",
"@cloudflare/vitest-pool-workers": "0.6.4",
"@cloudflare/workers-types": "4.20250109.0",
"prisma": "5.22.0",
"typescript": "5.7.3",
2 changes: 1 addition & 1 deletion orm/graphql-sdl-first/package.json
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
"@prisma/client": "5.22.0",
"graphql": "16.10.0",
"graphql-scalars": "1.24.0",
"graphql-yoga": "5.10.9"
"graphql-yoga": "5.10.10"
},
"devDependencies": {
"@types/node": "22.10.7",
2 changes: 1 addition & 1 deletion orm/graphql/package.json
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@
"@prisma/client": "5.22.0",
"graphql": "16.10.0",
"graphql-scalars": "1.24.0",
"graphql-yoga": "5.10.9"
"graphql-yoga": "5.10.10"
},
"devDependencies": {
"@types/node": "22.10.7",
4 changes: 2 additions & 2 deletions orm/nextjs-graphql/package.json
Original file line number Diff line number Diff line change
@@ -17,8 +17,8 @@
"@prisma/client": "5.22.0",
"graphql": "16.10.0",
"graphql-scalars": "1.24.0",
"graphql-yoga": "5.10.9",
"next": "15.1.4",
"graphql-yoga": "5.10.10",
"next": "15.1.5",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-markdown": "9.0.3"
8 changes: 4 additions & 4 deletions orm/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -11,17 +11,17 @@
},
"dependencies": {
"@prisma/client": "^6.2.1",
"next": "15.1.4",
"next": "15.1.5",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react": "19.0.7",
"@types/react-dom": "19.0.3",
"eslint": "^9",
"eslint-config-next": "15.1.4",
"eslint-config-next": "15.1.5",
"postcss": "^8",
"prisma": "^6.2.1",
"tailwindcss": "^3.4.1",
2 changes: 1 addition & 1 deletion orm/sveltekit/package.json
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
},
"devDependencies": {
"@sveltejs/adapter-auto": "4.0.0",
"@sveltejs/kit": "2.15.3",
"@sveltejs/kit": "2.16.0",
"@sveltejs/package": "2.3.7",
"@typescript-eslint/eslint-plugin": "8.20.0",
"@typescript-eslint/parser": "8.20.0",
4 changes: 2 additions & 2 deletions pulse/fullstack-leaderboard/package.json
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
"@prisma/client": "5.22.0",
"@prisma/extension-pulse": "1.2.0",
"@types/socket.io": "3.0.2",
"next": "15.1.4",
"next": "15.1.5",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-flip-move": "3.0.5",
@@ -25,7 +25,7 @@
"@types/react": "19.0.7",
"@types/react-dom": "19.0.3",
"eslint": "8.57.1",
"eslint-config-next": "15.1.4",
"eslint-config-next": "15.1.5",
"postcss": "8.5.1",
"prisma": "5.22.0",
"tailwindcss": "3.4.17",
4 changes: 2 additions & 2 deletions pulse/fullstack-simple-chat/client/package.json
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"next": "15.1.4",
"next": "15.1.5",
"react": "19.0.0",
"react-dom": "19.0.0",
"socket.io-client": "4.8.1"
@@ -20,7 +20,7 @@
"@types/react-dom": "19.0.3",
"autoprefixer": "10.4.20",
"eslint": "8.57.1",
"eslint-config-next": "15.1.4",
"eslint-config-next": "15.1.5",
"postcss": "8.5.1",
"tailwindcss": "3.4.17",
"typescript": "5.7.3"
2 changes: 1 addition & 1 deletion pulse/inngest-router/package.json
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@
"@prisma/extension-pulse": "1.2.0",
"@types/node": "22.10.7",
"dotenv": "16.4.7",
"inngest": "3.29.3"
"inngest": "3.30.0"
},
"prettier": {
"trailingComma": "all",
2 changes: 1 addition & 1 deletion pulse/product-search-with-typesense/backend/package.json
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
"@prisma/extension-pulse": "1.2.0",
"axios": "1.7.9",
"dotenv-cli": "8.0.0",
"hono": "4.6.16",
"hono": "4.6.17",
"pg": "8.13.1",
"typesense": "1.8.2",
"zod": "3.24.1"
4 changes: 2 additions & 2 deletions pulse/product-search-with-typesense/frontend/package.json
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"instantsearch.css": "8.5.1",
"next": "15.1.4",
"next": "15.1.5",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "7.54.2",
@@ -36,7 +36,7 @@
"@types/react-dom": "19.0.3",
"@types/react-instantsearch-dom": "6.12.8",
"eslint": "8.57.1",
"eslint-config-next": "15.1.4",
"eslint-config-next": "15.1.5",
"postcss": "8.5.1",
"tailwindcss": "3.4.17",
"typescript": "5.7.3"