Skip to content

Commit

Permalink
Merge pull request #50
Browse files Browse the repository at this point in the history
package.json: Moved `http-status` to `dependencies`
  • Loading branch information
avi12 authored Dec 4, 2024
2 parents 36c32be + 95b7a97 commit 642d642
Show file tree
Hide file tree
Showing 2 changed files with 215 additions and 207 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,23 +94,23 @@
"eslint-config-avi12": "github:avi12/eslint-config-avi12",
"eslint-config-prettier": "^9.1.0",
"globals": "^15.13.0",
"http-status": "^2.0.0",
"lint-staged": "^15.2.10",
"nodemon": "^3.1.7",
"prettier": "^3.4.1",
"prettier": "^3.4.2",
"rimraf": "^6.0.1",
"typescript": "^5.7.2",
"typescript-eslint": "^8.16.0",
"typescript-eslint": "^8.17.0",
"vite-node": "^2.1.8"
},
"dependencies": {
"axios": "^1.7.8",
"axios": "^1.7.9",
"chalk": "^5.3.0",
"change-case": "^5.4.4",
"chrome-webstore-upload": "^3.1.4",
"dotenv": "^16.4.5",
"dotenv": "^16.4.7",
"exponential-backoff": "^3.1.1",
"form-data": "^4.0.1",
"http-status": "^2.0.0",
"jsonwebtoken": "^9.0.2",
"playwright": "^1.49.0",
"yargs": "^17.7.2",
Expand Down
Loading

0 comments on commit 642d642

Please sign in to comment.