Skip to content

Commit c3dc0fb

Browse files
chore(deps): replace dependency @tsconfig/node22 with @tsconfig/node24 (#732)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Andrea Leardini <andrea.leardini@nethesis.it>
1 parent 0263851 commit c3dc0fb

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Container configuration is contained inside `.devcontainer/devcontainer.json`.
143143

144144
Developing inside a container is the recommended way, but if you want to do it on your workstation:
145145

146-
- Install Node.js (LTS version, currently v20) and npm
146+
- Install Node.js (LTS version) and npm
147147
- Run a web server on your workstation (hot reloading enabled):
148148
- `npm install`: project setup
149149
- `npm run dev`: start development server with hot-reload

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@rushstack/eslint-patch": "^1.2.0",
6565
"@tailwindcss/forms": "^0.5.9",
6666
"@tanstack/vue-query-devtools": "^6.1.5",
67-
"@tsconfig/node22": "^22.0.5",
67+
"@tsconfig/node24": "^24.0.0",
6868
"@types/jsdom": "^28.0.1",
6969
"@types/node": "^22",
7070
"@vitejs/plugin-vue": "^6.0.1",

tsconfig.node.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// TSConfig for modules that run in Node.js environment via either transpilation or type-stripping.
22
{
3-
"extends": "@tsconfig/node22/tsconfig.json",
3+
"extends": "@tsconfig/node24/tsconfig.json",
44
"include": [
55
"vite.config.*",
66
"vitest.config.*",

0 commit comments

Comments
 (0)