Skip to content

Commit

Permalink
[Dev Deps] update @babel/core, @babel/eslint-parser, `@babel/pars…
Browse files Browse the repository at this point in the history
…er`, `aud`, `eslint`, `eslint-plugin-import`
  • Loading branch information
ljharb committed Jun 28, 2023
1 parent 1d39f58 commit 3baaf76
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"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/core": "^7.20.2",
"@babel/eslint-parser": "^7.19.1",
"@babel/parser": "^7.20.3",
"aud": "^2.0.1",
"@babel/core": "^7.22.5",
"@babel/eslint-parser": "^7.22.5",
"@babel/parser": "^7.22.5",
"aud": "^2.0.3",
"auto-changelog": "^2.4.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
Expand All @@ -33,9 +33,9 @@
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babylon": "^6.18.0",
"eslint": "^8.27.0",
"eslint": "^8.43.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-import": "^2.27.5",
"flow-parser": "^0.126.1",
"in-publish": "^2.0.1",
"jest": "^20.0.4",
Expand Down

0 comments on commit 3baaf76

Please sign in to comment.