Skip to content

Commit

Permalink
Merge pull request #857 from nextcloud-libraries/dependabot/npm_and_y…
Browse files Browse the repository at this point in the history
…arn/types/node-22.13.1

chore(deps-dev): Bump @types/node from 20.17.16 to 22.13.1
  • Loading branch information
susnux authored Feb 12, 2025
2 parents c43e509 + a3bcd9f commit b777ad1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 12 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

All notable changes to this project will be documented in this file.

## UNRELEASED
### ℹ️ Notes
The Node version was increased to current LTS version 22.

## 3.2.0 - 2025-02-13
### ℹ️ Notes
The `GettextBuilder.detectLocale` method is deprecated and will be removed in the next major version.
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@types/dompurify": "^3.2.0",
"@types/escape-html": "^1.0.4",
"@types/gettext-parser": "^4.0.4",
"@types/node": "^20.17.16",
"@types/node": "^22.13.1",
"@types/node-gettext": "^3.0.6",
"@vitest/coverage-v8": "^3.0.5",
"gettext-parser": "^8.0.0",
Expand All @@ -75,7 +75,7 @@
"vitest": "^3.0.5"
},
"engines": {
"node": "^20.0.0",
"npm": "^10.0.0"
"node": "^22.0.0",
"npm": "^10.5.1"
}
}

0 comments on commit b777ad1

Please sign in to comment.