Skip to content

Commit 3b6fcc9

Browse files
committed
Upgraded packages
1 parent 4ae1f62 commit 3b6fcc9

File tree

2 files changed

+1137
-979
lines changed

2 files changed

+1137
-979
lines changed

package.json

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -85,36 +85,35 @@
8585
]
8686
},
8787
"devDependencies": {
88-
"@eslint/js": "^9.16.0",
88+
"@eslint/js": "^9.22.0",
8989
"@types/chrome-webstore-upload": "^1.0.0",
90-
"@types/jsonwebtoken": "^9.0.7",
91-
"@types/node": "^22.10.1",
90+
"@types/jsonwebtoken": "^9.0.9",
91+
"@types/node": "^22.13.10",
9292
"@types/yargs": "^17.0.33",
93-
"eslint": "^9.16.0",
93+
"eslint": "^9.22.0",
9494
"eslint-config-avi12": "github:avi12/eslint-config-avi12",
95-
"eslint-config-prettier": "^9.1.0",
96-
"globals": "^15.13.0",
97-
"lint-staged": "^15.2.10",
98-
"nodemon": "^3.1.7",
99-
"prettier": "^3.4.2",
95+
"eslint-config-prettier": "^10.1.1",
96+
"globals": "^16.0.0",
97+
"lint-staged": "^15.5.0",
98+
"nodemon": "^3.1.9",
99+
"prettier": "^3.5.3",
100100
"rimraf": "^6.0.1",
101-
"typescript": "^5.7.2",
102-
"typescript-eslint": "^8.17.0",
103-
"vite-node": "^2.1.8"
101+
"typescript": "^5.8.2",
102+
"typescript-eslint": "^8.26.1",
103+
"vite-node": "^3.0.8"
104104
},
105105
"dependencies": {
106-
"axios": "^1.7.9",
107-
"chalk": "^5.3.0",
106+
"axios": "^1.8.3",
107+
"chalk": "^5.4.1",
108108
"change-case": "^5.4.4",
109109
"chrome-webstore-upload": "^3.1.4",
110110
"dotenv": "^16.4.7",
111-
"exponential-backoff": "^3.1.1",
112-
"form-data": "^4.0.1",
113-
"http-status": "^2.0.0",
111+
"exponential-backoff": "^3.1.2",
112+
"form-data": "^4.0.2",
113+
"http-status": "^2.1.0",
114114
"jsonwebtoken": "^9.0.2",
115-
"playwright": "^1.49.0",
115+
"playwright": "^1.51.0",
116116
"yargs": "^17.7.2",
117117
"zip-local": "^0.3.5"
118-
},
119-
"packageManager": "pnpm@9.14.4"
118+
}
120119
}

0 commit comments

Comments
 (0)