|
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.20.7", |
41 | | - "@babel/core": "^7.20.12", |
42 | | - "@babel/eslint-parser": "^7.19.1", |
43 | | - "@babel/plugin-transform-flow-strip-types": "^7.19.0", |
44 | | - "@babel/register": "^7.18.9", |
| 40 | + "@babel/cli": "^7.22.10", |
| 41 | + "@babel/core": "^7.22.10", |
| 42 | + "@babel/eslint-parser": "^7.22.10", |
| 43 | + "@babel/plugin-transform-flow-strip-types": "^7.22.5", |
| 44 | + "@babel/register": "^7.22.5", |
45 | 45 | "ast-types-flow": "^0.0.8", |
46 | | - "aud": "^2.0.2", |
| 46 | + "aud": "^2.0.3", |
47 | 47 | "auto-changelog": "^2.4.0", |
48 | 48 | "babel-jest": "^24.9.0", |
49 | 49 | "babel-plugin-add-module-exports": "^1.0.4", |
50 | 50 | "babel-preset-airbnb": "^5.0.0", |
51 | 51 | "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8", |
52 | 52 | "eslint-config-airbnb-base": "^15.0.0", |
53 | | - "eslint-doc-generator": "^1.4.1", |
| 53 | + "eslint-doc-generator": "^1.4.3", |
54 | 54 | "eslint-plugin-eslint-plugin": "^4.3.0", |
55 | 55 | "eslint-plugin-flowtype": "^5.8.0 || ^8.0.3", |
56 | | - "eslint-plugin-import": "^2.26.0", |
| 56 | + "eslint-plugin-import": "^2.28.0", |
57 | 57 | "estraverse": "^5.3.0", |
58 | 58 | "expect": "^24.9.0", |
59 | 59 | "flow-bin": "^0.147.0", |
60 | 60 | "in-publish": "^2.0.1", |
61 | 61 | "jackspeak": "=2.1.1", |
62 | 62 | "jest": "^24.9.0", |
63 | 63 | "jscodeshift": "^0.7.1", |
64 | | - "minimist": "^1.2.7", |
| 64 | + "minimist": "^1.2.8", |
65 | 65 | "npmignore": "^0.3.0", |
66 | 66 | "object.assign": "^4.1.4", |
67 | 67 | "rimraf": "^3.0.2", |
|
0 commit comments