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",