Skip to content

Commit

Permalink
fix(nodejs): remove unused wait-on devDependency (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed May 2, 2024
1 parent 29fbb5a commit 435c747
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ updates:
- dependency-name: "ts-node"
- dependency-name: "tsconfig-paths"
- dependency-name: "typescript"
- dependency-name: "wait-on"

## <<Stencil::Block(dependabotPackageManagers)>>

Expand Down
2 changes: 0 additions & 2 deletions templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,6 @@ nodejs:
version: ^3.9.0
- name: typescript
version: ^4.0.5
- name: wait-on
version: ^6.0.1
{{- range stencil.GetModuleHook "js_modules_dev" }}
- name: {{ .name }}
version: {{ .version }}
Expand Down

0 comments on commit 435c747

Please sign in to comment.