diff --git a/package.json b/package.json index 5737deb..03cdafb 100644 --- a/package.json +++ b/package.json @@ -56,8 +56,8 @@ }, "dependencies": { "@trivago/prettier-plugin-sort-imports": "^4", - "@typescript-eslint/eslint-plugin": "^6", - "@typescript-eslint/parser": "^6", + "@typescript-eslint/eslint-plugin": "^7", + "@typescript-eslint/parser": "^7", "@umijs/babel-preset-umi": "^4", "@umijs/lint": "^4", "commitlint-config-gitmoji": "^2", @@ -68,18 +68,18 @@ "eslint-plugin-jest": "^27", "eslint-plugin-react": "^7", "eslint-plugin-react-hooks": "^4", - "eslint-plugin-simple-import-sort": "^10", + "eslint-plugin-simple-import-sort": "^12", "eslint-plugin-sort-keys-fix": "^1", "eslint-plugin-typescript-sort-keys": "^3", - "eslint-plugin-unicorn": "^49", + "eslint-plugin-unicorn": "^51", "eslint-plugin-unused-imports": "^3", "gatsby-remark-find-replace": "^0.3.0", "postcss-less": "^6", - "postcss-styled-syntax": "^0.5", + "postcss-styled-syntax": "^0.6", "prettier-plugin-organize-imports": "^3", "prettier-plugin-packagejson": "^2", - "prettier-plugin-sh": "^0.13", - "prettier-plugin-sort-json": "^3", + "prettier-plugin-sh": "^0.14", + "prettier-plugin-sort-json": "^4", "remark-frontmatter": "^5", "remark-gfm": "^3", "remark-lint": "^9", @@ -113,26 +113,26 @@ "remark-toc": "^9", "semantic-release-config-gitmoji": "^1", "stylelint-config-clean-order": "^5", - "stylelint-config-recommended": "^13", - "stylelint-less": "^2", + "stylelint-config-recommended": "^14", + "stylelint-less": "^3", "stylelint-order": "^6", "unist-util-visit": "^5.0.0" }, "devDependencies": { - "@commitlint/cli": "^18", + "@commitlint/cli": "^19", "@types/node": "^20", "antd-style": "^3", "clean-pkg-json": "^1", - "commitlint": "^18", + "commitlint": "^19", "eslint": "^8", "father": "^4", - "husky": "^8", + "husky": "^9", "lint-staged": "^15", "prettier": "^3", "remark": "^14", "remark-cli": "^11", "semantic-release": "^21", - "stylelint": "^15", + "stylelint": "^16", "typescript": "^5" }, "peerDependencies": {