diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-29 04:39:55 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-07-29 04:40:36 +0000 |
commit | 4193f2bd73279cf24abd1a08cd3724994f00b9a1 (patch) | |
tree | 2e7ac470c0e6748e049f2d42613ee558c7c5a074 /clients | |
parent | Bump tailwindcss from 3.4.6 to 3.4.7 (diff) | |
download | zorascript-4193f2bd73279cf24abd1a08cd3724994f00b9a1.tar zorascript-4193f2bd73279cf24abd1a08cd3724994f00b9a1.tar.gz zorascript-4193f2bd73279cf24abd1a08cd3724994f00b9a1.tar.bz2 zorascript-4193f2bd73279cf24abd1a08cd3724994f00b9a1.tar.lz zorascript-4193f2bd73279cf24abd1a08cd3724994f00b9a1.tar.xz zorascript-4193f2bd73279cf24abd1a08cd3724994f00b9a1.tar.zst zorascript-4193f2bd73279cf24abd1a08cd3724994f00b9a1.zip |
Bump @types/node from 20.14.12 to 22.0.0
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.14.12 to 22.0.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'clients')
-rw-r--r-- | clients/www/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/www/package.json b/clients/www/package.json index e480af9..162192e 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -21,7 +21,7 @@ "@sveltejs/vite-plugin-svelte": "^3.1.1", "@tailwindcss/forms": "0.5.7", "@tailwindcss/typography": "0.5.13", - "@types/node": "20.14.12", + "@types/node": "22.0.0", "@typescript-eslint/eslint-plugin": "^7.17.0", "@typescript-eslint/parser": "^7.17.0", "@vite-pwa/sveltekit": "^0.6.0", |