Skip to content

Commit 2811c95

Browse files
authored
Version update & axios update (#29)
* version update & axios update * fixed build
1 parent cddc69b commit 2811c95

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@crowdin/ota-client",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "JavaScript library for Crowdin OTA Content Delivery",
55
"main": "out/index.js",
66
"types": "out/index.d.ts",
@@ -46,7 +46,7 @@
4646
"jest-junit": "^12.0.0"
4747
},
4848
"dependencies": {
49-
"axios": "0.21.3"
49+
"axios": "0.25.0"
5050
},
5151
"jest": {
5252
"coverageReporters": [

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"target": "es6",
66
"outDir": "./out",
77
"lib": [
8-
"es6"
8+
"es6",
9+
"DOM"
910
],
1011
"strict": true
1112
},

0 commit comments

Comments
 (0)