Skip to content

Commit

Permalink
chore(deps): bump the npm_and_yarn group across 4 directories with 2 …
Browse files Browse the repository at this point in the history
…updates

Bumps the npm_and_yarn group with 2 updates in the / directory: [next](https://github.com/vercel/next.js) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).
Bumps the npm_and_yarn group with 2 updates in the /examples/nextjs-spa directory: [next](https://github.com/vercel/next.js) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).
Bumps the npm_and_yarn group with 1 update in the /examples/preact-spa directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).
Bumps the npm_and_yarn group with 1 update in the /examples/react-spa directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `next` from 14.2.10 to 14.2.21
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v14.2.10...v14.2.21)

Updates `vite` from 5.4.10 to 5.4.14
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.14/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.14/packages/vite)

Updates `next` from 15.0.3 to 15.1.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v14.2.10...v14.2.21)

Updates `vite` from 5.4.10 to 5.4.12
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.14/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.14/packages/vite)

Updates `vite` from 5.4.10 to 5.4.12
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.14/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.14/packages/vite)

Updates `vite` from 5.4.10 to 5.4.12
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.14/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.14/packages/vite)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: vite
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: next
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: vite
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: vite
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: vite
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 18, 2025
1 parent b129f04 commit 71fbd65
Show file tree
Hide file tree
Showing 7 changed files with 74 additions and 237 deletions.
2 changes: 1 addition & 1 deletion examples/nextjs-app-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@ory/nextjs": "*",
"next": "^15.0.3",
"next": "^14.2.21",
"react": "^18",
"react-dom": "^18"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-pages-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@ory/nextjs": "*",
"next": "^15.0.3",
"next": "^14.2.21",
"react": "^18",
"react-dom": "^18"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/nextjs-spa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@next/font": "13.4.13",
"next": "15.0.3",
"next": "15.1.2",
"react": "18.3.1",
"react-dom": "18.3.1"
},
Expand All @@ -23,6 +23,6 @@
"@types/react-dom": "18.3.0",
"eslint-config-next": "15.0.3",
"typescript": "5.2.2",
"vite": "5.4.10"
"vite": "5.4.12"
}
}
2 changes: 1 addition & 1 deletion examples/preact-spa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@preact/preset-vite": "2.5.0",
"eslint-config-preact": "1.3.0",
"typescript": "5.2.2",
"vite": "5.4.10"
"vite": "5.4.12"
},
"eslintConfig": {
"extends": "preact"
Expand Down
2 changes: 1 addition & 1 deletion examples/react-spa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.35.0",
"typescript": "5.2.2",
"vite": "5.4.10"
"vite": "5.4.12"
}
}
Loading

0 comments on commit 71fbd65

Please sign in to comment.