Skip to content

Commit

Permalink
refactor: upgraded deps to their latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alisahinozcelik committed Nov 25, 2023
1 parent 687f9fe commit a1b52d6
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,19 @@
},
"homepage": "https://github.com/thalesrc/hermes#readme",
"dependencies": {
"@thalesrc/js-utils": "^1.3.0",
"rxjs": "^6.3.3"
"@thalesrc/js-utils": "^2.12.0",
"rxjs": "^7.8.1"
},
"devDependencies": {
"@types/chrome": "^0.0.126",
"@types/jest": "^24.0.23",
"cpy-cli": "^2.0.0",
"jest": "^24.9.0",
"replace": "^1.0.1",
"rxjs-marbles": "^5.0.3",
"ts-jest": "^24.2.0",
"@types/chrome": "^0.0.253",
"@types/jest": "^29.5.10",
"cpy-cli": "^5.0.0",
"jest": "^29.7.0",
"replace": "^1.2.2",
"rxjs-marbles": "^7.0.1",
"ts-jest": "^29.1.1",
"tslint": "^5.20.1",
"typescript": "^3.2.4"
"typescript": "^5.3.2"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit a1b52d6

Please sign in to comment.