Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
louisgv committed May 28, 2023
1 parent 4d928b4 commit 2b3728b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
"add-ons"
],
"dependencies": {
"got": "12.6.0"
"got": "13.0.0"
},
"devDependencies": {
"@jest/globals": "29.5.0",
"@plasmohq/prettier-plugin-sort-imports": "3.6.4",
"@plasmohq/rps": "1.8.5",
"@types/node": "20.2.3",
"@plasmohq/rps": "1.8.6",
"@types/node": "20.2.5",
"cross-env": "7.0.3",
"jest": "29.5.0",
"prettier": "2.8.8",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"noImplicitReturns": true,
"esModuleInterop": true,
"noImplicitAny": false,
"moduleResolution": "node",
"moduleResolution": "node16",
"module": "ES2022",
"target": "ES2022",
"allowJs": true,
Expand Down

0 comments on commit 2b3728b

Please sign in to comment.