Skip to content

Commit 48a4d29

Browse files
feat: upgrade dependencies (#138)
1 parent 3e9c8d2 commit 48a4d29

File tree

6 files changed

+1340
-739
lines changed

6 files changed

+1340
-739
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@guidepup/virtual-screen-reader",
3-
"version": "0.30.1",
3+
"version": "0.31.0",
44
"description": "Virtual Screen Reader driver for unit test automation.",
55
"author": "Craig Morten <[email protected]>",
66
"license": "MIT",
@@ -67,7 +67,7 @@
6767
"@testing-library/user-event": "^14.6.1",
6868
"aria-query": "^5.3.2",
6969
"dom-accessibility-api": "^0.7.0",
70-
"html-aria": "^0.3.0"
70+
"html-aria": "^0.4.0"
7171
},
7272
"devDependencies": {
7373
"@arethetypeswrong/cli": "^0.17.4",
@@ -77,33 +77,33 @@
7777
"@types/jest": "^29.5.14",
7878
"@types/json-schema": "^7.0.15",
7979
"@types/mocha": "^10.0.10",
80-
"@types/node": "^22.14.0",
80+
"@types/node": "^22.14.1",
8181
"@types/prop-types": "^15.7.14",
82-
"@types/react": "^19.1.0",
83-
"@types/react-dom": "^19.1.1",
82+
"@types/react": "^19.1.1",
83+
"@types/react-dom": "^19.1.2",
8484
"@types/scheduler": "^0.26.0",
8585
"@types/semver": "^7.7.0",
8686
"chalk": "^4.0.0",
8787
"css.escape": "^1.5.1",
8888
"eslint": "^9.24.0",
89-
"eslint-config-prettier": "^10.1.1",
89+
"eslint-config-prettier": "^10.1.2",
9090
"globals": "^16.0.0",
9191
"jest": "^29.7.0",
9292
"jest-environment-jsdom": "^29.7.0",
9393
"js-yaml": "^4.1.0",
94-
"jsdom": "^26.0.0",
94+
"jsdom": "^26.1.0",
9595
"minimatch": "^10.0.1",
9696
"mocha": "^11.1.0",
9797
"mocha-sugar-free": "^1.4.0",
9898
"react": "^19.1.0",
9999
"react-dom": "^19.1.0",
100100
"rimraf": "^6.0.1",
101-
"ts-jest": "^29.3.1",
101+
"ts-jest": "^29.3.2",
102102
"ts-jest-resolver": "^2.0.1",
103103
"ts-mocha": "^10.0.0",
104104
"ts-node": "^10.9.2",
105105
"tsup": "^8.4.0",
106106
"typescript": "^5.8.3",
107-
"typescript-eslint": "^8.29.0"
107+
"typescript-eslint": "^8.29.1"
108108
}
109109
}

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { StartOptions, Virtual } from "./Virtual";
1+
import { type StartOptions, Virtual } from "./Virtual";
22

33
/**
44
* [API Reference](https://www.guidepup.dev/docs/api/class-virtual)
@@ -72,4 +72,4 @@ import { StartOptions, Virtual } from "./Virtual";
7272
*/
7373
export const virtual = new Virtual();
7474

75-
export { StartOptions, Virtual };
75+
export { type StartOptions, Virtual };

test/wpt

Submodule wpt updated 235 files

0 commit comments

Comments
 (0)