Skip to content

Commit 5a3a38c

Browse files
committed
update packages
1 parent c81099a commit 5a3a38c

File tree

2 files changed

+385
-427
lines changed

2 files changed

+385
-427
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "quickchart-js",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Javascript client for QuickChart.io",
55
"main": "build/quickchart.cjs.js",
66
"module": "build/quickchart.esm.js",
@@ -20,17 +20,17 @@
2020
"build:watch": "esbuild src/index.cjs.ts --watch --bundle --sourcemap --platform=node --target=node10.4 --global-name=QuickChart --tsconfig=tsconfig.json --outfile=build/quickchart.cjs.js"
2121
},
2222
"dependencies": {
23-
"axios": "^0.21.1",
24-
"javascript-stringify": "^2.0.1"
23+
"axios": "^0.24.0",
24+
"javascript-stringify": "^2.1.0"
2525
},
2626
"devDependencies": {
2727
"@babel/preset-env": "^7.16.4",
2828
"@babel/preset-typescript": "^7.16.0",
2929
"@types/chart.js": "^2.9.34",
3030
"@types/jest": "^27.0.3",
3131
"esbuild": "^0.14.1",
32-
"jest": "^27.2.4",
32+
"jest": "^27.4.3",
3333
"prettier": "^2.3.2",
34-
"typescript": "^4.3.5"
34+
"typescript": "^4.5.2"
3535
}
3636
}

0 commit comments

Comments
 (0)