Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Flower-F committed Mar 21, 2024
1 parent 40e44a1 commit accd6a8
Show file tree
Hide file tree
Showing 2 changed files with 1,752 additions and 1,958 deletions.
50 changes: 25 additions & 25 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"name": "revitesse-lite",
"private": true,
"version": "0.0.0",
"packageManager": "pnpm@8.14.1",
"packageManager": "pnpm@8.15.5",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -18,46 +18,46 @@
"typecheck": "tsc"
},
"dependencies": {
"@unocss/reset": "0.58.5",
"@unocss/reset": "0.58.6",
"ahooks": "^3.7.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.0"
"react-router-dom": "^6.22.3"
},
"devDependencies": {
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@iconify-json/carbon": "^1.1.28",
"@testing-library/react": "^14.2.1",
"@types/node": "^20.11.16",
"@types/react": "^18.2.54",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-legacy": "^5.3.0",
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@iconify-json/carbon": "^1.1.31",
"@testing-library/react": "^14.2.2",
"@types/node": "^20.11.30",
"@types/react": "^18.2.67",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@vitejs/plugin-legacy": "^5.3.2",
"@vitejs/plugin-react-swc": "^3.6.0",
"@vitest/coverage-v8": "^1.2.2",
"commitlint": "^18.6.0",
"eslint": "^8.56.0",
"@vitest/coverage-v8": "^1.4.0",
"commitlint": "^19.2.1",
"eslint": "^8.57.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^9.0.10",
"husky": "^9.0.11",
"jsdom": "^24.0.0",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.70.0",
"sass": "^1.72.0",
"stylelint": "^16.2.1",
"stylelint-config-recess-order": "^4.4.0",
"stylelint-config-recess-order": "^5.0.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard-scss": "^13.0.0",
"terser": "^5.27.0",
"typescript": "^5.3.3",
"unocss": "0.58.5",
"terser": "^5.29.2",
"typescript": "^5.4.3",
"unocss": "0.58.6",
"unplugin-auto-import": "^0.17.5",
"vite": "5.0.12",
"vite": "5.2.2",
"vite-plugin-pages": "^0.32.0",
"vitest": "1.2.2"
"vitest": "1.4.0"
}
}

0 comments on commit accd6a8

Please sign in to comment.