Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

fix: lodash.template all gone #441

Merged
merged 1 commit into from Nov 29, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -8,10 +8,10 @@
},
"bugs": "https://github.com/oclif/dev-cli/issues",
"dependencies": {
"@oclif/command": "^1.8.5",
"@oclif/command": "^1.8.6",
"@oclif/config": "^1.17.1",
"@oclif/errors": "^1.3.5",
"@oclif/plugin-help": "^3.2.7",
"@oclif/plugin-help": "^3.2.8",
"cli-ux": "^5.6.4",
"debug": "^4.1.1",
"find-yarn-workspace-root": "^2.0.0",
Expand All @@ -23,7 +23,7 @@
"tslib": "^2.0.3"
},
"devDependencies": {
"@oclif/plugin-legacy": "^1.2.1",
"@oclif/plugin-legacy": "^1.2.2",
"@oclif/test": "^1.2.8",
"@types/chai": "^4.1.7",
"@types/execa": "^0.9.0",
Expand Down