Skip to content

Commit

Permalink
util: Update ttui to version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mjamescompton committed Mar 6, 2023
1 parent 67b6769 commit 7106d7f
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 @@ -45,7 +45,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.3.1/main.css" />
<link rel="stylesheet" href="https://ttui.thethingsindustries.com/release/1.5.0/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.3.1.tar.gz",
"@tti/design": "https://ttui.thethingsindustries.com/release/ttui-1.5.0.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.3.1.tar.gz":
"@tti/design@https://ttui.thethingsindustries.com/release/ttui-1.5.0.tar.gz":
version "0.0.0"
resolved "https://ttui.thethingsindustries.com/release/ttui-1.3.1.tar.gz#c90d5483468d7a18d615a1b44b90a54c03371b82"
resolved "https://ttui.thethingsindustries.com/release/ttui-1.5.0.tar.gz#1ccdbe9ce80cf3272c935189a96095676e23b54a"

bulma@^0.9.1:
version "0.9.4"
Expand Down

0 comments on commit 7106d7f

Please sign in to comment.