Skip to content

Commit

Permalink
[Dev Deps] update @babel/cli, @babel/core, @babel/register, `au…
Browse files Browse the repository at this point in the history
…d`, `eslint-plugin-import`, `npmignore`, `object.assign`
  • Loading branch information
ljharb committed Jan 9, 2024
1 parent 2a48abb commit 540cb7a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
},
"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.3",
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.7",
"@babel/eslint-parser": "^7.23.3",
"@babel/plugin-transform-flow-strip-types": "^7.23.3",
"@babel/register": "^7.22.15",
"aud": "^2.0.3",
"@babel/register": "^7.23.7",
"aud": "^2.0.4",
"auto-changelog": "^2.4.0",
"babel-jest": "^24.9.0",
"babel-plugin-add-module-exports": "^1.0.4",
Expand All @@ -52,7 +52,7 @@
"eslint-doc-generator": "^1.6.1",
"eslint-plugin-eslint-plugin": "^4.3.0",
"eslint-plugin-flowtype": "^5.8.0 || ^8.0.3",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-import": "^2.29.1",
"estraverse": "^5.3.0",
"expect": "^24.9.0",
"flow-bin": "^0.147.0",
Expand All @@ -61,8 +61,8 @@
"jest": "^24.9.0",
"jscodeshift": "^0.7.1",
"minimist": "^1.2.8",
"npmignore": "^0.3.0",
"object.assign": "^4.1.4",
"npmignore": "^0.3.1",
"object.assign": "^4.1.5",
"rimraf": "^3.0.2",
"safe-publish-latest": "^2.0.0",
"semver": "^6.3.1",
Expand Down

0 comments on commit 540cb7a

Please sign in to comment.