Skip to content

Commit

Permalink
chore: upgrade deps with new typedefs (ipfs#3550)
Browse files Browse the repository at this point in the history
Upgrades to new version with types

- Uses default aegir ts config
- Fixes all ts errors
- Fully types core-api in ipfs-core-types package
- Makes ipfs-core implement types from ipfs-core-types package
- Removes duplicate types, ipfs-core-types as single source of type truth
- Reduces use of external APIs by internal components in ipfs-core
- Switches to named exports

BREAKING CHANGE: all core api methods now have types, some method signatures have changed, named exports are now used by the http, grpc and ipfs client modules
  • Loading branch information
achingbrain committed Mar 31, 2021
1 parent a7695fe commit f1357da
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"ipfs-css": "^0.13.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-scripts": "^3.2.0",
"react-scripts": "^4.0.3",
"tachyons": "^4.11.1"
},
"devDependencies": {
Expand All @@ -26,9 +26,6 @@
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
"last 2 versions and not dead and > 2%"
]
}

0 comments on commit f1357da

Please sign in to comment.