Skip to content

Commit

Permalink
feat: update pnpm (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
Talljack authored Aug 22, 2024
1 parent 2bf35f9 commit dd50c9e
Show file tree
Hide file tree
Showing 3 changed files with 417 additions and 377 deletions.
2 changes: 1 addition & 1 deletion .prototools
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pnpm = "9.6.0"
pnpm = "9.7.1"
26 changes: 13 additions & 13 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.5.0",
"packageManager": "pnpm@9.7.1",
"description": "My React template",
"author": "Talljack <yugang.cao12@gmail.com> (https://github.com/talljack)",
"license": "MIT",
Expand Down Expand Up @@ -33,46 +33,46 @@
"@headlessui/react": "^2.1.2",
"@headlessui/tailwindcss": "^0.2.1",
"@heroicons/react": "^2.1.5",
"@tanstack/react-router": "^1.46.4",
"@tanstack/react-router": "^1.48.1",
"classnames": "^2.5.1",
"i18next": "^23.12.2",
"i18next": "^23.12.3",
"i18next-browser-languagedetector": "^8.0.0",
"immer": "^10.1.1",
"jotai": "^2.9.1",
"jotai": "^2.9.2",
"jotai-devtools": "^0.10.0",
"jotai-immer": "^0.4.1",
"next-i18next": "^15.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^15.0.0",
"react-i18next": "^15.0.1",
"react-use": "^17.5.1",
"use-immer": "^0.10.0"
},
"devDependencies": {
"@testing-library/react": "^16.0.0",
"@types/node": "^22.1.0",
"@types/node": "^22.4.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/eslint-plugin": "^8.2.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitest/coverage-v8": "^2.0.5",
"autoprefixer": "^10.4.19",
"eslint": "^9.8.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.9.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.8",
"lint-staged": "^15.2.9",
"picocolors": "^1.0.1",
"postcss": "^8.4.40",
"postcss": "^8.4.41",
"postcss-import": "^16.1.0",
"postcss-nesting": "^13.0.0",
"prettier": "^3.3.3",
"simple-git-hooks": "^2.11.1",
"tailwindcss": "^3.4.7",
"tailwindcss": "^3.4.10",
"talljack-eslint-config": "^0.2.6",
"typescript": "^5.5.4",
"vite": "^5.3.5",
"vite": "^5.4.1",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.0.5"
},
Expand Down
Loading

0 comments on commit dd50c9e

Please sign in to comment.