@definitelytyped/definitions-parser 0.0.150-next.1 → 0.0.151-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.
@@ -767,6 +767,9 @@ react-native-svg
767
767
  react-native-tab-view
768
768
  react-navigation
769
769
  react-popper
770
+ react-router
771
+ react-router-dom
772
+ react-router-native
770
773
  recast
771
774
  recharts
772
775
  redis
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/definitions-parser",
3
- "version": "0.0.150-next.1",
3
+ "version": "0.0.151-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",
@@ -19,9 +19,9 @@
19
19
  "url": "https://github.com/microsoft/DefinitelyTyped-tools/issues"
20
20
  },
21
21
  "dependencies": {
22
- "@definitelytyped/header-parser": "^0.0.150-next.0",
23
- "@definitelytyped/typescript-versions": "^0.0.150-next.0",
24
- "@definitelytyped/utils": "^0.0.150-next.1",
22
+ "@definitelytyped/header-parser": "^0.0.150",
23
+ "@definitelytyped/typescript-versions": "^0.0.150",
24
+ "@definitelytyped/utils": "^0.0.150",
25
25
  "@types/node": "^14.14.35",
26
26
  "fs-extra": "^9.1.0",
27
27
  "pacote": "^13.6.1",
@@ -37,5 +37,5 @@
37
37
  "publishConfig": {
38
38
  "access": "public"
39
39
  },
40
- "gitHead": "b000dc411adbfcb02d8f375266ababc089cf43e1"
40
+ "gitHead": "61c7032bcfc7c2ef2b0f11452cf436b23dfe5c5d"
41
41
  }