Skip to content

Commit

Permalink
build: Bump development versions
Browse files Browse the repository at this point in the history
  • Loading branch information
aholstenson committed Jul 10, 2023
1 parent cf77dc9 commit 9cab5ea
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,20 @@
"event-emitter"
],
"devDependencies": {
"@types/jest": "^26.0.23",
"@types/jest": "^29.5.2",
"@types/node": "^15.12.2",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0",
"coveralls": "^3.1.0",
"eslint": "^7.28.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsdoc": "^35.1.2",
"eslint-plugin-tsdoc": "^0.2.14",
"jest": "^27.0.4",
"jest-config": "^27.0.4",
"rimraf": "^3.0.2",
"ts-jest": "^27.0.3",
"typedoc": "^0.21.0-beta.2",
"typescript": "^4.3.2"
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"coveralls": "^3.1.1",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsdoc": "^35.5.1",
"eslint-plugin-tsdoc": "^0.2.17",
"jest": "^29.6.1",
"jest-config": "^29.6.1",
"rimraf": "^5.0.1",
"ts-jest": "^29.1.1",
"typedoc": "^0.24.8",
"typescript": "^5.1.6"
}
}

0 comments on commit 9cab5ea

Please sign in to comment.