Skip to content

Commit

Permalink
bump version and Node Module dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerHardiman committed Feb 15, 2023
1 parent d99751a commit 121388a
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yellowstone",
"version": "3.0.3",
"version": "3.0.4",
"description": "An RTSP client for node.js.",
"main": "dist/index.js",
"repository": {
Expand All @@ -20,18 +20,18 @@
"lint": "eslint . --ext .ts"
},
"devDependencies": {
"@types/jest": "^23.3.13",
"@types/jest": "^29.4.0",
"@types/node": "^10.12.18",
"@types/sdp-transform": "^2.4.5",
"@typescript-eslint/eslint-plugin": "^4.28.2",
"@typescript-eslint/parser": "^4.28.2",
"eslint": "^7.30.0",
"eslint-config-prettier": "^8.3.0",
"jest": "^18.1.0",
"prettier": "^2.3.2",
"ts-node": "^10.0.0",
"typedoc": "^0.14.2",
"typedoc-plugin-markdown": "^1.1.25",
"typescript": "^4.3.5"
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^7.2.0",
"jest": "^29.4.2",
"prettier": "^2.8.4",
"ts-node": "^10.9.1",
"typedoc": "^0.23.25",
"typedoc-plugin-markdown": "^3.14.0",
"typescript": "^4.9.5"
}
}

0 comments on commit 121388a

Please sign in to comment.