修复:eslint --fix
正在显示
| ... | @@ -23,23 +23,19 @@ | ... | @@ -23,23 +23,19 @@ |
| "@types/react-dom": "^18.0.10", | "@types/react-dom": "^18.0.10", | ||
| "@typescript-eslint/eslint-plugin": "^5.10.1", | "@typescript-eslint/eslint-plugin": "^5.10.1", | ||
| "@typescript-eslint/parser": "^5.10.1", | "@typescript-eslint/parser": "^5.10.1", | ||
| "antd": "^5.1.0", | |||
| "cross-env": "^7.0.3", | "cross-env": "^7.0.3", | ||
| "eslint": "^8.42.0", | "eslint": "^8.42.0", | ||
| "eslint-config-airbnb-base": "^15.0.0", | "eslint-config-airbnb-base": "^15.0.0", | ||
| "eslint-config-airbnb-typescript": "^16.1.0", | "eslint-config-airbnb-typescript": "^16.1.0", | ||
| "eslint-config-next": "^13.1.1", | |||
| "eslint-config-prettier": "^8.3.0", | "eslint-config-prettier": "^8.3.0", | ||
| "eslint-plugin-import": "^2.25.4", | "eslint-plugin-import": "^2.25.4", | ||
| "eslint-plugin-jsx-a11y": "^6.5.1", | "eslint-plugin-jsx-a11y": "^6.5.1", | ||
| "eslint-plugin-prettier": "^4.2.1", | |||
| "eslint-plugin-react": "^7.28.0", | "eslint-plugin-react": "^7.28.0", | ||
| "eslint-plugin-react-hooks": "^4.3.0", | "eslint-plugin-react-hooks": "^4.3.0", | ||
| "eslint-plugin-unused-imports": "^2.0.0", | "eslint-plugin-unused-imports": "^2.0.0", | ||
| "eslint-config-next": "^13.1.1", | |||
| "eslint-plugin-prettier": "^4.2.1", | |||
| "next": "^13.1.1", | |||
| "prettier": "^2.8.8", | "prettier": "^2.8.8", | ||
| "react": "^18.2.0", | |||
| "react-dom": "^18.2.0", | |||
| "sass": "^1.62.1", | "sass": "^1.62.1", | ||
| "ts-node": "^10.9.1", | "ts-node": "^10.9.1", | ||
| "tslib": "^2.5.0", | "tslib": "^2.5.0", | ||
| ... | @@ -50,6 +46,7 @@ | ... | @@ -50,6 +46,7 @@ |
| "@ant-design/icons": "^5.0.1", | "@ant-design/icons": "^5.0.1", | ||
| "@hapi/iron": "^7.0.1", | "@hapi/iron": "^7.0.1", | ||
| "@types/styled-components": "^5.1.26", | "@types/styled-components": "^5.1.26", | ||
| "antd": "^5.6.4", | |||
| "babel-plugin-styled-components": "^2.1.1", | "babel-plugin-styled-components": "^2.1.1", | ||
| "babel-plugin-styled-components-px2rem": "^1.5.5", | "babel-plugin-styled-components-px2rem": "^1.5.5", | ||
| "cookie": "^0.5.0", | "cookie": "^0.5.0", | ||
| ... | @@ -62,8 +59,11 @@ | ... | @@ -62,8 +59,11 @@ |
| "postcss-pxtorem": "^6.0.0", | "postcss-pxtorem": "^6.0.0", | ||
| "react-infinite-scroll-component": "^6.1.0", | "react-infinite-scroll-component": "^6.1.0", | ||
| "styled-components": "^6.0.0-rc.1", | "styled-components": "^6.0.0-rc.1", | ||
| "react": "^18.2.0", | |||
| "react-dom": "^18.2.0", | |||
| "swiper": "^9.3.2", | "swiper": "^9.3.2", | ||
| "swr": "^2.1.5", | "swr": "^2.1.5", | ||
| "uuid": "^9.0.0" | "uuid": "^9.0.0", | ||
| "next": "^13.1.1" | |||
| } | } | ||
| } | } |
差异被折叠。
点击展开。
请
注册
或者
登录
后发表评论