From 1d405f9b0e2122ffdcc8fa4e5f10a71af7c3f749 Mon Sep 17 00:00:00 2001 From: afc163 Date: Tue, 16 Apr 2024 14:55:31 +0800 Subject: [PATCH] chore: upgrade all deps but eslint (#3) * chore: upgrade all deps * chore: fix package-ecosystem * chore: eslint 8.x --- .github/dependabot.yml | 2 +- package.json | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5990d9c..5f0889c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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" diff --git a/package.json b/package.json index dbc34bb..fe52f85 100644 --- a/package.json +++ b/package.json @@ -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",