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 Dec 28, 2023
1 parent a586a82 commit 968aa32
Show file tree
Hide file tree
Showing 3 changed files with 1,352 additions and 1,276 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Expand Up @@ -2,8 +2,8 @@
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.fixAll.stylelint": true
"source.fixAll.eslint": "explicit",
"source.fixAll.stylelint": "explicit"
},
"eslint.validate": ["javascript", "typescript", "javascriptreact", "typescriptreact"],
"stylelint.validate": ["css", "scss"],
Expand Down
46 changes: 23 additions & 23 deletions package.json
Expand Up @@ -18,46 +18,46 @@
"typecheck": "tsc"
},
"dependencies": {
"@unocss/reset": "0.57.7",
"@unocss/reset": "0.58.2",
"ahooks": "^3.7.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.20.0"
"react-router-dom": "^6.21.1"
},
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@iconify-json/carbon": "^1.1.22",
"@iconify-json/carbon": "^1.1.27",
"@testing-library/react": "^14.1.2",
"@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",
"@types/node": "^20.10.5",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"@vitejs/plugin-legacy": "^5.2.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"@vitest/coverage-v8": "^0.34.6",
"@vitest/coverage-v8": "^1.1.0",
"commitlint": "^18.4.3",
"eslint": "^8.54.0",
"eslint": "^8.56.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.3",
"jsdom": "^22.1.0",
"lint-staged": "^15.1.0",
"prettier": "^3.1.0",
"rollup-plugin-visualizer": "^5.9.3",
"jsdom": "^23.0.1",
"lint-staged": "^15.2.0",
"prettier": "^3.1.1",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.69.5",
"stylelint": "^15.11.0",
"stylelint": "^16.1.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.3.2",
"unocss": "0.57.7",
"unplugin-auto-import": "^0.17.1",
"vite": "5.0.2",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard-scss": "^12.0.0",
"terser": "^5.26.0",
"typescript": "^5.3.3",
"unocss": "0.58.2",
"unplugin-auto-import": "^0.17.3",
"vite": "5.0.10",
"vite-plugin-pages": "^0.32.0",
"vitest": "0.34.6"
"vitest": "1.1.0"
}
}

0 comments on commit 968aa32

Please sign in to comment.