Skip to content

Commit

Permalink
chore: bump deps, remove itero client API, too glitchy
Browse files Browse the repository at this point in the history
  • Loading branch information
louisgv committed Nov 5, 2022
1 parent 4d03676 commit 81b9edf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plasmohq/edge-addons-api",
"version": "1.0.2",
"version": "1.1.0",
"description": "Microsoft Edge Addons API for Node.js",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -30,18 +30,18 @@
"add-ons"
],
"dependencies": {
"got": "12.5.1"
"got": "12.5.2"
},
"devDependencies": {
"@jest/globals": "29.1.2",
"@jest/globals": "29.2.2",
"@plasmohq/prettier-plugin-sort-imports": "3.5.4",
"@plasmohq/rps": "1.5.3",
"@types/node": "18.8.3",
"@types/node": "18.11.9",
"cross-env": "7.0.3",
"jest": "29.1.2",
"jest": "29.2.2",
"prettier": "2.7.1",
"ts-jest": "29.0.3",
"tsup": "6.2.3",
"tsup": "6.4.0",
"typescript": "4.8.4"
}
}

0 comments on commit 81b9edf

Please sign in to comment.