diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-08-06 16:51:31 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-08-06 16:52:16 +0000 |
commit | d6dfc2e22e733dec557cbf7719436481dc88d7a6 (patch) | |
tree | 4822b3e864c659ec44d4ae72000a97dc5e8ab769 /app/package.json | |
parent | Bump the node-deps group with 2 updates (diff) | |
download | trinkets-d6dfc2e22e733dec557cbf7719436481dc88d7a6.tar trinkets-d6dfc2e22e733dec557cbf7719436481dc88d7a6.tar.gz trinkets-d6dfc2e22e733dec557cbf7719436481dc88d7a6.tar.bz2 trinkets-d6dfc2e22e733dec557cbf7719436481dc88d7a6.tar.lz trinkets-d6dfc2e22e733dec557cbf7719436481dc88d7a6.tar.xz trinkets-d6dfc2e22e733dec557cbf7719436481dc88d7a6.tar.zst trinkets-d6dfc2e22e733dec557cbf7719436481dc88d7a6.zip |
Bump the node-deps group with 4 updates
Bumps the node-deps group with 4 updates: [@floating-ui/dom](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/dom), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [postcss](https://github.com/postcss/postcss).
Updates `@floating-ui/dom` from 1.6.8 to 1.6.9
- [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.9/packages/dom)
Updates `@typescript-eslint/eslint-plugin` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.0.1/packages/eslint-plugin)
Updates `@typescript-eslint/parser` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.0.1/packages/parser)
Updates `postcss` from 8.4.40 to 8.4.41
- [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.40...8.4.41)
---
updated-dependencies:
- dependency-name: "@floating-ui/dom"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: node-deps
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: node-deps
- dependency-name: "@typescript-eslint/parser"
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 'app/package.json')
-rw-r--r-- | app/package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/package.json b/app/package.json index ee3d6d1..d0713b0 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.8" + "@floating-ui/dom": "1.6.9" }, "devDependencies": { "@skeletonlabs/skeleton": "2.10.2", @@ -18,8 +18,8 @@ "@types/html-minifier-terser": "7.0.2", "@types/node": "22.1.0", "@types/wicg-file-system-access": "2023.10.5", - "@typescript-eslint/eslint-plugin": "8.0.0", - "@typescript-eslint/parser": "8.0.0", + "@typescript-eslint/eslint-plugin": "8.0.1", + "@typescript-eslint/parser": "8.0.1", "@vite-pwa/sveltekit": "0.6.0", "autoprefixer": "10.4.20", "crc": "4.3.2", @@ -28,7 +28,7 @@ "eslint-plugin-svelte": "2.43.0", "html-minifier-terser": "7.2.0", "iconify-icon": "^2.1.0", - "postcss": "8.4.40", + "postcss": "8.4.41", "prettier": "3.3.3", "prettier-plugin-svelte": "3.2.6", "svelte": "4.2.18", |