|
41 | 41 | "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
|
42 | 42 | },
|
43 | 43 | "devDependencies": {
|
44 |
| - "@babel/cli": "^7.25.6", |
45 |
| - "@babel/core": "^7.25.2", |
46 |
| - "@babel/eslint-parser": "^7.25.1", |
47 |
| - "@babel/plugin-transform-flow-strip-types": "^7.25.2", |
48 |
| - "@babel/register": "^7.24.6", |
49 |
| - "auto-changelog": "^2.4.0", |
| 44 | + "@babel/cli": "^7.25.7", |
| 45 | + "@babel/core": "^7.25.8", |
| 46 | + "@babel/eslint-parser": "^7.25.8", |
| 47 | + "@babel/plugin-transform-flow-strip-types": "^7.25.7", |
| 48 | + "@babel/register": "^7.25.7", |
| 49 | + "auto-changelog": "^2.5.0", |
50 | 50 | "babel-plugin-add-module-exports": "^1.0.4",
|
51 | 51 | "babel-preset-airbnb": "^5.0.0",
|
52 | 52 | "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9",
|
53 | 53 | "eslint-config-airbnb-base": "^15.0.0",
|
54 | 54 | "eslint-doc-generator": "^1.7.1",
|
55 | 55 | "eslint-plugin-eslint-plugin": "^4.3.0",
|
56 | 56 | "eslint-plugin-flowtype": "^5.8.0 || ^8.0.3",
|
57 |
| - "eslint-plugin-import": "^2.29.1", |
| 57 | + "eslint-plugin-import": "^2.31.0", |
58 | 58 | "estraverse": "^5.3.0",
|
59 | 59 | "flow-bin": "^0.147.0",
|
60 | 60 | "in-publish": "^2.0.1",
|
|
67 | 67 | "rimraf": "^3.0.2",
|
68 | 68 | "safe-publish-latest": "^2.0.0",
|
69 | 69 | "semver": "^6.3.1",
|
70 |
| - "tape": "^5.8.1", |
| 70 | + "tape": "^5.9.0", |
71 | 71 | "to-ast": "^1.0.0"
|
72 | 72 | },
|
73 | 73 | "engines": {
|
|
0 commit comments