diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-08-14 16:52:20 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-08-14 16:52:59 +0000 |
commit | 2b02d788784f2105e302e5b08c6572747988815b (patch) | |
tree | 5c9309087172a138557799fb17bf52e36d8e6a27 /app | |
parent | Bump the node-deps group with 5 updates (diff) | |
download | trinkets-2b02d788784f2105e302e5b08c6572747988815b.tar trinkets-2b02d788784f2105e302e5b08c6572747988815b.tar.gz trinkets-2b02d788784f2105e302e5b08c6572747988815b.tar.bz2 trinkets-2b02d788784f2105e302e5b08c6572747988815b.tar.lz trinkets-2b02d788784f2105e302e5b08c6572747988815b.tar.xz trinkets-2b02d788784f2105e302e5b08c6572747988815b.tar.zst trinkets-2b02d788784f2105e302e5b08c6572747988815b.zip |
Bump the node-deps group with 2 updates
Bumps the node-deps group with 2 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [tailwindcss](https://github.com/tailwindlabs/tailwindcss).
Updates `@types/node` from 22.2.0 to 22.3.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
Updates `tailwindcss` from 3.4.9 to 3.4.10
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.10/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.9...v3.4.10)
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: node-deps
- dependency-name: tailwindcss
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: node-deps
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '')
-rw-r--r-- | app/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/package.json b/app/package.json index 552e6fd..63f39fc 100644 --- a/app/package.json +++ b/app/package.json @@ -16,7 +16,7 @@ "@tailwindcss/forms": "0.5.7", "@tailwindcss/typography": "0.5.14", "@types/html-minifier-terser": "7.0.2", - "@types/node": "22.2.0", + "@types/node": "22.3.0", "@types/wicg-file-system-access": "2023.10.5", "@typescript-eslint/eslint-plugin": "8.1.0", "@typescript-eslint/parser": "8.1.0", @@ -33,7 +33,7 @@ "prettier-plugin-svelte": "3.2.6", "svelte": "4.2.18", "svelte-check": "3.8.5", - "tailwindcss": "3.4.9", + "tailwindcss": "3.4.10", "tslib": "2.6.3", "typescript": "5.5.4", "vite": "5.4.0", |