Commit Graph

19 Commits

Author SHA1 Message Date
dependabot[bot]
ba50ba813d Bump the npm_and_yarn group across 4 directories with 4 updates
Bumps the npm_and_yarn group with 1 update in the / directory: [next](https://github.com/vercel/next.js).
Bumps the npm_and_yarn group with 1 update in the /basics/typescript-final directory: [next](https://github.com/vercel/next.js).
Bumps the npm_and_yarn group with 1 update in the /dashboard/final-example directory: [next-auth](https://github.com/nextauthjs/next-auth).
Bumps the npm_and_yarn group with 2 updates in the /dashboard/starter-example directory: [next](https://github.com/vercel/next.js) and [next-auth](https://github.com/nextauthjs/next-auth).


Updates `next` from 14.2.23 to 14.2.32
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v14.2.23...v14.2.32)

Updates `@babel/helpers` from 7.26.7 to 7.28.4
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.28.4/packages/babel-helpers)

Updates `brace-expansion` from 1.1.11 to 1.1.12
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](https://github.com/juliangruber/brace-expansion/compare/1.1.11...v1.1.12)

Updates `next` from 14.2.23 to 14.2.32
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v14.2.23...v14.2.32)

Updates `next-auth` from 5.0.0-beta.25 to 5.0.0-beta.30
- [Release notes](https://github.com/nextauthjs/next-auth/releases)
- [Commits](https://github.com/nextauthjs/next-auth/commits/next-auth@5.0.0-beta.30)

Updates `next` from 15.3.2 to 16.0.1
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v14.2.23...v14.2.32)

Updates `brace-expansion` from 1.1.11 to 1.1.12
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](https://github.com/juliangruber/brace-expansion/compare/1.1.11...v1.1.12)

Updates `next-auth` from 5.0.0-beta.25 to 5.0.0-beta.30
- [Release notes](https://github.com/nextauthjs/next-auth/releases)
- [Commits](https://github.com/nextauthjs/next-auth/commits/next-auth@5.0.0-beta.30)

---
updated-dependencies:
- dependency-name: next
  dependency-version: 14.2.32
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: "@babel/helpers"
  dependency-version: 7.28.4
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: brace-expansion
  dependency-version: 1.1.12
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: next
  dependency-version: 14.2.32
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: next-auth
  dependency-version: 5.0.0-beta.30
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: next
  dependency-version: 16.0.1
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: brace-expansion
  dependency-version: 1.1.12
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: next-auth
  dependency-version: 5.0.0-beta.30
  dependency-type: direct:production
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-04 07:55:39 +00:00
Lee Robinson
fc3a4e3faa Update deps on SEO and Pages Router courses (#987) 2025-01-23 08:16:22 -06:00
Michael Novotny
68be8ee164 Renames globals.cssglobal.css (#181)
* Renames `globals.css` → `global.css`

* Missed one
2023-09-28 14:27:59 +01:00
Michael Novotny
8e302d6725 Fixes inconsistent CSS (#151) 2023-09-08 09:12:57 -05:00
Michael Novotny
a7063b9cb5 Updates GitHub urls and adds a note about a Could not locate the repository error message (#149) 2023-09-07 08:13:53 -05:00
Michael Novotny
1725e58866 Moves prettier and lint to root of the project (#143) 2023-09-06 12:57:56 -05:00
Spoof14
a657dd215b Adds consistency between Create a Next.js App and Navigate Between Pages tutorials (#116) 2023-09-06 10:45:10 -05:00
Michael Novotny
754910a22d Updates minimum node version in documentation (#133) 2023-08-31 17:15:13 +01:00
Michael Novotny
3edf913e1c Updates node versions (#131) 2023-08-30 13:31:53 -05:00
Sergej Brazdeikis
0972c7fd79 Update index.js (#110)
fix typo some prettiers complain about
2023-01-22 15:11:12 -06:00
Ismael
fee5818823 Fix a tag styling (#104)
* added styles folder for assets css example

* update styles on index for css starter example

* added styles folder in basic starter and nav starter and put back local global and selector css as _app.js is not added yet

* fix bottom logo style

* fix a text color in first 3 examples
2022-11-22 14:47:15 -07:00
Ismael
9bac578cd0 Update CSS starter example to use module css styling (#103) 2022-11-22 08:56:58 -06:00
Lee Robinson
d6203927fe Update all dependencies for Next.js 13. (#100) 2022-11-04 11:22:52 -05:00
Broda Noel
a7e15ef472 Update command as shown in docs (#95) 2022-11-04 11:18:21 -05:00
Delba de Oliveira
be08bc6085 Update react version (#97) 2022-10-31 13:08:25 +00:00
Ismael
3754f53366 added styles folder for assets css example (#87) 2022-10-17 14:24:44 -05:00
Timothy Yirenkyi
454c97aebc Update template url (#59) 2021-12-12 14:10:40 -06:00
Lee Robinson
3a1387166d Update all dependencies. (#56) 2021-11-09 10:59:56 -06:00
Delba de Oliveira
f3a215a416 Create monorepo and add SEO starter example. (#46) 2021-09-09 09:06:21 -05:00