Skip to content

Commit

Permalink
feat(core): Bump nextjs to 15.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
wootsbot committed Feb 13, 2025
1 parent afecdde commit c306e94
Show file tree
Hide file tree
Showing 5 changed files with 88 additions and 79 deletions.
5 changes: 5 additions & 0 deletions .changeset/few-sheep-shout.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"x-boilerplate": minor
---

Bump nextjs
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
# dependencies
/node_modules
/.pnp
.pnp.js
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/versions

# testing
/coverage
Expand Down Expand Up @@ -33,6 +38,7 @@ yarn-error.log*

# typescript
*.tsbuildinfo
next-env.d.ts

.vscode
/test-results/
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"date-fns": "4.1.0",
"framer-motion": "11.15.0",
"geist": "1.3.1",
"next": "15.1.1",
"next": "15.1.7",
"next-auth": "5.0.0-beta.25",
"next-intl": "3.26.1",
"next-safe-action": "7.10.2",
Expand Down Expand Up @@ -70,7 +70,7 @@
"@testing-library/react": "16.1.0",
"@testing-library/react-hooks": "8.0.1",
"@testing-library/user-event": "14.5.2",
"@types/node": "22.10.2",
"@types/node": "^22",
"@types/react": "^19",
"@types/react-dom": "^19",
"@vitejs/plugin-react": "4.3.4",
Expand All @@ -79,7 +79,7 @@
"autoprefixer": "10.4.20",
"husky": "9.1.7",
"jsdom": "25.0.1",
"postcss": "8.4.49",
"postcss": "^8",
"tailwindcss": "3.4.17",
"typescript": "^5",
"vite-tsconfig-paths": "5.1.4",
Expand Down
Loading

0 comments on commit c306e94

Please sign in to comment.