Update checked-in dependencies
This commit is contained in:
parent
99c9f6a498
commit
e266801e21
242 changed files with 2638 additions and 9296 deletions
6
node_modules/aria-query/package.json
generated
vendored
6
node_modules/aria-query/package.json
generated
vendored
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "aria-query",
|
||||
"version": "5.1.3",
|
||||
"version": "5.3.0",
|
||||
"description": "Programmatic access to the ARIA specification",
|
||||
"main": "lib/index.js",
|
||||
"files": [
|
||||
|
|
@ -11,6 +11,7 @@
|
|||
"flow": "flow",
|
||||
"lint": "eslint --config .eslintrc src __tests__ scripts",
|
||||
"lint:fix": "npm run lint -- --fix",
|
||||
"prepublishOnly": "npm run build",
|
||||
"pretest": "npm run lint:fix && npm run flow",
|
||||
"test": "npm run jest",
|
||||
"test:ci": "npm run jest -- --ci --runInBand",
|
||||
|
|
@ -35,6 +36,7 @@
|
|||
"@babel/cli": "^7.19.3",
|
||||
"@babel/core": "^7.19.6",
|
||||
"@babel/eslint-parser": "^7.19.1",
|
||||
"@babel/node": "^7.22.5",
|
||||
"@babel/preset-env": "^7.19.4",
|
||||
"@babel/preset-flow": "^7.18.6",
|
||||
"babel-jest": "^29.2.1",
|
||||
|
|
@ -66,6 +68,6 @@
|
|||
"ie 11"
|
||||
],
|
||||
"dependencies": {
|
||||
"deep-equal": "^2.0.5"
|
||||
"dequal": "^2.0.3"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue