Skip to content

Commit

Permalink
feat: update deps (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
Talljack authored Nov 29, 2024
1 parent 2b9379b commit debb000
Show file tree
Hide file tree
Showing 3 changed files with 335 additions and 362 deletions.
2 changes: 1 addition & 1 deletion .prototools
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pnpm = "9.14.2"
pnpm = "9.14.3"
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "react-starter",
"type": "module",
"version": "1.0.0",
"packageManager": "pnpm@9.14.2",
"packageManager": "pnpm@9.14.3",
"description": "My React template",
"author": "Talljack <yugang.cao12@gmail.com> (https://github.com/talljack)",
"license": "MIT",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@headlessui/react": "^2.2.0",
"@headlessui/tailwindcss": "^0.2.1",
"@heroicons/react": "^2.2.0",
"@tanstack/react-router": "^1.82.12",
"@tanstack/react-router": "^1.85.0",
"classnames": "^2.5.1",
"i18next": "^24.0.2",
"i18next-browser-languagedetector": "^8.0.0",
Expand All @@ -44,37 +44,37 @@
"next-i18next": "^15.4.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^15.1.1",
"react-i18next": "^15.1.2",
"react-use": "^17.5.1",
"use-immer": "^0.10.0"
},
"devDependencies": {
"@testing-library/react": "^16.0.1",
"@types/node": "^22.10.0",
"@types/node": "^22.10.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@vitejs/plugin-react": "^4.3.3",
"@vitest/coverage-v8": "^2.1.5",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "^2.1.6",
"autoprefixer": "^10.4.20",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"esno": "^4.8.0",
"happy-dom": "^15.11.6",
"happy-dom": "^15.11.7",
"lint-staged": "^15.2.10",
"picocolors": "^1.1.1",
"postcss": "^8.4.49",
"postcss-import": "^16.1.0",
"postcss-nesting": "^13.0.1",
"prettier": "^3.4.0",
"prettier": "^3.4.1",
"simple-git-hooks": "^2.11.1",
"tailwindcss": "^3.4.15",
"talljack-eslint-config": "^0.2.6",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite": "^6.0.1",
"vite-tsconfig-paths": "^5.1.3",
"vitest": "^2.1.5"
"vitest": "^2.1.6"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged",
Expand Down
Loading

0 comments on commit debb000

Please sign in to comment.