Skip to content

Commit

Permalink
chore(deps): package upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
jlp-craigmorten committed Sep 14, 2024
1 parent 0f12d87 commit fe14b2b
Show file tree
Hide file tree
Showing 2 changed files with 515 additions and 607 deletions.
24 changes: 10 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guidepup/jest",
"version": "0.5.1",
"version": "0.5.2",
"description": "Virtual Screen Reader Jest Matchers",
"author": "Craig Morten <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -31,10 +31,6 @@
"require": {
"types": "./lib/cjs/index.d.ts",
"default": "./lib/cjs/index.cjs"
},
"default": {
"types": "./lib/cjs/index.d.ts",
"default": "./lib/cjs/index.cjs"
}
}
},
Expand All @@ -59,21 +55,21 @@
"jest": ">=29"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.15.3",
"@guidepup/virtual-screen-reader": "^0.26.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.8",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@arethetypeswrong/cli": "^0.16.2",
"@guidepup/virtual-screen-reader": "^0.28.0",
"@types/jest": "^29.5.13",
"@types/node": "^22.5.5",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"rimraf": "^5.0.7",
"ts-jest": "^29.1.5",
"ts-jest": "^29.2.5",
"ts-jest-resolver": "^2.0.1",
"ts-node": "^10.9.2",
"tsup": "^8.1.0",
"typescript": "^5.5.2"
"tsup": "^8.2.4",
"typescript": "^5.6.2"
}
}
Loading

0 comments on commit fe14b2b

Please sign in to comment.