WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 7117366

Browse files
chore: Update axios dependency version to 1.12.0 in client (#1445)
* chore: Update axios dependency version to 1.12.0 in client * chore: use make test instead of make test-docker * Update test workflow to include installation step * Update TypeScript version to 5.9.2
1 parent 2bac868 commit 7117366

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
sudo apt-get install -y docker-compose
3939
4040
- name: Run Tests
41-
run: make test-docker
41+
run: make install && make test
4242

4343
deploy:
4444
name: Deploy

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"moment": "^2.19.3",
2424
"sinon": "^2.3.2",
2525
"sinon-chai": "^2.10.0",
26-
"typescript": "^4.0.0"
26+
"typescript": "^5.9.2"
2727
},
2828
"scripts": {
2929
"lint": "if [ `node --version | cut -d'.' -f1 | cut -c 2` -ge \"8\" ]; then eslint . --fix; else echo \"eslint is not available for node < 8.0\"; fi",

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"dependencies": {
3030
"@sendgrid/helpers": "^8.0.0",
31-
"axios": "^1.8.2"
31+
"axios": "^1.12.0"
3232
},
3333
"devDependencies": {
3434
"chai": "4.2.0",

0 commit comments

Comments
 (0)