Skip to content

Commit

Permalink
[Dev Deps] update @babel/cli, @babel/core, @babel/eslint-parser
Browse files Browse the repository at this point in the history
…, `@babel/plugin-transform-react-jsx`, `@babel/preset-env`, `eslint-plugin-import`, `mock-property`, `tape`
  • Loading branch information
ljharb committed Sep 24, 2024
1 parent b760b83 commit 526857d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
},
"homepage": "https://github.com/A11yance/axobject-query#readme",
"devDependencies": {
"@babel/cli": "^7.24.8",
"@babel/core": "^7.24.9",
"@babel/eslint-parser": "^7.24.8",
"@babel/plugin-transform-react-jsx": "^7.24.7",
"@babel/preset-env": "^7.24.8",
"@babel/cli": "^7.25.6",
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@babel/plugin-transform-react-jsx": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@babel/preset-flow": "^7.24.7",
"@babel/register": "^7.24.6",
"babel-plugin-module-resolver": "^5.0.2",
Expand All @@ -46,15 +46,15 @@
"eslint": "^8.26.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-import": "^2.30.0",
"flow-bin": "^0.190.1",
"flow-typed": "^3.8.0",
"mock-property": "^1.0.3",
"mock-property": "^1.1.0",
"nyc": "^10.3.2",
"object-inspect": "^1.13.2",
"object.values": "^1.2.0",
"rimraf": "^3.0.2",
"tape": "^5.8.1"
"tape": "^5.9.0"
},
"browserslist": [
">0.2%",
Expand Down

0 comments on commit 526857d

Please sign in to comment.