Skip to content

Commit

Permalink
update numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
gantoine committed Jul 8, 2024
1 parent cfdb449 commit da35ec2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# To learn more about the format of this file, see https://docs.trunk.io/reference/trunk-yaml
version: 0.1
cli:
version: 1.22.1
version: 1.22.2
# Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins)
plugins:
sources:
- id: trunk
ref: v1.5.0
ref: v1.6.0
uri: https://github.com/trunk-io/plugins
# Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes)
runtimes:
Expand All @@ -17,16 +17,16 @@ runtimes:
# This is the section where you manage your linters. (https://docs.trunk.io/check/configuration)
lint:
enabled:
- actionlint@1.7.0
- checkov@3.2.98
- actionlint@1.7.1
- checkov@3.2.176
- git-diff-check
- markdownlint@0.40.0
- osv-scanner@1.7.3
- markdownlint@0.41.0
- osv-scanner@1.8.1
- oxipng@9.1.1
- prettier@3.2.5
- prettier@3.3.2
- svgo@3.3.2
- trivy@0.51.2
- trufflehog@3.76.3
- trivy@0.52.2
- trufflehog@3.79.0
- yamllint@1.35.1
actions:
enabled:
Expand Down
6 changes: 3 additions & 3 deletions app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ const menuItems: MenuItem[] = [
:icon="faStar"
class="text-2xl text-purple-500"
/>
<div class="font-bold ml-3 text-2xl">1,400+</div>
<div class="font-bold ml-3 text-2xl">1,500+</div>
</div>
<div class="ml-10">Github stars</div>
</div>
Expand All @@ -376,7 +376,7 @@ const menuItems: MenuItem[] = [
:icon="faUsers"
class="text-2xl text-purple-500"
/>
<div class="font-bold ml-3 text-2xl">800+</div>
<div class="font-bold ml-3 text-2xl">900+</div>
</div>
<div class="ml-10">Discord members</div>
</div>
Expand All @@ -386,7 +386,7 @@ const menuItems: MenuItem[] = [
:icon="faArrowDown"
class="text-2xl text-purple-500"
/>
<div class="font-bold ml-3 text-2xl">250,000+</div>
<div class="font-bold ml-3 text-2xl">300,000+</div>
</div>
<div class="ml-8">Docker pulls</div>
</div>
Expand Down

0 comments on commit da35ec2

Please sign in to comment.