Skip to content

Commit

Permalink
chore: upgrade some npm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
uonr committed Dec 11, 2024
1 parent c146a17 commit 281404b
Show file tree
Hide file tree
Showing 5 changed files with 137 additions and 235 deletions.
8 changes: 4 additions & 4 deletions apps/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@
"@boluo/theme": "*",
"@boluo/ui": "*",
"@boluo/utils": "*",
"@formatjs/intl": "^2.10.0",
"@formatjs/intl": "^3.0.4",
"@next/mdx": "^14.1.1",
"clsx": "^2.1.0",
"jotai": "^2.7.0",
"negotiator": "^0.6.3",
"negotiator": "^1.0.0",
"next": "^14.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.0",
"react-intl": "^6.6.2",
"react-intl": "^7.0.4",
"server-only": "^0.0.1",
"swr": "^2.2.5",
"tslib": "^2.6.2",
"uuid": "^10.0.0"
"uuid": "^11.0.3"
},
"devDependencies": {
"@babel/core": "^7.23.7",
Expand Down
12 changes: 6 additions & 6 deletions apps/spa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"@boluo/lang": "*",
"@boluo/ui": "*",
"@boluo/utils": "*",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/core": "^6.3.0",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@floating-ui/react": "^0.26.13",
"@floating-ui/react": "^0.27.0",
"@sentry/nextjs": "^8.26.0",
"@sentry/react": "^8.0.0",
"clsx": "^2.1.0",
Expand All @@ -34,11 +34,11 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.3",
"react-intl": "^6.6.5",
"react-intl": "^7.0.4",
"react-virtuoso": "^4.7.10",
"rich-textarea": "^0.26.2",
"swr": "^2.2.5",
"uuid": "^10.0.0",
"uuid": "^11.0.3",
"zod": "^3.23.5"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 281404b

Please sign in to comment.