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 30, 2023
1 parent 90c54fd commit 8d6ddb9
Show file tree
Hide file tree
Showing 3 changed files with 292 additions and 293 deletions.
3 changes: 1 addition & 2 deletions .vscode/settings.json
@@ -1,7 +1,6 @@
{
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": false,
"prettier.enable": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.fixAll.stylelint": true,
Expand Down
20 changes: 10 additions & 10 deletions package.json
Expand Up @@ -17,7 +17,7 @@
"typecheck": "tsc"
},
"dependencies": {
"@unocss/reset": "0.50.6",
"@unocss/reset": "0.52.4",
"ahooks": "^3.7.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -28,15 +28,15 @@
"@commitlint/config-conventional": "^17.6.5",
"@iconify-json/carbon": "^1.1.17",
"@testing-library/react": "^14.0.0",
"@types/node": "^18.16.16",
"@types/node": "^20.2.5",
"@types/prettier": "^2.7.2",
"@types/react": "^18.2.7",
"@types/react-dom": "^18.2.4",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"@vitejs/plugin-legacy": "^4.0.4",
"@vitejs/plugin-react-swc": "^3.3.1",
"@vitest/coverage-c8": "^0.29.8",
"@vitest/coverage-c8": "^0.31.1",
"commitlint": "^17.6.5",
"eslint": "^8.41.0",
"eslint-config-prettier": "^8.8.0",
Expand All @@ -46,21 +46,21 @@
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.3",
"jsdom": "^21.1.2",
"jsdom": "^22.1.0",
"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",
"stylelint-config-standard": "^31.0.0",
"stylelint-config-standard-scss": "^7.0.1",
"stylelint-config-standard": "^33.0.0",
"stylelint-config-standard-scss": "^9.0.0",
"terser": "^5.17.6",
"typescript": "^5.0.4",
"unocss": "0.50.6",
"unplugin-auto-import": "^0.15.3",
"vite": "4.3.3",
"unocss": "0.52.4",
"unplugin-auto-import": "^0.16.3",
"vite": "4.3.9",
"vite-plugin-pages": "^0.30.1",
"vitest": "0.29.8"
"vitest": "0.31.1"
}
}

0 comments on commit 8d6ddb9

Please sign in to comment.