Skip to content

Commit

Permalink
chore: upgrade all deps but eslint (#3)
Browse files Browse the repository at this point in the history
* chore: upgrade all deps

* chore: fix package-ecosystem

* chore: eslint 8.x
  • Loading branch information
afc163 authored Apr 16, 2024
1 parent 15d2f34 commit 1d405f9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
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",
"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

0 comments on commit 1d405f9

Please sign in to comment.