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 Nov 26, 2023
1 parent 6d912b5 commit a586a82
Show file tree
Hide file tree
Showing 2 changed files with 676 additions and 634 deletions.
38 changes: 19 additions & 19 deletions package.json
Expand Up @@ -18,26 +18,26 @@
"typecheck": "tsc"
},
"dependencies": {
"@unocss/reset": "0.57.5",
"@unocss/reset": "0.57.7",
"ahooks": "^3.7.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.19.0"
"react-router-dom": "^6.20.0"
},
"devDependencies": {
"@commitlint/cli": "^18.4.2",
"@commitlint/config-conventional": "^18.4.2",
"@iconify-json/carbon": "^1.1.21",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@iconify-json/carbon": "^1.1.22",
"@testing-library/react": "^14.1.2",
"@types/node": "^20.9.2",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"@vitejs/plugin-legacy": "^5.0.0",
"@types/node": "^20.10.0",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@vitejs/plugin-legacy": "^5.2.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"@vitest/coverage-v8": "^0.34.6",
"commitlint": "^18.4.2",
"commitlint": "^18.4.3",
"eslint": "^8.54.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2",
Expand All @@ -46,18 +46,18 @@
"jsdom": "^22.1.0",
"lint-staged": "^15.1.0",
"prettier": "^3.1.0",
"rollup-plugin-visualizer": "^5.9.2",
"rollup-plugin-visualizer": "^5.9.3",
"sass": "^1.69.5",
"stylelint": "^15.11.0",
"stylelint-config-recess-order": "^4.3.0",
"stylelint-config-recess-order": "^4.4.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-config-standard-scss": "^11.1.0",
"terser": "^5.24.0",
"typescript": "^5.2.2",
"unocss": "0.57.5",
"unplugin-auto-import": "^0.16.7",
"vite": "5.0.0",
"vite-plugin-pages": "^0.31.0",
"typescript": "^5.3.2",
"unocss": "0.57.7",
"unplugin-auto-import": "^0.17.1",
"vite": "5.0.2",
"vite-plugin-pages": "^0.32.0",
"vitest": "0.34.6"
}
}

0 comments on commit a586a82

Please sign in to comment.