|
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.9", |
45 | | - "@babel/core": "^7.26.0", |
46 | | - "@babel/eslint-parser": "^7.25.9", |
47 | | - "@babel/plugin-transform-flow-strip-types": "^7.25.9", |
48 | | - "@babel/register": "^7.25.9", |
| 44 | + "@babel/cli": "^7.27.2", |
| 45 | + "@babel/core": "^7.27.4", |
| 46 | + "@babel/eslint-parser": "^7.27.5", |
| 47 | + "@babel/plugin-transform-flow-strip-types": "^7.27.1", |
| 48 | + "@babel/register": "^7.27.1", |
49 | 49 | "auto-changelog": "^2.5.0", |
50 | 50 | "babel-plugin-add-module-exports": "^1.0.4", |
51 | 51 | "babel-preset-airbnb": "^5.0.0", |
|
59 | 59 | "flow-bin": "^0.147.0", |
60 | 60 | "in-publish": "^2.0.1", |
61 | 61 | "jackspeak": "=2.1.1", |
62 | | - "jscodeshift": "^17.0.0", |
| 62 | + "jscodeshift": "^17.3.0", |
63 | 63 | "minimist": "^1.2.8", |
64 | 64 | "mock-property": "^1.1.0", |
65 | 65 | "npmignore": "^0.3.1", |
66 | | - "object.assign": "^4.1.5", |
67 | | - "object.entries": "^1.1.8", |
| 66 | + "object.assign": "^4.1.7", |
| 67 | + "object.entries": "^1.1.9", |
68 | 68 | "rimraf": "^3.0.2", |
69 | 69 | "safe-publish-latest": "^2.0.0", |
70 | 70 | "semver": "^6.3.1", |
|
0 commit comments