Skip to content

Commit

Permalink
fix(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 16, 2024
1 parent 9ae4e9c commit 0513d10
Show file tree
Hide file tree
Showing 4 changed files with 268 additions and 239 deletions.
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"dependencies": {
"@hookform/resolvers": "3.9.1",
"core-api": "workspace:*",
"react-hook-form": "7.53.2",
"react-router-dom": "6.28.0",
"react-hook-form": "7.54.0",
"react-router-dom": "7.0.2",
"react-utils": "workspace:*",
"shared-ui": "workspace:*",
"tailwind": "workspace:*"
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,23 +38,23 @@
},
"dependencies": {
"@emotion/core": "11.0.0",
"@emotion/react": "11.13.3",
"@emotion/styled": "11.13.0",
"@emotion/react": "11.13.5",
"@emotion/styled": "11.13.5",
"@fontsource/rubik": "5.1.0",
"@heroicons/react": "2.1.5",
"@tanstack/react-query": "5.60.5",
"@heroicons/react": "2.2.0",
"@tanstack/react-query": "5.62.3",
"autoprefixer": "10.4.20",
"clsx": "2.1.1",
"concurrently": "9.1.0",
"daisyui": "4.12.14",
"daisyui": "4.12.20",
"immer": "10.1.1",
"jotai": "2.10.2",
"jotai-effect": "1.0.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-intl": "6.8.8",
"jotai": "2.10.3",
"jotai-effect": "1.0.5",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-intl": "7.0.4",
"wait-on": "8.0.1",
"yup": "1.4.0"
"yup": "1.5.0"
},
"devDependencies": {
"@commitlint/cli": "19.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint:fix": "pnpm lint --fix"
},
"dependencies": {
"axios": "1.7.7",
"axios": "1.7.9",
"axios-auth-refresh": "3.3.6"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 0513d10

Please sign in to comment.