aboutsummaryrefslogtreecommitdiffstats
path: root/clients/www/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-09-03 04:44:06 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-09-03 04:44:47 +0000
commit24e760622f599d0c7b025c9aee532fecfddee374 (patch)
tree071a19329c266255bc5bd5411a227df5ba013c8c /clients/www/package.json
parentBump the node-deps group with 2 updates (diff)
downloadzorascript-24e760622f599d0c7b025c9aee532fecfddee374.tar
zorascript-24e760622f599d0c7b025c9aee532fecfddee374.tar.gz
zorascript-24e760622f599d0c7b025c9aee532fecfddee374.tar.bz2
zorascript-24e760622f599d0c7b025c9aee532fecfddee374.tar.lz
zorascript-24e760622f599d0c7b025c9aee532fecfddee374.tar.xz
zorascript-24e760622f599d0c7b025c9aee532fecfddee374.tar.zst
zorascript-24e760622f599d0c7b025c9aee532fecfddee374.zip
Bump the node-deps group with 5 updates
Bumps the node-deps group with 5 updates: | Package | From | To | | --- | --- | --- | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.3.0` | `8.4.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.3.0` | `8.4.0` | | [@vite-pwa/sveltekit](https://github.com/vite-pwa/sveltekit) | `0.6.1` | `0.6.2` | | [postcss](https://github.com/postcss/postcss) | `8.4.43` | `8.4.44` | | [svelte-check](https://github.com/sveltejs/language-tools) | `3.8.6` | `4.0.0` | Updates `@typescript-eslint/eslint-plugin` from 8.3.0 to 8.4.0 - [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.4.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.3.0 to 8.4.0 - [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.4.0/packages/parser) Updates `@vite-pwa/sveltekit` from 0.6.1 to 0.6.2 - [Release notes](https://github.com/vite-pwa/sveltekit/releases) - [Commits](https://github.com/vite-pwa/sveltekit/compare/v0.6.1...v0.6.2) Updates `postcss` from 8.4.43 to 8.4.44 - [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.43...8.4.44) Updates `svelte-check` from 3.8.6 to 4.0.0 - [Release notes](https://github.com/sveltejs/language-tools/releases) - [Commits](https://github.com/sveltejs/language-tools/compare/svelte-check-3.8.6...svelte-check-4.0.0) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: node-deps - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: node-deps - dependency-name: "@vite-pwa/sveltekit" 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 - dependency-name: svelte-check dependency-type: direct:development update-type: version-update:semver-major dependency-group: node-deps ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '')
-rw-r--r--clients/www/package.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/clients/www/package.json b/clients/www/package.json
index 03d27e1..7e59355 100644
--- a/clients/www/package.json
+++ b/clients/www/package.json
@@ -22,19 +22,19 @@
"@tailwindcss/forms": "0.5.8",
"@tailwindcss/typography": "0.5.15",
"@types/node": "22.5.2",
- "@typescript-eslint/eslint-plugin": "^8.3.0",
- "@typescript-eslint/parser": "^8.3.0",
- "@vite-pwa/sveltekit": "^0.6.1",
+ "@typescript-eslint/eslint-plugin": "^8.4.0",
+ "@typescript-eslint/parser": "^8.4.0",
+ "@vite-pwa/sveltekit": "^0.6.2",
"autoprefixer": "10.4.20",
"eslint": "^9.9.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.43.0",
"iconify-icon": "^2.1.0",
- "postcss": "8.4.43",
+ "postcss": "8.4.44",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.6",
"svelte": "^4.2.19",
- "svelte-check": "^3.8.6",
+ "svelte-check": "^4.0.0",
"svelte-persisted-store": "^0.11.0",
"tailwindcss": "3.4.10",
"tslib": "^2.7.0",