Skip to content

Commit

Permalink
feat: update deps (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
Talljack authored May 9, 2024
1 parent 6431e7f commit aed30ae
Show file tree
Hide file tree
Showing 3 changed files with 646 additions and 567 deletions.
2 changes: 1 addition & 1 deletion .prototools
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pnpm = "9.0.6"
pnpm = "9.1.0"
24 changes: 12 additions & 12 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.0.6",
"packageManager": "pnpm@9.1.0",
"description": "My React template",
"author": "Talljack <yugang.cao12@gmail.com> (https://github.com/talljack)",
"license": "MIT",
Expand Down Expand Up @@ -30,16 +30,16 @@
"test:cov": "vitest run --coverage"
},
"dependencies": {
"@headlessui/react": "^1.7.19",
"@headlessui/react": "^2.0.3",
"@headlessui/tailwindcss": "^0.2.0",
"@tanstack/react-router": "0.0.1-beta.83",
"@tanstack/router": "0.0.1-beta.83",
"classnames": "^2.5.1",
"i18next": "^23.11.2",
"i18next": "^23.11.3",
"i18next-browser-languagedetector": "^7.2.1",
"immer": "^10.0.4",
"immer": "^10.1.1",
"jotai": "^2.8.0",
"jotai-devtools": "^0.9.0",
"jotai-devtools": "^0.9.1",
"jotai-immer": "^0.3.0",
"next-i18next": "^15.3.0",
"react": "^18.3.1",
Expand All @@ -49,15 +49,15 @@
"use-immer": "^0.9.0"
},
"devDependencies": {
"@testing-library/react": "^15.0.2",
"@types/node": "^20.12.7",
"@testing-library/react": "^15.0.7",
"@types/node": "^20.12.11",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.5.0",
"@vitest/coverage-v8": "^1.5.3",
"autoprefixer": "^10.4.19",
"eslint": "^9.1.1",
"eslint": "^9.2.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"esno": "^4.7.0",
Expand All @@ -72,9 +72,9 @@
"tailwindcss": "^3.4.3",
"talljack-eslint-config": "^0.2.4",
"typescript": "^5.4.5",
"vite": "^5.2.10",
"vite": "^5.2.11",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.5.2"
"vitest": "^1.5.3"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged",
Expand Down
Loading

0 comments on commit aed30ae

Please sign in to comment.