Skip to content

Commit

Permalink
chore(deps): update nextjs monorepo to v14 (major) (#122)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Max Goisser <[email protected]>
  • Loading branch information
renovate[bot] and hobofan authored Nov 4, 2023
1 parent 2b6efff commit b70d912
Show file tree
Hide file tree
Showing 5 changed files with 88 additions and 253 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ jobs:
- name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
run: |
pnpm install --frozen-lockfile
npm run build
npm run export
pnpm run build
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ jobs:
- name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
run: |
pnpm install --frozen-lockfile
npm run build
npm run export
pnpm run build
- name: Check prettier formatting
run: pnpm prettier-check
1 change: 1 addition & 0 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'export',
reactStrictMode: true,
// for hosting under GitHub pages
basePath: '',
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"execa": "^8.0.0",
"fuse.js": "^7.0.0",
"gitlog": "^4.0.4",
"next": "13.5.6",
"next": "14.0.1",
"p-memoize": "^7.1.1",
"react": "18.2.0",
"react-dom": "18.2.0"
Expand All @@ -34,7 +34,7 @@
"@types/react-dom": "18.2.14",
"autoprefixer": "^10.4.7",
"eslint": "8.53.0",
"eslint-config-next": "13.5.6",
"eslint-config-next": "14.0.1",
"postcss": "^8.4.14",
"prettier": "^3.0.0",
"tailwindcss": "^3.1.3",
Expand Down
Loading

0 comments on commit b70d912

Please sign in to comment.