Skip to content

Commit

Permalink
chore(deps): update @types/lodash-es (#6014)
Browse files Browse the repository at this point in the history
* chore(deps): remove unused `@types/lodash`

* chore(deps): use the latest `@types/lodash-es`
  • Loading branch information
vvagaytsev committed May 7, 2024
1 parent 724420a commit 01f4c73
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 21 deletions.
1 change: 0 additions & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@
"@types/koa-bodyparser": "^4.3.12",
"@types/koa-router": "^7.4.8",
"@types/koa-websocket": "^5.0.7",
"@types/lodash": "^4.14.202",
"@types/lodash-es": "^4.17.12",
"@types/micromatch": "^4.0.6",
"@types/minimist": "^1.2.5",
Expand Down
4 changes: 2 additions & 2 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"@types/chai": "^4.3.6",
"@types/lodash-es": "^4.17.9",
"@types/lodash-es": "^4.17.12",
"@types/minimist": "^1.2.5",
"@types/mocha": "^10.0.6",
"@types/node": "^20",
Expand All @@ -53,4 +53,4 @@
"fix-format": "npm run lint -- --fix --quiet",
"lint": "eslint --ignore-pattern 'projects/**' --ext .ts ."
}
}
}
20 changes: 6 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@rollup/plugin-replace": "^5.0.3",
"@rollup/plugin-url": "^8.0.2",
"@types/fs-extra": "^11.0.4",
"@types/lodash-es": "^4.17.9",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20",
"@types/semver": "^7.5.8",
"@types/treeify": "^1.0.3",
Expand Down Expand Up @@ -111,4 +111,4 @@
"sdk",
"plugins/*"
]
}
}
4 changes: 2 additions & 2 deletions plugins/jib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@types/async-lock": "^1.4.2",
"@types/chai": "^4.3.4",
"@types/fs-extra": "^11.0.4",
"@types/lodash-es": "^4.17.9",
"@types/lodash-es": "^4.17.12",
"@types/mocha": "^10.0.6",
"@types/node": "^20",
"chai": "^5.0.3",
Expand All @@ -36,4 +36,4 @@
"author": "Garden Technologies, Inc. <info@garden.io>",
"license": "MPL-2.0",
"homepage": "https://github.com/garden-io/garden"
}
}

0 comments on commit 01f4c73

Please sign in to comment.