Skip to content

Commit 979c6ae

Browse files
authored
Merge pull request #1153 from mathematicalthinking/updateAxios
Update axios version; allows for cancellable fetches
2 parents e946914 + 926c451 commit 979c6ae

File tree

4 files changed

+50
-21
lines changed

4 files changed

+50
-21
lines changed

client/package-lock.json

Lines changed: 19 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dependencies": {
66
"@xstate/react": "^3.0.1",
77
"autoprefixer": "7.1.6",
8-
"axios": ">=0.21.1",
8+
"axios": "^1.6.8",
99
"babel-core": "6.26.0",
1010
"babel-eslint": "^10.0.0",
1111
"babel-jest": "20.0.3",

server/package-lock.json

Lines changed: 29 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"dependencies": {
4545
"@socket.io/redis-adapter": "^7.2.0",
46-
"axios": ">=0.21.2",
46+
"axios": "^1.6.8",
4747
"bluebird": "^3.5.1",
4848
"body-parser": "~1.18.2",
4949
"connect-flash": "^0.1.1",

0 commit comments

Comments
 (0)