Skip to content

Commit

Permalink
fix(deps): update all dependencies (#153)
Browse files Browse the repository at this point in the history
* fix(deps): update all dependencies

* refactor: adjust import

* chore: next env ref

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Agustinus Nathaniel <[email protected]>
  • Loading branch information
renovate[bot] and agustinusnathaniel authored Jan 20, 2025
1 parent 7c97c73 commit dc64ced
Show file tree
Hide file tree
Showing 4 changed files with 945 additions and 1,854 deletions.
2 changes: 1 addition & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,31 +28,31 @@
"prepare": "husky"
},
"dependencies": {
"@chakra-ui/react": "^3.0.1",
"@emotion/react": "^11.13.3",
"next": "^15.0.1",
"next-themes": "^0.3.0",
"@chakra-ui/react": "^3.4.0",
"@emotion/react": "^11.14.0",
"next": "^15.1.5",
"next-themes": "^0.4.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0"
"react-icons": "^5.4.0"
},
"devDependencies": {
"@chakra-ui/cli": "^3.0.1",
"@commitlint/cli": "^19.5.0",
"@chakra-ui/cli": "^3.4.0",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "19.5.0",
"@commitlint/cz-commitlint": "19.5.0",
"@playwright/test": "^1.48.2",
"@playwright/test": "^1.49.1",
"@types/react": "^18.3.12",
"commitizen": "^4.3.1",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-config-next": "^15.0.1",
"eslint-config-sznm": "^2.0.3",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"eslint-config-next": "^15.1.5",
"eslint-config-sznm": "^2.0.4",
"husky": "^9.1.7",
"lint-staged": "^15.4.1",
"next-sitemap": "^4.2.3",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"standard-version": "^9.5.0",
"typescript": "^5.6.3"
"typescript": "^5.7.3"
}
}
Loading

0 comments on commit dc64ced

Please sign in to comment.