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 Jun 10, 2023
1 parent 8d6ddb9 commit 94aff2b
Show file tree
Hide file tree
Showing 2 changed files with 1,003 additions and 1,009 deletions.
38 changes: 19 additions & 19 deletions package.json
Expand Up @@ -17,28 +17,28 @@
"typecheck": "tsc"
},
"dependencies": {
"@unocss/reset": "0.52.4",
"@unocss/reset": "0.53.1",
"ahooks": "^3.7.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.11.2"
"react-router-dom": "^6.12.1"
},
"devDependencies": {
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
"@iconify-json/carbon": "^1.1.17",
"@testing-library/react": "^14.0.0",
"@types/node": "^20.2.5",
"@types/prettier": "^2.7.2",
"@types/react": "^18.2.7",
"@types/node": "^20.2.6",
"@types/prettier": "^2.7.3",
"@types/react": "^18.2.11",
"@types/react-dom": "^18.2.4",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"@vitejs/plugin-legacy": "^4.0.4",
"@vitejs/plugin-react-swc": "^3.3.1",
"@vitest/coverage-c8": "^0.31.1",
"@vitejs/plugin-react-swc": "^3.3.2",
"@vitest/coverage-c8": "^0.32.0",
"commitlint": "^17.6.5",
"eslint": "^8.41.0",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint-define-config": "^1.20.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
Expand All @@ -50,17 +50,17 @@
"lint-staged": "^13.2.2",
"prettier": "^2.8.8",
"rollup-plugin-visualizer": "^5.9.0",
"sass": "^1.62.1",
"stylelint": "^15.6.2",
"stylelint-config-recess-order": "^4.0.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.6",
"typescript": "^5.0.4",
"unocss": "0.52.4",
"unplugin-auto-import": "^0.16.3",
"terser": "^5.17.7",
"typescript": "^5.1.3",
"unocss": "0.53.1",
"unplugin-auto-import": "^0.16.4",
"vite": "4.3.9",
"vite-plugin-pages": "^0.30.1",
"vitest": "0.31.1"
"vite-plugin-pages": "^0.31.0",
"vitest": "0.32.0"
}
}

0 comments on commit 94aff2b

Please sign in to comment.