Skip to content

Commit

Permalink
bump: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
louisgv committed Nov 13, 2024
1 parent 450185e commit de26f3e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plasmohq/edge-addons-api",
"version": "1.4.0",
"version": "1.5.0",
"description": "Microsoft Edge Addons API for Node.js",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -30,17 +30,17 @@
"add-ons"
],
"dependencies": {
"got": "13.0.0"
"got": "14.4.4"
},
"devDependencies": {
"@jest/globals": "29.5.0",
"@jest/globals": "29.7.0",
"@plasmo/config": "workspace:*",
"@plasmohq/rps": "1.8.6",
"@types/node": "20.3.1",
"@plasmohq/rps": "1.8.7",
"@types/node": "22.9.0",
"cross-env": "7.0.3",
"jest": "29.5.0",
"ts-jest": "29.1.0",
"tsup": "7.0.0",
"typescript": "5.1.3"
"jest": "29.7.0",
"ts-jest": "29.2.5",
"tsup": "8.3.5",
"typescript": "5.6.3"
}
}

0 comments on commit de26f3e

Please sign in to comment.