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 Oct 26, 2023
1 parent 4d98bf1 commit ee674f9
Show file tree
Hide file tree
Showing 2 changed files with 1,215 additions and 1,144 deletions.
46 changes: 23 additions & 23 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"name": "revitesse-lite",
"private": true,
"version": "0.0.0",
"packageManager": "pnpm@8.7.1",
"packageManager": "pnpm@8.9.2",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand All @@ -16,49 +16,49 @@
"typecheck": "tsc"
},
"dependencies": {
"@unocss/reset": "0.56.2",
"@unocss/reset": "0.57.1",
"ahooks": "^3.7.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.16.0"
"react-router-dom": "^6.17.0"
},
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@commitlint/cli": "^18.1.0",
"@commitlint/config-conventional": "^18.1.0",
"@iconify-json/carbon": "^1.1.21",
"@testing-library/react": "^14.0.0",
"@types/node": "^20.7.0",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"@types/node": "^20.8.9",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"@vitejs/plugin-legacy": "^4.1.1",
"@vitejs/plugin-react-swc": "^3.4.0",
"@vitest/coverage-v8": "^0.34.5",
"commitlint": "^17.7.1",
"eslint": "^8.50.0",
"@vitest/coverage-v8": "^0.34.6",
"commitlint": "^18.1.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-define-config": "^1.23.0",
"eslint-define-config": "^1.24.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.3",
"jsdom": "^22.1.0",
"lint-staged": "^14.0.1",
"lint-staged": "^15.0.2",
"prettier": "^3.0.3",
"rollup-plugin-visualizer": "^5.9.2",
"sass": "^1.68.0",
"stylelint": "^15.10.3",
"sass": "^1.69.5",
"stylelint": "^15.11.0",
"stylelint-config-recess-order": "^4.3.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-config-standard-scss": "^11.0.0",
"terser": "^5.20.0",
"terser": "^5.22.0",
"typescript": "^5.2.2",
"unocss": "0.56.2",
"unplugin-auto-import": "^0.16.6",
"vite": "4.4.9",
"unocss": "0.57.1",
"unplugin-auto-import": "^0.16.7",
"vite": "4.5.0",
"vite-plugin-pages": "^0.31.0",
"vitest": "0.34.5"
"vitest": "0.34.6"
}
}

0 comments on commit ee674f9

Please sign in to comment.