@types/lodash 4.14.150 → 4.14.151

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.
Files changed (2) hide show
  1. lodash/README.md +1 -1
  2. lodash/package.json +3 -3
lodash/README.md CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for Lo-Dash (https://lodash.com).
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Fri, 17 Apr 2020 23:11:06 GMT
11
+ * Last updated: Fri, 15 May 2020 10:01:06 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `_`
14
14
 
lodash/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/lodash",
3
- "version": "4.14.150",
3
+ "version": "4.14.151",
4
4
  "description": "TypeScript definitions for Lo-Dash",
5
5
  "license": "MIT",
6
6
  "contributors": [
@@ -66,6 +66,6 @@
66
66
  },
67
67
  "scripts": {},
68
68
  "dependencies": {},
69
- "typesPublisherContentHash": "68b01f5f9bcc1dcc9bddb823eb263ec03434e7836363ccc4c55a6e433fef28a4",
70
- "typeScriptVersion": "2.8"
69
+ "typesPublisherContentHash": "f8f45a5b49922d10ca8e8211858419f977da853776836cae8eb6bc5b6eeb84e6",
70
+ "typeScriptVersion": "3.0"
71
71
  }