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 Feb 6, 2024
1 parent 5ec23e9 commit 40e44a1
Show file tree
Hide file tree
Showing 2 changed files with 1,194 additions and 1,176 deletions.
52 changes: 26 additions & 26 deletions package.json
Expand Up @@ -18,46 +18,46 @@
"typecheck": "tsc"
},
"dependencies": {
"@unocss/reset": "0.58.3",
"ahooks": "^3.7.8",
"@unocss/reset": "0.58.5",
"ahooks": "^3.7.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.21.2"
"react-router-dom": "^6.22.0"
},
"devDependencies": {
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4",
"@iconify-json/carbon": "^1.1.27",
"@testing-library/react": "^14.1.2",
"@types/node": "^20.11.0",
"@types/react": "^18.2.47",
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@iconify-json/carbon": "^1.1.28",
"@testing-library/react": "^14.2.1",
"@types/node": "^20.11.16",
"@types/react": "^18.2.54",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"@vitejs/plugin-legacy": "^5.2.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"@vitest/coverage-v8": "^1.2.0",
"commitlint": "^18.4.4",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-legacy": "^5.3.0",
"@vitejs/plugin-react-swc": "^3.6.0",
"@vitest/coverage-v8": "^1.2.2",
"commitlint": "^18.6.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": "^23.2.0",
"lint-staged": "^15.2.0",
"prettier": "^3.2.2",
"husky": "^9.0.10",
"jsdom": "^24.0.0",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.69.7",
"stylelint": "^16.1.0",
"sass": "^1.70.0",
"stylelint": "^16.2.1",
"stylelint-config-recess-order": "^4.4.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard-scss": "^13.0.0",
"terser": "^5.26.0",
"terser": "^5.27.0",
"typescript": "^5.3.3",
"unocss": "0.58.3",
"unplugin-auto-import": "^0.17.3",
"vite": "5.0.11",
"unocss": "0.58.5",
"unplugin-auto-import": "^0.17.5",
"vite": "5.0.12",
"vite-plugin-pages": "^0.32.0",
"vitest": "1.2.0"
"vitest": "1.2.2"
}
}

0 comments on commit 40e44a1

Please sign in to comment.