Skip to content

Commit 1f4e602

Browse files
committed
[Dev Deps] update babel deps, mock-property, tape
1 parent 0237db8 commit 1f4e602

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"prepublishOnly": "npm run build",
1515
"pretest": "npm run lint && flow",
1616
"build:tests": "npm run build && rimraf __tests-built__ && BABEL_ENV=test babel __tests__ --out-dir __tests-built__",
17-
"tests-built": "nyc tape -r array.from/auto '__tests-built__/**/*.js'",
18-
"tests-only": "nyc tape -r @babel/register '__tests__/**/*.js'",
17+
"tests-built": "nyc tape --strict -r array.from/auto '__tests-built__/**/*.js'",
18+
"tests-only": "nyc tape --strict -r @babel/register '__tests__/**/*.js'",
1919
"test": "npm run tests-only",
2020
"posttest": "npm audit --production",
2121
"output_as_hack": "babel-node ./scripts/output_as_hack.js"
@@ -35,13 +35,13 @@
3535
},
3636
"homepage": "https://github.com/A11yance/aria-query#readme",
3737
"devDependencies": {
38-
"@babel/cli": "^7.19.3",
39-
"@babel/core": "^7.24.7",
40-
"@babel/eslint-parser": "^7.19.1",
41-
"@babel/node": "^7.22.5",
42-
"@babel/plugin-transform-react-jsx": "^7.20.7",
43-
"@babel/preset-env": "^7.19.4",
44-
"@babel/preset-flow": "^7.18.6",
38+
"@babel/cli": "^7.25.6",
39+
"@babel/core": "^7.25.2",
40+
"@babel/eslint-parser": "^7.25.1",
41+
"@babel/node": "^7.25.0",
42+
"@babel/plugin-transform-react-jsx": "^7.25.2",
43+
"@babel/preset-env": "^7.25.4",
44+
"@babel/preset-flow": "^7.24.7",
4545
"@babel/register": "^7.24.6",
4646
"array.from": "^1.1.6",
4747
"array.prototype.some": "^1.1.6",
@@ -51,12 +51,12 @@
5151
"eslint": "^8.57.0",
5252
"eslint-plugin-flowtype": "^8.0.3",
5353
"flow-bin": "^0.191.0",
54-
"mock-property": "^1.0.3",
54+
"mock-property": "^1.1.0",
5555
"nyc": "^10.3.2",
5656
"object-inspect": "^1.13.2",
5757
"object.values": "^1.2.0",
5858
"rimraf": "^2.7.1",
59-
"tape": "^5.8.1"
59+
"tape": "^5.9.0"
6060
},
6161
"browserslist": [
6262
">0.2%",

0 commit comments

Comments
 (0)