diff --git a/manifest.toml b/manifest.toml index 36061d1..643d5bc 100644 --- a/manifest.toml +++ b/manifest.toml @@ -39,8 +39,9 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/excalidraw/excalidraw/archive/refs/tags/v0.14.2.tar.gz" - sha256 = "cb692d49d87b7809bda40a99490b6937a30f0457dca2a4b994055e327129408a" + url = "https://github.com/excalidraw/excalidraw/archive/refs/tags/v0.17.0.tar.gz" + sha256 = "8806dbb31df6d164aabad661bb79191cc603859d50b00565b864069ee390e230" + autoupdate.strategy = "latest_github_release" [resources.system_user] diff --git a/scripts/_common.sh b/scripts/_common.sh index b818f0f..9195d57 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -nodejs_version=16 +nodejs_version=18 #================================================= # PERSONAL HELPERS