From f60907de2bb26002cbc78c8a41c645a4fcfa228f Mon Sep 17 00:00:00 2001 From: afc163 Date: Tue, 16 Apr 2024 14:21:33 +0800 Subject: [PATCH 1/3] chore: upgrade all deps --- package.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index dbc34bb..f3d8eb9 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": "^9.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", From d1c82c76102686a38ba09c26288c32ffb4689c1b Mon Sep 17 00:00:00 2001 From: afc163 Date: Tue, 16 Apr 2024 14:23:24 +0800 Subject: [PATCH 2/3] chore: fix package-ecosystem --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" From 9eb0959dfa72afa3fa47790dd735215525f041cc Mon Sep 17 00:00:00 2001 From: afc163 Date: Tue, 16 Apr 2024 14:51:23 +0800 Subject: [PATCH 3/3] chore: eslint 8.x --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f3d8eb9..fe52f85 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@types/react-dom": "18.x", "@umijs/fabric": "^4.0.1", "dumi": "^2.2.17", - "eslint": "^9.0.0", + "eslint": "^8.0.0", "father": "^4.4.0", "gh-pages": "^6.1.1", "lint-staged": "^15.2.2",