Skip to content

Commit

Permalink
build(deps-dev): bump @types/node from 22.7.3 to 22.7.4
Browse files Browse the repository at this point in the history
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.7.3 to 22.7.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 17adefc commit 24666c2
Show file tree
Hide file tree
Showing 8 changed files with 97 additions and 97 deletions.
2 changes: 1 addition & 1 deletion apps/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.13",
"@types/node": "^22.7.3",
"@types/node": "^22.7.4",
"@types/react": "18.3.10",
"@types/react-dom": "^18.3.0",
"babel-loader": "^9.2.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/cms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@kduprey/eslint-config": "workspace:*",
"@next/bundle-analyzer": "^14.2.13",
"@types/node": "^22.7.3",
"@types/node": "^22.7.4",
"@types/react": "18.3.10",
"sanity": "^3.58.0",
"styled-components": "^6.1.13",
Expand Down
2 changes: 1 addition & 1 deletion apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.15",
"@types/jsonwebtoken": "^9.0.7",
"@types/node": "^22.7.3",
"@types/node": "^22.7.4",
"@types/react": "^18.3.10",
"@vercel/style-guide": "^6.0.0",
"autoprefixer": "^10.4.20",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@kduprey/eslint-config": "workspace:*",
"@kduprey/tsconfig": "workspace:*",
"@types/node": "^22.7.3",
"@types/node": "^22.7.4",
"barrelsby": "^2.8.1",
"tsup": "^8.3.0",
"typescript": "^5.6.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"devDependencies": {
"@kduprey/eslint-config": "workspace:*",
"@kduprey/tsconfig": "workspace:*",
"@types/node": "^22.7.3",
"@types/node": "^22.7.4",
"prisma": "^5.20.0",
"tsup": "^8.3.0",
"typescript": "^5.6.2"
Expand Down
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": {
"@kduprey/eslint-config": "workspace:*",
"@kduprey/tsconfig": "workspace:*",
"@types/node": "^22.7.3",
"@types/node": "^22.7.4",
"@types/react": "18.3.10",
"postcss": "^8.4.47",
"postcss-preset-mantine": "1.17.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"@kduprey/eslint-config": "workspace:*",
"@kduprey/tsconfig": "workspace:*",
"@types/node": "^22.7.3",
"@types/node": "^22.7.4",
"tsup": "^8.3.0",
"typescript": "5.6.2"
}
Expand Down
Loading

0 comments on commit 24666c2

Please sign in to comment.