Skip to content

Commit

Permalink
fix: update deps (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
Talljack committed Aug 7, 2024
1 parent 237f82f commit 3c08637
Show file tree
Hide file tree
Showing 3 changed files with 4,542 additions and 4,287 deletions.
2 changes: 1 addition & 1 deletion .prototools
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pnpm = "9.5.0"
pnpm = "9.6.0"
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@
"@headlessui/react": "^2.1.2",
"@headlessui/tailwindcss": "^0.2.1",
"@heroicons/react": "^2.1.5",
"@tanstack/react-router": "^1.45.10",
"@tanstack/react-router": "^1.46.4",
"classnames": "^2.5.1",
"i18next": "^23.12.2",
"i18next-browser-languagedetector": "^8.0.0",
"immer": "^10.1.1",
"jotai": "^2.9.1",
"jotai-devtools": "^0.10.0",
"jotai-immer": "^0.4.1",
"next-i18next": "^15.3.0",
"next-i18next": "^15.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^15.0.0",
Expand All @@ -50,31 +50,31 @@
},
"devDependencies": {
"@testing-library/react": "^16.0.0",
"@types/node": "^20.14.12",
"@types/node": "^22.1.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitest/coverage-v8": "^2.0.4",
"@vitest/coverage-v8": "^2.0.5",
"autoprefixer": "^10.4.19",
"eslint": "^9.7.0",
"eslint": "^9.8.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"esno": "^4.7.0",
"happy-dom": "^14.12.3",
"lint-staged": "^15.2.7",
"lint-staged": "^15.2.8",
"picocolors": "^1.0.1",
"postcss": "^8.4.40",
"postcss-import": "^16.1.0",
"postcss-nesting": "^12.1.5",
"postcss-nesting": "^13.0.0",
"prettier": "^3.3.3",
"simple-git-hooks": "^2.11.1",
"tailwindcss": "^3.4.7",
"talljack-eslint-config": "^0.2.6",
"typescript": "^5.5.4",
"vite": "^5.3.5",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^2.0.4"
"vitest": "^2.0.5"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged",
Expand Down
Loading

0 comments on commit 3c08637

Please sign in to comment.