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 May 6, 2023
1 parent f87b9c8 commit ede7d0f
Show file tree
Hide file tree
Showing 4 changed files with 499 additions and 515 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
@@ -1,6 +1,7 @@
{
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
"editor.formatOnSave": false,
"prettier.enable": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.fixAll.stylelint": true,
Expand Down
27 changes: 13 additions & 14 deletions package.json
Expand Up @@ -18,41 +18,40 @@
},
"dependencies": {
"@unocss/reset": "0.50.6",
"ahooks": "^3.7.6",
"ahooks": "^3.7.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.11.0"
"react-router-dom": "^6.11.1"
},
"devDependencies": {
"@commitlint/cli": "^17.6.1",
"@commitlint/config-conventional": "^17.6.1",
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@iconify-json/carbon": "^1.1.16",
"@testing-library/react": "^14.0.0",
"@types/node": "^18.16.3",
"@types/node": "^18.16.5",
"@types/prettier": "^2.7.2",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.1",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"@types/react": "^18.2.5",
"@types/react-dom": "^18.2.4",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"@vitejs/plugin-legacy": "^4.0.3",
"@vitejs/plugin-react-swc": "^3.3.0",
"@vitest/coverage-c8": "^0.29.8",
"commitlint": "^17.6.1",
"eslint": "^8.39.0",
"commitlint": "^17.6.3",
"eslint": "^8.40.0",
"eslint-config-prettier": "^8.8.0",
"eslint-define-config": "^1.20.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"husky": "^8.0.3",
"jsdom": "^21.1.1",
"jsdom": "^21.1.2",
"lint-staged": "^13.2.2",
"prettier": "^2.8.8",
"rollup-plugin-visualizer": "^5.9.0",
"sass": "^1.62.1",
"stylelint": "^15.6.0",
"stylelint": "^15.6.1",
"stylelint-config-recess-order": "^4.0.0",
"stylelint-config-standard": "^31.0.0",
"stylelint-config-standard-scss": "^7.0.1",
Expand Down

0 comments on commit ede7d0f

Please sign in to comment.