Skip to content

Commit

Permalink
chore: use same specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoban committed Dec 3, 2024
1 parent 5412e8e commit 779a120
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"turbo": "2.3.3",
"typescript": "5.7.2",
"unplugin-ast": "^0.12.0",
"vite": "^6.0.2",
"vite": "6.0.2",
"vite-bundle-analyzer": "0.15.2",
"vite-plugin-mkcert": "1.17.6",
"vite-plugin-pwa": "0.21.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"./utils/*": "./src/utils/*"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"dependencies": {
"@essentials/request-timeout": "1.3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
}
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"dependencies": {
"@follow/shared": "workspace:*",
Expand Down
10 changes: 5 additions & 5 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
"dependencies": {
"@electron-toolkit/preload": "^3.0.1",
"@electron-toolkit/tsconfig": "^1.0.1",
"@hono/node-server": "^1.13.7",
"@hono/node-server": "1.13.7",
"@t3-oss/env-core": "^0.11.1",
"better-auth": "1.0.7",
"drizzle-orm": "^0.36.4",
"electron": "^33.2.0",
"hono": "^4.6.12",
"drizzle-orm": "0.36.4",
"electron": "33.2.0",
"hono": "4.6.12",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sonner": "1.7.0",
"zod": "^3.23.8"
"zod": "3.23.8"
}
}
20 changes: 10 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 779a120

Please sign in to comment.