Skip to content

Commit

Permalink
Bump @types/node in the external-types group across 1 directory (#3758)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent 0051b1c commit 3481257
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@inrupt/eslint-config-lib": "^3.2.4",
"@playwright/test": "^1.48.1",
"@types/node": "^22.7.9",
"@types/node": "^22.8.5",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"esbuild": "^0.24.0",
Expand Down
2 changes: 1 addition & 1 deletion e2e/browser/solid-ui-react/test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "22.7.9",
"@types/node": "22.8.5",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"typescript": "5.5.4"
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"build-docs-preview-site": "npm run build-api-docs; cd docs/api; make html"
},
"devDependencies": {
"@types/node": "^22.7.9",
"@types/node": "^22.8.5",
"@types/uuid": "^10.0.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"build-docs-preview-site": "npm run build-api-docs; cd docs/api; make html"
},
"devDependencies": {
"@types/node": "^22.7.9",
"@types/node": "^22.8.5",
"@types/uuid": "^10.0.0"
},
"dependencies": {
Expand Down

0 comments on commit 3481257

Please sign in to comment.