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 Jan 15, 2024
1 parent 968aa32 commit 5ec23e9
Show file tree
Hide file tree
Showing 2 changed files with 951 additions and 978 deletions.
38 changes: 19 additions & 19 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"name": "revitesse-lite",
"private": true,
"version": "0.0.0",
"packageManager": "pnpm@8.10.5",
"packageManager": "pnpm@8.14.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -18,46 +18,46 @@
"typecheck": "tsc"
},
"dependencies": {
"@unocss/reset": "0.58.2",
"@unocss/reset": "0.58.3",
"ahooks": "^3.7.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.21.1"
"react-router-dom": "^6.21.2"
},
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4",
"@iconify-json/carbon": "^1.1.27",
"@testing-library/react": "^14.1.2",
"@types/node": "^20.10.5",
"@types/react": "^18.2.45",
"@types/node": "^20.11.0",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"@vitejs/plugin-legacy": "^5.2.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"@vitest/coverage-v8": "^1.1.0",
"commitlint": "^18.4.3",
"@vitest/coverage-v8": "^1.2.0",
"commitlint": "^18.4.4",
"eslint": "^8.56.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.3",
"jsdom": "^23.0.1",
"jsdom": "^23.2.0",
"lint-staged": "^15.2.0",
"prettier": "^3.1.1",
"prettier": "^3.2.2",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.69.5",
"sass": "^1.69.7",
"stylelint": "^16.1.0",
"stylelint-config-recess-order": "^4.4.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard-scss": "^12.0.0",
"stylelint-config-standard-scss": "^13.0.0",
"terser": "^5.26.0",
"typescript": "^5.3.3",
"unocss": "0.58.2",
"unocss": "0.58.3",
"unplugin-auto-import": "^0.17.3",
"vite": "5.0.10",
"vite": "5.0.11",
"vite-plugin-pages": "^0.32.0",
"vitest": "1.1.0"
"vitest": "1.2.0"
}
}
}

0 comments on commit 5ec23e9

Please sign in to comment.