Skip to content

Commit

Permalink
[Dev Deps] update babel deps, mock-property, tape
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Sep 20, 2024
1 parent 0237db8 commit 1f4e602
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"prepublishOnly": "npm run build",
"pretest": "npm run lint && flow",
"build:tests": "npm run build && rimraf __tests-built__ && BABEL_ENV=test babel __tests__ --out-dir __tests-built__",
"tests-built": "nyc tape -r array.from/auto '__tests-built__/**/*.js'",
"tests-only": "nyc tape -r @babel/register '__tests__/**/*.js'",
"tests-built": "nyc tape --strict -r array.from/auto '__tests-built__/**/*.js'",
"tests-only": "nyc tape --strict -r @babel/register '__tests__/**/*.js'",
"test": "npm run tests-only",
"posttest": "npm audit --production",
"output_as_hack": "babel-node ./scripts/output_as_hack.js"
Expand All @@ -35,13 +35,13 @@
},
"homepage": "https://github.com/A11yance/aria-query#readme",
"devDependencies": {
"@babel/cli": "^7.19.3",
"@babel/core": "^7.24.7",
"@babel/eslint-parser": "^7.19.1",
"@babel/node": "^7.22.5",
"@babel/plugin-transform-react-jsx": "^7.20.7",
"@babel/preset-env": "^7.19.4",
"@babel/preset-flow": "^7.18.6",
"@babel/cli": "^7.25.6",
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@babel/node": "^7.25.0",
"@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",
"array.from": "^1.1.6",
"array.prototype.some": "^1.1.6",
Expand All @@ -51,12 +51,12 @@
"eslint": "^8.57.0",
"eslint-plugin-flowtype": "^8.0.3",
"flow-bin": "^0.191.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": "^2.7.1",
"tape": "^5.8.1"
"tape": "^5.9.0"
},
"browserslist": [
">0.2%",
Expand Down

0 comments on commit 1f4e602

Please sign in to comment.