summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-07-17 18:00:34 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-07-17 18:00:34 +0530
commit9f5e61057e1cf07e8aeb8d10fa8f5d1002d841ab (patch)
treed490bf734f68cd1f6ef9b64ff4ea7654ef8fcc60 /package.json
parent50550da3c2acde7aebff13018b64c7957b0bc9b2 (diff)
downloadwallet-core-9f5e61057e1cf07e8aeb8d10fa8f5d1002d841ab.tar.gz
wallet-core-9f5e61057e1cf07e8aeb8d10fa8f5d1002d841ab.tar.bz2
wallet-core-9f5e61057e1cf07e8aeb8d10fa8f5d1002d841ab.zip
upgrade rollup; bundle TS directlyv0.7.1-dev.9
This also resolves a problem where symbols weren't exported correctly for the Android wallet-core bundle
Diffstat (limited to 'package.json')
-rw-r--r--package.json37
1 files changed, 19 insertions, 18 deletions
diff --git a/package.json b/package.json
index 1ef1c1327..7ca3b1e30 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,6 @@
"engines": {
"node": ">=0.12.0"
},
- "main": "dist/node/index.js",
"repository": {
"type": "git",
"url": "git://git.taler.net/wallet-core.git"
@@ -31,41 +30,43 @@
],
"devDependencies": {
"@ava/typescript": "^1.1.1",
- "@rollup/plugin-json": "^4.0.2",
- "@rollup/plugin-replace": "^2.3.1",
+ "@rollup/plugin-commonjs": "^14.0.0",
+ "@rollup/plugin-json": "^4.1.0",
+ "@rollup/plugin-node-resolve": "^8.4.0",
+ "@rollup/plugin-replace": "^2.3.3",
+ "@rollup/plugin-typescript": "^5.0.2",
"@types/chrome": "^0.0.103",
"@types/enzyme": "^3.10.5",
"@types/enzyme-adapter-react-16": "^1.0.6",
+ "@types/node": "^14.0.23",
"@types/react": "^16.9.6",
"@types/react-dom": "^16.9.6",
- "@typescript-eslint/eslint-plugin": "^2.27.0",
- "@typescript-eslint/parser": "^2.27.0",
- "ava": "^3.8.2",
+ "@typescript-eslint/eslint-plugin": "^3.6.1",
+ "@typescript-eslint/parser": "^3.6.1",
+ "ava": "^3.10.1",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
- "eslint": "^6.8.0",
- "eslint-config-airbnb-typescript": "^8.0.0",
- "eslint-plugin-import": "^2.20.2",
- "eslint-plugin-jsx-a11y": "^6.2.3",
- "eslint-plugin-react": "^7.20.0",
- "eslint-plugin-react-hooks": "^4.0.4",
+ "eslint": "^7.4.0",
+ "eslint-config-airbnb-typescript": "^8.0.2",
+ "eslint-plugin-import": "^2.22.0",
+ "eslint-plugin-jsx-a11y": "^6.3.1",
+ "eslint-plugin-react": "^7.20.3",
+ "eslint-plugin-react-hooks": "^4.0.8",
"jed": "^1.1.1",
- "moment": "^2.26.0",
+ "moment": "^2.27.0",
"nyc": "^15.1.0",
"po2json": "^0.4.5",
"pogen": "^0.0.5",
"prettier": "^2.0.5",
"react": "^16.13.1",
"react-dom": "^16.13.1",
- "rollup": "^2.12.1",
- "rollup-plugin-commonjs": "^10.1.0",
- "rollup-plugin-node-resolve": "^5.2.0",
+ "rollup": "^2.21.0",
"rollup-plugin-sourcemaps": "^0.6.2",
"rollup-plugin-terser": "^6.1.0",
"source-map-resolve": "^0.6.0",
"structured-clone": "^0.2.2",
- "typedoc": "^0.17.7",
- "typescript": "^3.9.3"
+ "typedoc": "^0.17.8",
+ "typescript": "^3.9.7"
},
"dependencies": {
"axios": "^0.19.2",