Skip to content

Commit

Permalink
Merge pull request #158 from ludovicm67/dependabot/npm_and_yarn/types…
Browse files Browse the repository at this point in the history
…/node-22.8.1

chore(deps-dev): bump @types/node from 22.7.7 to 22.8.1
  • Loading branch information
ludovicm67 authored Oct 29, 2024
2 parents 2282b52 + 1dbadd4 commit 1632631
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
20 changes: 10 additions & 10 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/media-tools-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"playwright": "^1.48.1",
"@types/node": "^22.7.7",
"@types/node": "^22.8.1",
"npm-run-all": "^4.1.5",
"vite": "^5.4.10"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/media-tools-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"access": "public"
},
"devDependencies": {
"@types/node": "^22.7.7",
"@types/node": "^22.8.1",
"rimraf": "^6.0.1",
"typescript": "^5.6.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/media-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"access": "public"
},
"devDependencies": {
"@types/node": "^22.7.7",
"@types/node": "^22.8.1",
"rimraf": "^6.0.1",
"typescript": "^5.6.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/mp4-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"access": "public"
},
"devDependencies": {
"@types/node": "^22.7.7",
"@types/node": "^22.8.1",
"rimraf": "^6.0.1",
"typescript": "^5.6.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/ogg-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"access": "public"
},
"devDependencies": {
"@types/node": "^22.7.7",
"@types/node": "^22.8.1",
"rimraf": "^6.0.1",
"typescript": "^5.6.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/webm-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"access": "public"
},
"devDependencies": {
"@types/node": "^22.7.7",
"@types/node": "^22.8.1",
"rimraf": "^6.0.1",
"typescript": "^5.6.3"
}
Expand Down

0 comments on commit 1632631

Please sign in to comment.