Skip to content

Commit

Permalink
Bump the external-types group with 2 updates (#3702)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent af56bb7 commit 33446ff
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions e2e/browser/solid-client-authn-browser/test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"devDependencies": {
"@inrupt/eslint-config-lib": "^3.2.4",
"@playwright/test": "^1.47.2",
"@types/node": "^22.7.2",
"@types/react": "^18.3.9",
"@types/node": "^22.7.4",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"esbuild": "^0.24.0",
"eslint": "^8.57.1",
Expand Down
4 changes: 2 additions & 2 deletions e2e/browser/solid-ui-react/test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "22.7.2",
"@types/react": "18.3.9",
"@types/node": "22.7.4",
"@types/react": "18.3.10",
"@types/react-dom": "18.3.0",
"typescript": "5.5.4"
}
Expand Down
24 changes: 12 additions & 12 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.2",
"@types/node": "^22.7.4",
"@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.2",
"@types/node": "^22.7.4",
"@types/uuid": "^10.0.0"
},
"dependencies": {
Expand Down

0 comments on commit 33446ff

Please sign in to comment.