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 Sep 26, 2023
1 parent c9d92d2 commit 4d98bf1
Show file tree
Hide file tree
Showing 2 changed files with 1,007 additions and 962 deletions.
26 changes: 13 additions & 13 deletions package.json
Expand Up @@ -16,27 +16,27 @@
"typecheck": "tsc"
},
"dependencies": {
"@unocss/reset": "0.55.6",
"@unocss/reset": "0.56.2",
"ahooks": "^3.7.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.15.0"
"react-router-dom": "^6.16.0"
},
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@iconify-json/carbon": "^1.1.21",
"@testing-library/react": "^14.0.0",
"@types/node": "^20.5.9",
"@types/react": "^18.2.21",
"@types/node": "^20.7.0",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"@vitejs/plugin-legacy": "^4.1.1",
"@vitejs/plugin-react-swc": "^3.3.2",
"@vitest/coverage-v8": "^0.34.3",
"@vitejs/plugin-react-swc": "^3.4.0",
"@vitest/coverage-v8": "^0.34.5",
"commitlint": "^17.7.1",
"eslint": "^8.48.0",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"eslint-define-config": "^1.23.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
Expand All @@ -48,17 +48,17 @@
"lint-staged": "^14.0.1",
"prettier": "^3.0.3",
"rollup-plugin-visualizer": "^5.9.2",
"sass": "^1.66.1",
"sass": "^1.68.0",
"stylelint": "^15.10.3",
"stylelint-config-recess-order": "^4.3.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-config-standard-scss": "^11.0.0",
"terser": "^5.19.3",
"terser": "^5.20.0",
"typescript": "^5.2.2",
"unocss": "0.55.6",
"unocss": "0.56.2",
"unplugin-auto-import": "^0.16.6",
"vite": "4.4.9",
"vite-plugin-pages": "^0.31.0",
"vitest": "0.34.3"
"vitest": "0.34.5"
}
}

0 comments on commit 4d98bf1

Please sign in to comment.