|
37 | 37 | "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" |
38 | 38 | }, |
39 | 39 | "devDependencies": { |
40 | | - "@babel/cli": "^7.23.4", |
41 | | - "@babel/core": "^7.23.7", |
42 | | - "@babel/eslint-parser": "^7.23.3", |
43 | | - "@babel/plugin-transform-flow-strip-types": "^7.23.3", |
44 | | - "@babel/register": "^7.23.7", |
| 40 | + "@babel/cli": "^7.24.7", |
| 41 | + "@babel/core": "^7.24.7", |
| 42 | + "@babel/eslint-parser": "^7.24.7", |
| 43 | + "@babel/plugin-transform-flow-strip-types": "^7.24.7", |
| 44 | + "@babel/register": "^7.24.6", |
45 | 45 | "aud": "^2.0.4", |
46 | 46 | "auto-changelog": "^2.4.0", |
47 | 47 | "babel-jest": "^24.9.0", |
48 | 48 | "babel-plugin-add-module-exports": "^1.0.4", |
49 | 49 | "babel-preset-airbnb": "^5.0.0", |
50 | 50 | "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8", |
51 | 51 | "eslint-config-airbnb-base": "^15.0.0", |
52 | | - "eslint-doc-generator": "^1.6.1", |
| 52 | + "eslint-doc-generator": "^1.7.1", |
53 | 53 | "eslint-plugin-eslint-plugin": "^4.3.0", |
54 | 54 | "eslint-plugin-flowtype": "^5.8.0 || ^8.0.3", |
55 | 55 | "eslint-plugin-import": "^2.29.1", |
|
63 | 63 | "minimist": "^1.2.8", |
64 | 64 | "npmignore": "^0.3.1", |
65 | 65 | "object.assign": "^4.1.5", |
66 | | - "object.entries": "^1.1.7", |
| 66 | + "object.entries": "^1.1.8", |
67 | 67 | "rimraf": "^3.0.2", |
68 | 68 | "safe-publish-latest": "^2.0.0", |
69 | 69 | "semver": "^6.3.1", |
|
0 commit comments