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 Feb 8, 2025
1 parent fc156a6 commit 3fee6eb
Show file tree
Hide file tree
Showing 4 changed files with 306 additions and 261 deletions.
6 changes: 3 additions & 3 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
"storybook:test": "test-storybook --url http://127.0.0.1:9055"
},
"dependencies": {
"@hookform/resolvers": "3.9.1",
"@hookform/resolvers": "3.10.0",
"core-api": "workspace:*",
"react-hook-form": "7.53.2",
"react-router-dom": "6.28.0",
"react-hook-form": "7.54.2",
"react-router-dom": "7.1.5",
"react-utils": "workspace:*",
"shared-ui": "workspace:*",
"tailwind": "workspace:*"
Expand Down
28 changes: 14 additions & 14 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",
"@fontsource/rubik": "5.1.0",
"@heroicons/react": "2.1.5",
"@tanstack/react-query": "5.60.5",
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.0",
"@fontsource/rubik": "5.1.1",
"@heroicons/react": "2.2.0",
"@tanstack/react-query": "5.66.0",
"autoprefixer": "10.4.20",
"clsx": "2.1.1",
"concurrently": "9.1.0",
"daisyui": "4.12.14",
"concurrently": "9.1.2",
"daisyui": "4.12.23",
"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",
"wait-on": "8.0.1",
"yup": "1.4.0"
"jotai": "2.11.2",
"jotai-effect": "1.1.6",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-intl": "7.1.5",
"wait-on": "8.0.2",
"yup": "1.6.1"
},
"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 3fee6eb

Please sign in to comment.