@definitelytyped/definitions-parser 0.0.157 → 0.0.158-next.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -509,6 +509,8 @@
509
509
  @types/react-leaflet
510
510
  @types/react-native-tab-view
511
511
  @types/react-navigation
512
+ @types/react-router
513
+ @types/react-router-dom
512
514
  @types/react-select
513
515
  @types/redis
514
516
  @types/responselike
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/definitions-parser",
3
- "version": "0.0.157",
3
+ "version": "0.0.158-next.0",
4
4
  "description": "Reads the DefinitelyTyped repository and provides an API for querying its metadata",
5
5
  "homepage": "https://github.com/microsoft/DefinitelyTyped-tools/tree/master/packages/definitions-parser#readme",
6
6
  "license": "MIT",
@@ -37,5 +37,5 @@
37
37
  "publishConfig": {
38
38
  "access": "public"
39
39
  },
40
- "gitHead": "1ec9262caa58f285ef39619770385f951c309da6"
40
+ "gitHead": "4dace40c9db9532aa8920a03972f08bc752d27b0"
41
41
  }