Skip to content

Commit 642d642

Browse files
authored
Merge pull request #50
package.json: Moved `http-status` to `dependencies`
2 parents 36c32be + 95b7a97 commit 642d642

File tree

2 files changed

+215
-207
lines changed

2 files changed

+215
-207
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,23 +94,23 @@
9494
"eslint-config-avi12": "github:avi12/eslint-config-avi12",
9595
"eslint-config-prettier": "^9.1.0",
9696
"globals": "^15.13.0",
97-
"http-status": "^2.0.0",
9897
"lint-staged": "^15.2.10",
9998
"nodemon": "^3.1.7",
100-
"prettier": "^3.4.1",
99+
"prettier": "^3.4.2",
101100
"rimraf": "^6.0.1",
102101
"typescript": "^5.7.2",
103-
"typescript-eslint": "^8.16.0",
102+
"typescript-eslint": "^8.17.0",
104103
"vite-node": "^2.1.8"
105104
},
106105
"dependencies": {
107-
"axios": "^1.7.8",
106+
"axios": "^1.7.9",
108107
"chalk": "^5.3.0",
109108
"change-case": "^5.4.4",
110109
"chrome-webstore-upload": "^3.1.4",
111-
"dotenv": "^16.4.5",
110+
"dotenv": "^16.4.7",
112111
"exponential-backoff": "^3.1.1",
113112
"form-data": "^4.0.1",
113+
"http-status": "^2.0.0",
114114
"jsonwebtoken": "^9.0.2",
115115
"playwright": "^1.49.0",
116116
"yargs": "^17.7.2",

0 commit comments

Comments
 (0)