package.json update

This commit is contained in:
Leoh 2021-10-10 09:22:25 +05:30
parent d0c58d50ef
commit 5082e7a83f

View file

@ -15,9 +15,17 @@
"@rollup/plugin-node-resolve": "^11.2.1", "@rollup/plugin-node-resolve": "^11.2.1",
"@rollup/plugin-typescript": "^8.2.1", "@rollup/plugin-typescript": "^8.2.1",
"@types/node": "^14.14.37", "@types/node": "^14.14.37",
"@types/react": "^17.0.27",
"@types/react-dom": "^17.0.9",
"obsidian": "^0.12.0", "obsidian": "^0.12.0",
"rollup": "^2.32.1", "rollup": "^2.32.1",
"tslib": "^2.2.0", "tslib": "^2.2.0",
"typescript": "^4.2.4" "typescript": "^4.2.4"
},
"dependencies": {
"node": "^16.10.0",
"node-fetch": "^3.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
} }
} }