Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 27, 2024
1 parent 2b1c2d1 commit 50e1749
Show file tree
Hide file tree
Showing 6 changed files with 1,298 additions and 1,058 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
node-version: 16

- uses: pnpm/action-setup@v2.4.0
- uses: pnpm/action-setup@v2.4.1
name: Install pnpm
id: pnpm-install
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
node-version: 16

- uses: pnpm/action-setup@v2.4.0
- uses: pnpm/action-setup@v2.4.1
name: Install pnpm
id: pnpm-install
with:
Expand Down
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,51 +16,51 @@
"test:e2e": "npx playwright test"
},
"dependencies": {
"@hookform/devtools": "4.3.1",
"@hookform/devtools": "4.3.3",
"@mantine/core": "5.10.5",
"@mantine/hooks": "5.10.5",
"@mantine/rte": "5.10.5",
"@preact/signals-react": "1.3.8",
"@tailwindcss/typography": "0.5.13",
"@tauri-apps/api": "1.5.6",
"@tailwindcss/typography": "0.5.15",
"@tauri-apps/api": "1.6.0",
"daisyui": "3.9.4",
"jotai": "2.8.3",
"jotai": "2.11.0",
"mitt": "3.0.1",
"p-forever": "3.0.1",
"pino": "8.21.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-error-boundary": "4.0.13",
"react-hook-form": "7.51.5",
"react-error-boundary": "4.1.2",
"react-hook-form": "7.54.2",
"react-hot-toast": "2.4.1",
"use-local-storage-state": "19.3.0"
"use-local-storage-state": "19.5.0"
},
"devDependencies": {
"@playwright/test": "1.44.1",
"@tauri-apps/cli": "1.5.14",
"@playwright/test": "1.49.1",
"@tauri-apps/cli": "1.6.3",
"@testing-library/react": "14.3.1",
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@vitejs/plugin-react": "4.3.1",
"autoprefixer": "10.4.19",
"@vitejs/plugin-react": "4.3.4",
"autoprefixer": "10.4.20",
"c8": "8.0.1",
"eslint": "8.57.0",
"eslint-config-productsway": "1.3.3",
"eslint": "8.57.1",
"eslint-config-productsway": "1.3.4",
"happy-dom": "10.11.2",
"husky": "8.0.3",
"nano-staged": "0.8.0",
"npm-run-all2": "5.0.2",
"postcss": "8.4.38",
"prettier": "3.3.1",
"prettier-plugin-tailwindcss": "0.6.2",
"rustywind": "0.22.0",
"sort-package-json": "2.10.0",
"tailwindcss": "3.4.4",
"tsx": "4.15.1",
"typescript": "5.4.5",
"postcss": "8.4.49",
"prettier": "3.4.2",
"prettier-plugin-tailwindcss": "0.6.9",
"rustywind": "0.23.1",
"sort-package-json": "2.12.0",
"tailwindcss": "3.4.17",
"tsx": "4.19.2",
"typescript": "5.7.2",
"vite": "5.2.13",
"vitest": "1.6.0"
},
Expand Down
Loading

0 comments on commit 50e1749

Please sign in to comment.