Skip to content

Commit

Permalink
🔧 Updated dependencies across multiple packages (#update-dependencies…
Browse files Browse the repository at this point in the history
…-20240927105058)

Summary: Updated dependencies across multiple packages.

Highlights:

• Bumped `@types/node` from `^22.7.2` to `^22.7.3` in several `package.json` files.
• Upgraded `prosekit` from `^0.9.22` to `^0.9.23` in `apps/web/package.json`.
• Updated `vercel` from `^37.5.4` to `^37.6.0` in the root `package.json`.

Read more: https://pierre.co/hey/hey/update-dependencies-20240927105058
  • Loading branch information
Yoginth authored and Pierre committed Sep 27, 2024
1 parent 55f1745 commit 78fb24a
Show file tree
Hide file tree
Showing 10 changed files with 318 additions and 277 deletions.
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/cors": "^2.8.17",
"@types/express": "^5.0.0",
"@types/express-session": "^1.18.0",
"@types/node": "^22.7.2",
"@types/node": "^22.7.3",
"@types/request-ip": "^0.0.41",
"@types/ua-parser-js": "^0.7.39",
"@types/uuid": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/cron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"@hey/config": "workspace:*",
"@types/node": "^22.7.2",
"@types/node": "^22.7.3",
"@types/node-cron": "^3.0.11",
"typescript": "^5.6.2"
}
Expand Down
2 changes: 1 addition & 1 deletion apps/og/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"react": "^18.3.1"
},
"devDependencies": {
"@types/node": "^22.7.2",
"@types/node": "^22.7.3",
"@types/react": "^18.3.9",
"typescript": "^5.6.2"
}
Expand Down
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"party-js": "^2.2.0",
"plur": "^5.1.0",
"plyr-react": "^5.3.0",
"prosekit": "^0.9.22",
"prosekit": "^0.9.23",
"rc-slider": "^11.1.5",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
Expand Down Expand Up @@ -81,7 +81,7 @@
"@hey/types": "workspace:*",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.9",
"@types/node": "^22.7.2",
"@types/node": "^22.7.3",
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@biomejs/biome": "^1.9.2",
"husky": "^9.1.6",
"pierre": "^2.1.9",
"vercel": "^37.5.4"
"vercel": "^37.6.0"
},
"packageManager": "pnpm@9.1.4",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"@hey/config": "workspace:*",
"@types/node": "^22.7.2",
"@types/node": "^22.7.3",
"typescript": "^5.6.2",
"vitest": "^2.1.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"@hey/config": "workspace:*",
"@types/node": "^22.7.2",
"@types/node": "^22.7.3",
"prisma": "^5.20.0",
"typescript": "^5.6.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/lens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@graphql-codegen/typescript-react-apollo": "^4.3.2",
"@hey/config": "workspace:*",
"@parcel/watcher": "^2.4.1",
"@types/node": "^22.7.2",
"@types/node": "^22.7.3",
"typescript": "^5.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@hey/config": "workspace:*",
"@types/node": "^22.7.2",
"@types/node": "^22.7.3",
"@types/react": "^18.3.9",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2"
Expand Down
Loading

0 comments on commit 78fb24a

Please sign in to comment.