Skip to content

Commit

Permalink
chore(deps): upgrade @types/node to 22.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ludovicm67 committed Sep 9, 2024
1 parent d918c63 commit 52196d1
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
32 changes: 16 additions & 16 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/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"directory": "packages/utils"
},
"dependencies": {
"@types/node": "^20.10.3",
"@types/node": "^22.5.4",
"dompurify": "^2.0.7",
"store": "^2.0.12"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/yasgui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/autosuggest-highlight": "^3.1.0",
"@types/blueimp-md5": "^2.7.0",
"@types/jsuri": "^1.3.30",
"@types/node": "^20.10.3",
"@types/node": "^22.5.4",
"@types/superagent": "^4.1.24"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/yasqe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"@types/codemirror": "0.0.100",
"@types/node": "^20.10.3",
"@types/node": "^22.5.4",
"@types/superagent": "^4.1.24"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/yasr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/dompurify": "^2.0.1",
"@types/jquery": "^3.5.0",
"@types/n3": "^1.1.5",
"@types/node": "^20.10.3",
"@types/node": "^22.5.4",
"@types/papaparse": "^5.3.2",
"@types/sanitize-html": "^1.20.2",
"@types/superagent": "^4.1.4",
Expand Down

0 comments on commit 52196d1

Please sign in to comment.