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 Jul 15, 2023
1 parent 94aff2b commit 0f5392e
Show file tree
Hide file tree
Showing 2 changed files with 1,388 additions and 1,207 deletions.
64 changes: 32 additions & 32 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"name": "revitesse-lite",
"private": true,
"version": "0.0.0",
"packageManager": "pnpm@8.6.0",
"packageManager": "pnpm@8.6.7",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -17,50 +17,50 @@
"typecheck": "tsc"
},
"dependencies": {
"@unocss/reset": "0.53.1",
"ahooks": "^3.7.7",
"@unocss/reset": "0.53.5",
"ahooks": "^3.7.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.12.1"
"react-router-dom": "^6.14.1"
},
"devDependencies": {
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
"@iconify-json/carbon": "^1.1.17",
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.6",
"@iconify-json/carbon": "^1.1.18",
"@testing-library/react": "^14.0.0",
"@types/node": "^20.2.6",
"@types/node": "^20.4.2",
"@types/prettier": "^2.7.3",
"@types/react": "^18.2.11",
"@types/react-dom": "^18.2.4",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"@vitejs/plugin-legacy": "^4.0.4",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-legacy": "^4.1.0",
"@vitejs/plugin-react-swc": "^3.3.2",
"@vitest/coverage-c8": "^0.32.0",
"commitlint": "^17.6.5",
"eslint": "^8.42.0",
"@vitest/coverage-c8": "^0.33.0",
"commitlint": "^17.6.6",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-define-config": "^1.20.0",
"eslint-define-config": "^1.21.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.3",
"jsdom": "^22.1.0",
"lint-staged": "^13.2.2",
"prettier": "^2.8.8",
"rollup-plugin-visualizer": "^5.9.0",
"sass": "^1.63.3",
"stylelint": "^15.7.0",
"stylelint-config-recess-order": "^4.2.0",
"stylelint-config-standard": "^33.0.0",
"stylelint-config-standard-scss": "^9.0.0",
"terser": "^5.17.7",
"typescript": "^5.1.3",
"unocss": "0.53.1",
"unplugin-auto-import": "^0.16.4",
"vite": "4.3.9",
"lint-staged": "^13.2.3",
"prettier": "^3.0.0",
"rollup-plugin-visualizer": "^5.9.2",
"sass": "^1.63.6",
"stylelint": "^15.10.1",
"stylelint-config-recess-order": "^4.3.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-config-standard-scss": "^10.0.0",
"terser": "^5.19.0",
"typescript": "^5.1.6",
"unocss": "0.53.5",
"unplugin-auto-import": "^0.16.6",
"vite": "4.4.4",
"vite-plugin-pages": "^0.31.0",
"vitest": "0.32.0"
"vitest": "0.33.0"
}
}

0 comments on commit 0f5392e

Please sign in to comment.