Skip to content

Commit ed88ed9

Browse files
chore(deps): bump the all group in /packages/web with 7 updates
Bumps the all group in /packages/web with 7 updates: | Package | From | To | | --- | --- | --- | | [marked](https://github.com/markedjs/marked) | `17.0.5` | `17.0.6` | | [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.72.0` | `7.72.1` | | [react-resizable-panels](https://github.com/bvaughn/react-resizable-panels) | `4.8.0` | `4.9.0` | | [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) | `7.13.2` | `7.14.0` | | [@playwright/test](https://github.com/microsoft/playwright) | `1.58.2` | `1.59.1` | | [shadcn](https://github.com/shadcn-ui/ui/tree/HEAD/packages/shadcn) | `4.1.1` | `4.1.2` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.0.3` | `8.0.4` | Updates `marked` from 17.0.5 to 17.0.6 - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](markedjs/marked@v17.0.5...v17.0.6) Updates `react-hook-form` from 7.72.0 to 7.72.1 - [Release notes](https://github.com/react-hook-form/react-hook-form/releases) - [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md) - [Commits](react-hook-form/react-hook-form@v7.72.0...v7.72.1) Updates `react-resizable-panels` from 4.8.0 to 4.9.0 - [Release notes](https://github.com/bvaughn/react-resizable-panels/releases) - [Changelog](https://github.com/bvaughn/react-resizable-panels/blob/main/CHANGELOG.md) - [Commits](bvaughn/react-resizable-panels@4.8.0...4.9.0) Updates `react-router` from 7.13.2 to 7.14.0 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router@7.14.0/packages/react-router) Updates `@playwright/test` from 1.58.2 to 1.59.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.58.2...v1.59.1) Updates `shadcn` from 4.1.1 to 4.1.2 - [Release notes](https://github.com/shadcn-ui/ui/releases) - [Changelog](https://github.com/shadcn-ui/ui/blob/main/packages/shadcn/CHANGELOG.md) - [Commits](https://github.com/shadcn-ui/ui/commits/shadcn@4.1.2/packages/shadcn) Updates `vite` from 8.0.3 to 8.0.4 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v8.0.4/packages/vite) --- updated-dependencies: - dependency-name: marked dependency-version: 17.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: react-hook-form dependency-version: 7.72.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: react-resizable-panels dependency-version: 4.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: react-router dependency-version: 7.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: "@playwright/test" dependency-version: 1.59.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: shadcn dependency-version: 4.1.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: vite dependency-version: 8.0.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4870d2b commit ed88ed9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

packages/web/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,21 @@
2626
"dompurify": "^3.3.3",
2727
"jotai": "^2.12.3",
2828
"lucide-react": "^1.0.1",
29-
"marked": "^17.0.5",
29+
"marked": "^17.0.6",
3030
"monaco-editor": "^0.55.1",
3131
"motion": "^12.38.0",
3232
"radix-ui": "^1.4.3",
3333
"react": "^19.1.0",
3434
"react-dom": "^19.1.0",
35-
"react-hook-form": "^7.72.0",
36-
"react-resizable-panels": "^4.8.0",
37-
"react-router": "^7.13.2",
35+
"react-hook-form": "^7.72.1",
36+
"react-resizable-panels": "^4.9.0",
37+
"react-router": "^7.14.0",
3838
"sonner": "^2.0.3",
3939
"tailwind-merge": "^3.3.0",
4040
"zod": "^4.3.6"
4141
},
4242
"devDependencies": {
43-
"@playwright/test": "^1.58.2",
43+
"@playwright/test": "^1.59.1",
4444
"@tailwindcss/typography": "^0.5.19",
4545
"@tailwindcss/vite": "^4.2.2",
4646
"@testing-library/jest-dom": "^6.6.3",
@@ -52,10 +52,10 @@
5252
"@vitejs/plugin-react": "^6.0.1",
5353
"concurrently": "^9.0.0",
5454
"jsdom": "^28.1.0",
55-
"shadcn": "^4.1.1",
55+
"shadcn": "^4.1.2",
5656
"tailwindcss": "^4.2.2",
5757
"typescript": "^6.0.2",
58-
"vite": "^8.0.3",
58+
"vite": "^8.0.4",
5959
"vite-plugin-pwa": "^1.0.0",
6060
"vitest": "^4.1.2",
6161
"vitest-axe": "^0.1.0"

0 commit comments

Comments
 (0)