Skip to content

Commit

Permalink
refactor: prepare "release" 2.0.0 for upgrade to Next 14.x
Browse files Browse the repository at this point in the history
  • Loading branch information
tulup-conner committed Nov 26, 2023
1 parent 49eef06 commit e2cc1d0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
4 changes: 4 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 10 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"type": "module",
"name": "flowbite-next-starter",
"version": "2.0.0",
"description": "Basic dashboard example using Flowbite React on Next.js 14",
"homepage": "https://github.com/tulupinc/flowbite-next-starter",
"bugs": "https://github.com/tulupinc/flowbite-next-starter/issues",
"license": "MIT",
Expand All @@ -10,13 +12,17 @@
"url": "https://github.com/tulupinc/flowbite-next-starter.git"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint --fix",
"dev": "next dev",
"format": "prettier . --write",
"lint": "next lint --fix",
"start": "next start",
"typecheck": "tsc --noEmit"
},
"engines": {
"node": ">= 16",

This comment has been minimized.

Copy link
@SutuSebastian

SutuSebastian Nov 26, 2023

some flowbite-react components use useId hook which was introduced in React v18 => this might cause issues

"npm": ">= 8"
},
"dependencies": {
"flowbite": "^2.2.0",
"flowbite-react": "^0.7.0",
Expand Down Expand Up @@ -49,6 +55,7 @@
"tailwindcss": "^3",
"typescript": "^5"
},
"private": true,
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
Expand Down

1 comment on commit e2cc1d0

@vercel
Copy link

@vercel vercel bot commented on e2cc1d0 Nov 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

flowbite-next-starter – ./

flowbite-next-starter-tulup.vercel.app
flowbite-next-starter.vercel.app
flowbite-next-starter-git-main-tulup.vercel.app

Please sign in to comment.