Skip to content

Commit

Permalink
build(deps-dev): bump @types/node from 20.12.10 to 22.5.2
Browse files Browse the repository at this point in the history
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.12.10 to 22.5.2.
- [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-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent 7a407f3 commit f0d054c
Show file tree
Hide file tree
Showing 16 changed files with 114 additions and 323 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"@content-collections/core": "workspace:*",
"@types/node": "^20.14.9",
"@types/node": "^22.5.2",
"tsup": "^8.0.2",
"tsx": "^4.1.1",
"typescript": "^5.5.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"devDependencies": {
"@types/micromatch": "^4.0.9",
"@types/node": "^20.14.9",
"@types/node": "^22.5.2",
"@types/pluralize": "^0.0.33",
"@types/serialize-javascript": "^5.0.4",
"@vitest/coverage-v8": "^2.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@content-collections/core": "workspace:*",
"@types/node": "20",
"@types/node": "22",
"tsup": "^8.0.2",
"typescript": "^5.5.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.0",
"@types/mdast": "^4.0.4",
"@types/node": "^20.14.9",
"@types/node": "^22.5.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitest/coverage-v8": "^2.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/remix-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@content-collections/core": "workspace:*",
"@content-collections/integrations": "workspace:*",
"@content-collections/vite": "workspace:*",
"@types/node": "20.x",
"@types/node": "22.x",
"tsup": "^8.0.2",
"typescript": "^5.5.4",
"vite": "^5.3.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/solid-start/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@content-collections/core": "workspace:*",
"@content-collections/integrations": "workspace:*",
"@content-collections/vite": "workspace:*",
"@types/node": "20.x",
"@types/node": "22.x",
"tsup": "^8.0.2",
"typescript": "^5.5.4",
"vite": "^5.3.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"@content-collections/core": "workspace:*",
"@types/node": "20.x",
"@types/node": "22.x",
"tsup": "^8.0.2",
"typescript": "^5.5.4",
"vite": "^5.3.2"
Expand Down
Loading

0 comments on commit f0d054c

Please sign in to comment.