Skip to content

Commit

Permalink
web: Use codemirror-lang-homescript 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MikMuellerDev committed Dec 21, 2022
1 parent 5b60994 commit 08f164f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
3 changes: 2 additions & 1 deletion docker/container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ RUN addgroup smarthome && adduser \

RUN mkdir -p /app/.config
RUN mkdir -p /app/.cache
# Tzdata is installed to allow setting of the timezone via the environment variables

# tzdata is installed to allow setting of the timezone via the environment variables
RUN apk add bash tzdata && rm -rf /var/cache/apk/*

COPY motd /etc/motd
Expand Down
14 changes: 7 additions & 7 deletions web/package-lock.json

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

2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"chart.js": "^3.9.1",
"chartjs-adapter-date-fns": "^2.0.0",
"codemirror": "^6.0.1",
"codemirror-lang-homescript": "^0.1.3",
"codemirror-lang-homescript": "^0.1.4",
"date-fns": "^2.29.3",
"material-icons": "^1.12.0",
"prism": "^4.1.2",
Expand Down

0 comments on commit 08f164f

Please sign in to comment.