Skip to content

Commit

Permalink
feat: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
KubaJastrz committed May 29, 2024
1 parent d39cb7f commit 2692daa
Show file tree
Hide file tree
Showing 3 changed files with 369 additions and 339 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.9.0
22.2.0
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,46 +19,46 @@
"*.{js,ts,tsx,json,md,html,yml,yaml}": ["biome check --no-errors-on-unmatched --apply"]
},
"dependencies": {
"@mantine/hooks": "^7.9.0",
"@mantine/hooks": "^7.10.0",
"@radix-ui/react-tooltip": "^1.0.7",
"@remix-run/node": "^2.9.1",
"@remix-run/react": "^2.9.1",
"@tanstack/react-query": "^5.32.1",
"@vercel/remix": "^2.9.1",
"dompurify": "^3.1.2",
"@remix-run/node": "^2.9.2",
"@remix-run/react": "^2.9.2",
"@tanstack/react-query": "^5.40.0",
"@vercel/remix": "^2.9.2",
"dompurify": "^3.1.4",
"downshift": "7.2.1",
"hosted-git-info": "^7.0.1",
"isbot": "^5.1.6",
"hosted-git-info": "^7.0.2",
"isbot": "^5.1.8",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"remix-utils": "^7.6.0",
"tailwind-merge": "^2.3.0"
},
"devDependencies": {
"@biomejs/biome": "1.7.2",
"@playwright/test": "^1.43.1",
"@remix-run/dev": "^2.9.1",
"@remix-run/serve": "^2.9.1",
"@tanstack/react-query-devtools": "^5.32.1",
"@playwright/test": "^1.44.1",
"@remix-run/dev": "^2.9.2",
"@remix-run/serve": "^2.9.2",
"@tanstack/react-query-devtools": "^5.40.0",
"@types/dompurify": "^3.0.5",
"@types/hosted-git-info": "^3.0.5",
"@types/react": "^18.3.1",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"msw": "^2.2.14",
"lint-staged": "^15.2.5",
"msw": "^2.3.0",
"playwright-msw": "^3.0.1",
"postcss": "^8.4.38",
"remix-flat-routes": "^0.6.4",
"remix-flat-routes": "^0.6.5",
"tailwindcss": "^3.4.3",
"type-fest": "^4.18.1",
"type-fest": "^4.18.3",
"typescript": "~5.4.5",
"vite": "^5.2.11",
"vite": "^5.2.12",
"vite-tsconfig-paths": "^4.3.2"
},
"engines": {
"node": "20.x"
"node": ">=20"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 2692daa

Please sign in to comment.