Skip to content

Commit

Permalink
chore: upgrade nextjs & react (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
zlatanpham authored Aug 9, 2024
1 parent 7eed122 commit 810da5b
Show file tree
Hide file tree
Showing 2 changed files with 1,153 additions and 959 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
},
"dependencies": {
"@babel/eslint-parser": "^7.22.10",
"@dwarvesf/react-hooks": "^0.7.0",
"@dwarvesf/react-utils": "^0.4.1",
"@dwarvesf/react-hooks": "^0.8.2",
"@dwarvesf/react-utils": "^0.4.2",
"@hookform/resolvers": "^3.1.0",
"@next/bundle-analyzer": "^13.4.4",
"@radix-ui/react-dialog": "^1.0.3",
Expand All @@ -34,19 +34,19 @@
"glob": "^10.3.3",
"isomorphic-unfetch": "^4.0.2",
"mitt": "^3.0.1",
"next": "13.4.4",
"next": "14.2.5",
"nprogress": "^0.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.41.1",
"react-hot-toast": "^2.4.0",
"swr": "^2.0.0",
"tailwind-variants": "^0.1.13",
"tailwind-variants": "^0.2.1",
"zod": "^3.21.4"
},
"devDependencies": {
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@dwarvesf/react-eslint-config": "^1.0.1",
"@faker-js/faker": "^8.0.2",
"@ibm-cloud/openapi-ruleset": "0.45.5",
Expand Down Expand Up @@ -104,11 +104,11 @@
"stylelint": "^15.10.2",
"stylelint-config-prettier": "^9.0.4",
"stylelint-config-standard": "^34.0.0",
"tailwindcss": "3.2.4",
"tailwindcss-animate": "^1.0.5",
"tailwindcss": "3.4.9",
"tailwindcss-animate": "^1.0.7",
"ts-jest": "^29.0.3",
"tsconfig-paths-webpack-plugin": "^4.0.0",
"typescript": "5.1.6"
"typescript": "5.5.4"
},
"license": "ISC",
"husky": {
Expand Down
Loading

0 comments on commit 810da5b

Please sign in to comment.