Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 11, 2024
1 parent ff629e8 commit 204ca56
Show file tree
Hide file tree
Showing 2 changed files with 636 additions and 559 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,32 +38,32 @@
"prepare": "husky install"
},
"dependencies": {
"@builder.io/partytown": "0.8.0",
"@builder.io/partytown": "0.10.1",
"@chakra-ui/icons": "2.0.19",
"@chakra-ui/react": "2.5.5",
"@emotion/react": "11.10.8",
"@emotion/styled": "11.10.8",
"@hookform/resolvers": "2.9.11",
"@tanstack/react-query": "4.29.5",
"axios": "1.3.6",
"framer-motion": "10.11.6",
"@tanstack/react-query": "4.36.1",
"axios": "1.6.8",
"framer-motion": "10.18.0",
"next": "13.2.4",
"next-compose-plugins": "2.2.1",
"next-images": "1.8.5",
"next-pwa": "5.6.0",
"next-seo": "5.15.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.43.9",
"react-icons": "4.8.0",
"react-use": "17.4.0",
"sharp": "0.32.1",
"yup": "1.1.1",
"zustand": "4.3.8"
"react-hook-form": "7.51.3",
"react-icons": "4.12.0",
"react-use": "17.5.0",
"sharp": "0.33.3",
"yup": "1.4.0",
"zustand": "4.5.2"
},
"devDependencies": {
"@commitlint/cli": "17.6.3",
"@commitlint/config-conventional": "17.6.3",
"@commitlint/cli": "17.8.1",
"@commitlint/config-conventional": "17.8.1",
"@next/eslint-plugin-next": "13.2.4",
"@testing-library/dom": "9.0.1",
"@testing-library/jest-dom": "5.16.5",
Expand All @@ -82,10 +82,10 @@
"eslint-plugin-testing-library": "5.10.3",
"husky": "8.0.3",
"jest": "29.5.0",
"lint-staged": "13.2.2",
"next-sitemap": "4.0.9",
"lint-staged": "13.3.0",
"next-sitemap": "4.2.3",
"prettier": "2.8.8",
"standard-version": "9.5.0",
"typescript": "5.0.4"
"typescript": "5.4.5"
}
}

0 comments on commit 204ca56

Please sign in to comment.