Skip to content

Commit

Permalink
Update rates
Browse files Browse the repository at this point in the history
Bump marked from 14.1.3 to 14.1.4

Bumps [marked](https://github.com/markedjs/marked) from 14.1.3 to 14.1.4.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](markedjs/marked@v14.1.3...v14.1.4)

---
updated-dependencies:
- dependency-name: marked
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
SteveDesmond-ca committed Nov 8, 2024
1 parent 638cef6 commit dbae920
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"devDependencies": {
"bootstrap": "4.6.0",
"jquery": "3.7.1",
"marked": "14.1.3",
"marked": "14.1.4",
"@fontsource/noto-sans": "5.1.0",
"vue": "3.5.12"
},
Expand Down
16 changes: 8 additions & 8 deletions src/about/rates.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ All of our software will always be free and open source, and so by working with
| Service | Cost (USD$) |
|---|---|
| [*Contracting / Consulting*](/services/consulting) |
| Open Source | $100 / hour (5 hour deposit) |
| Proprietary | $120 / hour (5 hour deposit) |
| Open Source | $120 / hour (5 hour deposit) |
| Proprietary | $150 / hour (5 hour deposit) |
| [*Performance Audit Reports*](/services/report) |
| Performance Overview Report | $1,200 |
| Detailed Analysis Report |$4,800 |
| Performance Overview Report | $1,500 |
| Detailed Analysis Report | $6,000 |
| [*Support Subscriptions*](/support/subscriptions) |
| Email | $100 / month , $1,000 / year |
| Live | $400 / month , $4,000 / year |
| Dedicated | $1,600 / month , $16,000 / year |
| Ad Hoc | $100 / hour (5 hour deposit) |
| Email | $120 / month , $1,200 / year |
| Live | $480 / month , $4,800 / year |
| Dedicated | $1,920 / month , $19,200 / year |
| Ad Hoc | $120 / hour (5 hour deposit) |
| [*Education & Training*](/services/education) | *(contact for more information)*

#### Discounts
Expand Down
2 changes: 1 addition & 1 deletion src/services/report.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ The process includes everything from the "Overview" report, plus:
| *Administration* |
| - Status updates | | 🗸 |
| - Typical Turnaround | 1-2 weeks | 1-2 months |
| - Cost [*](/about/rates) | $1,200 | $4,800 |
| - Cost [*](/about/rates) | $1,500 | $6,000 |

Book your Performance Audit Report now by contacting ecoAPM using the email button below!
2 changes: 1 addition & 1 deletion src/support/subscriptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ ecoAPM's [standard contracting & consulting rate](/about/rates) applies, with a
| Slack channel | | 🗸 | 🗸 | (temporary) |
| Video calls | | | 🗸 | (temporary) |
| Weekly check-ins | | | 🗸 | |
| Cost [*](/about/rates) | $100 / month <br/> $1,000 / year | $400 / month <br/> $4,000 / year | $1,600 / month <br/> $16,000 / year | $100 / hour <br/> (5 hour deposit)
| Cost [*](/about/rates) | $120 / month <br/> $1,200 / year | $480 / month <br/> $4,800 / year | $1,920 / month <br/> $19,200 / year | $120 / hour <br/> (5 hour deposit)

<script>
document.querySelectorAll('table').forEach(t => t.className += " table-responsive-md ");
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,10 @@ magic-string@^0.30.11:
dependencies:
"@jridgewell/sourcemap-codec" "^1.5.0"

[email protected].3:
version "14.1.3"
resolved "https://registry.yarnpkg.com/marked/-/marked-14.1.3.tgz#42372cffd22e76e0f1d7f3627ebc116d291abbed"
integrity sha512-ZibJqTULGlt9g5k4VMARAktMAjXoVnnr+Y3aCqW1oDftcV4BA3UmrBifzXoZyenHRk75csiPu9iwsTj4VNBT0g==
[email protected].4:
version "14.1.4"
resolved "https://registry.yarnpkg.com/marked/-/marked-14.1.4.tgz#5e348de817bfa35a11e71de7e41dd7c3fdb186a9"
integrity sha512-vkVZ8ONmUdPnjCKc5uTRvmkRbx4EAi2OkTOXmfTDhZz3OFqMNBM1oTTWwTr4HY4uAEojhzPf+Fy8F1DWa3Sndg==

nanoid@^3.3.7:
version "3.3.7"
Expand Down

0 comments on commit dbae920

Please sign in to comment.