update js deps

This commit is contained in:
王劲鹏
2020-07-03 17:23:48 +08:00
committed by osborn
parent 787ea71862
commit 93521dba66
6 changed files with 35 additions and 29 deletions

File diff suppressed because one or more lines are too long

View File

@@ -19,13 +19,13 @@
},
"homepage": "https://github.com/doric-pub/doric#readme",
"dependencies": {
"@rollup/plugin-commonjs": "^11.0.1",
"@rollup/plugin-json": "^4.0.1",
"@rollup/plugin-node-resolve": "^7.0.0",
"axios": "^0.19.1",
"@rollup/plugin-commonjs": "^13.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^8.1.0",
"axios": "^0.19.2",
"doric": "file:../doric-js",
"rollup": "^1.29.0",
"typescript": "^3.7.4"
"rollup": "^2.18.2",
"typescript": "^3.9.6"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"