Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
MarceloAlves committed Nov 13, 2024
1 parent 84036a2 commit a609ea1
Show file tree
Hide file tree
Showing 2 changed files with 1,139 additions and 752 deletions.
17 changes: 10 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@
"api",
"typescript"
],
"author": "Marcelo Alves",
"author": {
"name": "Marcelo Alves",
"url": "https://github.com/marceloalves"
},
"license": "ISC",
"prettier": {
"semi": false,
Expand All @@ -44,14 +47,14 @@
"node": ">=16"
},
"dependencies": {
"cross-fetch": "^3.1.4",
"qss": "^2.0.3"
"cross-fetch": "^4.0.0",
"qss": "^3.0.0"
},
"devDependencies": {
"husky": "^7.0.4",
"prettier": "^2.5.1",
"pretty-quick": "^3.1.3",
"tsup": "^5.11.11",
"typescript": "^4.5.4"
"prettier": "^3.3.3",
"pretty-quick": "^4.0.0",
"tsup": "^8.3.5",
"typescript": "^5.6.3"
}
}
Loading

0 comments on commit a609ea1

Please sign in to comment.