Skip to content

Commit

Permalink
util: Update ttui to version 1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mjamescompton committed Sep 4, 2023
1 parent f1b7846 commit 225bb64
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/layouts/partials/head/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css" />
{{- end }}

<link rel="stylesheet" href="https://ttui.thethingsindustries.com/release/1.6.0/main.css" />
<link rel="stylesheet" href="https://ttui.thethingsindustries.com/release/1.7.4/main.css" />

{{ template "_internal/opengraph.html" . }}

Expand Down
2 changes: 1 addition & 1 deletion doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"description": "Hugo Theme for The Things Stack",
"dependencies": {
"@tti/design": "https://ttui.thethingsindustries.com/release/ttui-1.6.0.tar.gz",
"@tti/design": "https://ttui.thethingsindustries.com/release/ttui-1.7.4.tar.gz",
"bulma": "^0.9.1"
},
"devDependencies": {}
Expand Down
4 changes: 2 additions & 2 deletions doc/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# yarn lockfile v1


"@tti/design@https://ttui.thethingsindustries.com/release/ttui-1.6.0.tar.gz":
"@tti/design@https://ttui.thethingsindustries.com/release/ttui-1.7.4.tar.gz":
version "0.0.0"
resolved "https://ttui.thethingsindustries.com/release/ttui-1.6.0.tar.gz#7a7312981a44a586863dcbd3f4988298b5a16715"
resolved "https://ttui.thethingsindustries.com/release/ttui-1.7.4.tar.gz#03bddf2d0cc548d977ba7b4a2fb7c6876bd3b939"

bulma@^0.9.1:
version "0.9.4"
Expand Down

0 comments on commit 225bb64

Please sign in to comment.