Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: upgrade all deps but eslint #3

Merged
merged 4 commits into from
Apr 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

version: 2
updates:
- package-ecosystem: "" # See documentation for possible values
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,21 +46,21 @@
]
},
"dependencies": {
"@babel/runtime": "^7.23.1"
"@babel/runtime": "^7.24.4"
},
"devDependencies": {
"@rc-component/father-plugin": "^1.0.2",
"@types/jest": "^29.5.5",
"@types/jest": "^29.5.12",
"@types/react": "18.x",
"@types/react-dom": "18.x",
"@umijs/fabric": "^4.0.1",
"dumi": "^2.1.10",
"eslint": "^8.51.0",
"father": "^4.0.0",
"gh-pages": "^6.0.0",
"lint-staged": "^15.0.1",
"np": "^8.0.0",
"prettier": "^2.8.8",
"dumi": "^2.2.17",
"eslint": "^8.0.0",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

怎么降版本了

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

升上去跑不通了,eslint 9 变化挺大的。

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

又不维护了,哎。

"father": "^4.4.0",
"gh-pages": "^6.1.1",
"lint-staged": "^15.2.2",
"np": "^10.0.3",
"prettier": "^3.2.5",
"rc-test": "^7.0.15",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
Loading