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
Mohammed Elzanaty
9874174ed4
feature: add prettier config ( #452 )
...
* chore: fix dashboard readme
* feat: add prettier config
* chore: update Node version requirement to 18.17.0
* Remove extra space
* Update @tailwind/forms
* Testing
---------
Co-authored-by: mohamed.elzanaty3 <mohamed.elzanaty3@vodafone.com >
Co-authored-by: Delba de Oliveira <32464864+delbaoliveira@users.noreply.github.com >
Co-authored-by: Delba de Oliveira <delbabrown@gmail.com >
2023-11-16 17:52:29 +00:00
Delba de Oliveira
18221b2f80
Update node versions for v14 ( #446 )
...
* Update minimum node version for server actions
* Update min node version for Next.js 14
* Update root
2023-11-15 19:58:21 +00:00
Stephanie Dietz
162d59256e
Learn run through 💅🏼 ( #230 )
...
* remove auth sign out form side anv
* remove unused clsx
* comment out code
* comment out code that throws error when trying to deploy to vercel
* Remove vercel emails
* comment out more code so it will deploy to vercel
* Include AUTH_URL
* add notes to commented out code
* Add bcrypt
* Use .env instead of .env.local
* Update types
* Move skeletons
* Update import
* Delete search functionality
* More fixes
* Misc fixes
* Update login-form.tsx
* Update table.tsx
* Update eslint
* eslint fix
* formatting
---------
Co-authored-by: Delba de Oliveira <delbabrown@gmail.com >
2023-10-26 16:38:00 -06:00
Stephanie Dietz
ef82a24b33
remove npm lock file ( #229 )
2023-10-26 12:57:19 -05:00
Balázs Orbán
abf301951d
feat: update to next-auth v5 ( #219 )
...
* Update to latest + refactoring.
* idk, fuck it
* Trying to make it work
* add `next-auth` fixes (#211 )
Co-authored-by: Balázs Orbán <info@balazsorban.com >
* Another one
* test
* bump `next` and `next-auth`, `bcrypt` -> `bcryptjs`
* simplify
* upgrade types
* add basic html form validatoin
* add zod validation
* update
* remove non next-auth changes
* revert
* revert
* revert
* revert
* uses bcrypt
* fix imports
* tweaks
* revert
* revert
* revert
---------
Co-authored-by: Lee Robinson <lrobinson2011@gmail.com >
Co-authored-by: Delba de Oliveira <delbabrown@gmail.com >
2023-10-25 00:14:12 +01:00
Michael Novotny
1725e58866
Moves prettier and lint to root of the project ( #143 )
2023-09-06 12:57:56 -05:00
Delba de Oliveira
f3a215a416
Create monorepo and add SEO starter example. ( #46 )
2021-09-09 09:06:21 -05:00
Shu Uesugi
18e21a4f6c
Add back files
2020-04-16 11:11:59 -07:00
Shu Uesugi
209da1c398
Remove files
2020-04-16 11:11:44 -07:00
Shu Uesugi
0725c9ce7a
Add first 3 templates
2020-03-28 14:56:23 -07:00