Skip to content

Commit

Permalink
build(deps-dev): bump @types/node from 22.3.0 to 22.4.1
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.3.0 to 22.4.1.
- [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-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 19, 2024
1 parent 1f4b8f3 commit c308c70
Show file tree
Hide file tree
Showing 8 changed files with 109 additions and 109 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.0",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/node": "^22.3.0",
"@types/node": "^22.4.1",
"@types/react": "18.3.3",
"@types/react-dom": "^18.3.0",
"babel-loader": "^9.1.3",
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.5",
"@types/node": "^22.3.0",
"@types/node": "^22.4.1",
"@types/react": "18.3.3",
"sanity": "^3.54.0",
"styled-components": "^6.1.12",
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.14",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^22.3.0",
"@types/node": "^22.4.1",
"@types/react": "^18.3.3",
"@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.3.0",
"@types/node": "^22.4.1",
"barrelsby": "^2.8.1",
"tsup": "^8.2.4",
"typescript": "^5.5.4"
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.3.0",
"@types/node": "^22.4.1",
"prisma": "^5.18.0",
"tsup": "^8.2.4",
"typescript": "^5.5.4"
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.3.0",
"@types/node": "^22.4.1",
"@types/react": "18.3.3",
"postcss": "^8.4.41",
"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.3.0",
"@types/node": "^22.4.1",
"tsup": "^8.2.4",
"typescript": "5.5.4"
}
Expand Down
204 changes: 102 additions & 102 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit c308c70

Please sign in to comment.