@definitelytyped/definitions-parser 0.0.112-next.7 → 0.0.112-next.8

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.
@@ -265,7 +265,6 @@
265
265
  @storybook/react
266
266
  @testing-library/dom
267
267
  @tweenjs/tween.js
268
- @types/acorn
269
268
  @types/anymatch
270
269
  @types/autoprefixer
271
270
  @types/base-x
@@ -315,6 +314,7 @@
315
314
  @wordpress/api-fetch
316
315
  @wordpress/element
317
316
  abort-controller
317
+ acorn
318
318
  actions-on-google
319
319
  activex-helpers
320
320
  adal-node
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/definitions-parser",
3
- "version": "0.0.112-next.7",
3
+ "version": "0.0.112-next.8",
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",
@@ -34,5 +34,5 @@
34
34
  "publishConfig": {
35
35
  "access": "public"
36
36
  },
37
- "gitHead": "adce1cfd76a4c902776e23d39e28abe528f6eb8a"
37
+ "gitHead": "5b5114dfb409c8d504f5cf1851494a58bd95d117"
38
38
  }