Skip to content

Commit

Permalink
feat: deps (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
Talljack committed Jun 17, 2024
1 parent 0c40eeb commit 14f5aca
Show file tree
Hide file tree
Showing 2 changed files with 154 additions and 154 deletions.
8 changes: 4 additions & 4 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.1.4",
"packageManager": "pnpm@9.3.0",
"description": "My React template",
"author": "Talljack <yugang.cao12@gmail.com> (https://github.com/talljack)",
"license": "MIT",
Expand Down Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@headlessui/react": "^2.0.4",
"@headlessui/tailwindcss": "^0.2.1",
"@tanstack/react-router": "^1.36.3",
"@tanstack/react-router": "^1.38.1",
"classnames": "^2.5.1",
"i18next": "^23.11.5",
"i18next-browser-languagedetector": "^8.0.0",
Expand All @@ -56,7 +56,7 @@
"@vitejs/plugin-react": "^4.3.1",
"@vitest/coverage-v8": "^1.6.0",
"autoprefixer": "^10.4.19",
"eslint": "^9.4.0",
"eslint": "^9.5.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"esno": "^4.7.0",
Expand All @@ -66,7 +66,7 @@
"postcss": "^8.4.38",
"postcss-import": "^16.1.0",
"postcss-nesting": "^12.1.5",
"prettier": "^3.3.1",
"prettier": "^3.3.2",
"simple-git-hooks": "^2.11.1",
"tailwindcss": "^3.4.3",
"talljack-eslint-config": "^0.2.6",
Expand Down
Loading

0 comments on commit 14f5aca

Please sign in to comment.