Skip to content

Commit

Permalink
chore(deps-dev): bump cross-spawn from 7.0.3 to 7.0.6 (#202)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump cross-spawn from 7.0.3 to 7.0.6

Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](moxystudio/node-cross-spawn@v7.0.3...v7.0.6)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix: eslint issues

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: suvajit <[email protected]>
  • Loading branch information
dependabot[bot] and csuvajit authored Nov 25, 2024
1 parent 3da9c01 commit 5255186
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: build-and-test

on:
push:
branches: [main]
pull_request:
branches: [main]

jobs:
build:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: eslint

on:
push:
branches: [main]
pull_request:
branches: [main]

jobs:
build:
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

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

10 changes: 9 additions & 1 deletion src/util/Constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,15 @@ export const BuilderTroops = [
'Electrofire Wizard'
];

export const Heroes = ['Barbarian King', 'Archer Queen', 'Grand Warden', 'Royal Champion', 'Minion Prince', 'Battle Machine', 'Battle Copter'];
export const Heroes = [
'Barbarian King',
'Archer Queen',
'Grand Warden',
'Royal Champion',
'Minion Prince',
'Battle Machine',
'Battle Copter'
];

export const HeroPets = [
'L.A.S.S.I',
Expand Down

0 comments on commit 5255186

Please sign in to comment.