Skip to content

Commit f1357da

Browse files
authored
chore: upgrade deps with new typedefs (ipfs#3550)
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
1 parent a7695fe commit f1357da

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"ipfs-css": "^0.13.1",
99
"react": "^16.8.6",
1010
"react-dom": "^16.8.6",
11-
"react-scripts": "^3.2.0",
11+
"react-scripts": "^4.0.3",
1212
"tachyons": "^4.11.1"
1313
},
1414
"devDependencies": {
@@ -26,9 +26,6 @@
2626
"extends": "react-app"
2727
},
2828
"browserslist": [
29-
">0.2%",
30-
"not dead",
31-
"not ie <= 11",
32-
"not op_mini all"
29+
"last 2 versions and not dead and > 2%"
3330
]
3431
}

0 commit comments

Comments
 (0)