Skip to content

Commit

Permalink
Bump lodash types
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldonadel committed May 21, 2024
1 parent 2ad399d commit 1e81bb2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/eas-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
},
"exports": {
".": {
"import": "./build/esm/index.js",
"require": "./build/cjs/index.js",
"default": "./build/esm/index.js"
"import": "./build/esm/index.js",
"require": "./build/cjs/index.js",
"default": "./build/esm/index.js"
}
},
"devDependencies": {
"@types/debug": "^4.1.7",
"@types/fs-extra": "^11.0.1",
"@types/getenv": "^1.0.0",
"@types/lodash": "^4.14.195",
"@types/lodash": "^4.17.4",
"@types/node-fetch": "^2.6.4",
"@types/tar": "^6.1.5",
"@types/uuid": "^9.0.1",
Expand Down

0 comments on commit 1e81bb2

Please sign in to comment.