diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-09-16 16:34:34 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-09-16 16:35:15 +0000 |
commit | f8292a7b8647d30ba31b06bbb3673b4abf9dc140 (patch) | |
tree | 2a076fd8bc0ca763589994132a66b040bc28ad10 /app | |
parent | Bump the node-deps group with 3 updates (diff) | |
download | trinkets-f8292a7b8647d30ba31b06bbb3673b4abf9dc140.tar trinkets-f8292a7b8647d30ba31b06bbb3673b4abf9dc140.tar.gz trinkets-f8292a7b8647d30ba31b06bbb3673b4abf9dc140.tar.bz2 trinkets-f8292a7b8647d30ba31b06bbb3673b4abf9dc140.tar.lz trinkets-f8292a7b8647d30ba31b06bbb3673b4abf9dc140.tar.xz trinkets-f8292a7b8647d30ba31b06bbb3673b4abf9dc140.tar.zst trinkets-f8292a7b8647d30ba31b06bbb3673b4abf9dc140.zip |
Bump the node-deps group with 3 updates
Bumps the node-deps group with 3 updates: [@floating-ui/dom](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/dom), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [postcss](https://github.com/postcss/postcss).
Updates `@floating-ui/dom` from 1.6.10 to 1.6.11
- [Release notes](https://github.com/floating-ui/floating-ui/releases)
- [Changelog](https://github.com/floating-ui/floating-ui/blob/master/packages/dom/CHANGELOG.md)
- [Commits](https://github.com/floating-ui/floating-ui/commits/@floating-ui/dom@1.6.11/packages/dom)
Updates `@types/node` from 22.5.4 to 22.5.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
Updates `postcss` from 8.4.45 to 8.4.47
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.45...8.4.47)
---
updated-dependencies:
- dependency-name: "@floating-ui/dom"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: node-deps
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: node-deps
- dependency-name: postcss
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 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/package.json b/app/package.json index efc82f9..ad00fd6 100644 --- a/app/package.json +++ b/app/package.json @@ -4,7 +4,7 @@ "license": "MIT", "author": "Matt Strapp <matt@mattstrapp.net>", "dependencies": { - "@floating-ui/dom": "1.6.10" + "@floating-ui/dom": "1.6.11" }, "devDependencies": { "@skeletonlabs/skeleton": "2.10.2", @@ -16,7 +16,7 @@ "@tailwindcss/forms": "0.5.9", "@tailwindcss/typography": "0.5.15", "@types/html-minifier-terser": "7.0.2", - "@types/node": "22.5.4", + "@types/node": "22.5.5", "@types/wicg-file-system-access": "2023.10.5", "@typescript-eslint/eslint-plugin": "8.5.0", "@typescript-eslint/parser": "8.5.0", @@ -28,7 +28,7 @@ "eslint-plugin-svelte": "2.44.0", "html-minifier-terser": "7.2.0", "iconify-icon": "^2.1.0", - "postcss": "8.4.45", + "postcss": "8.4.47", "prettier": "3.3.3", "prettier-plugin-svelte": "3.2.6", "svelte": "4.2.19", |