Skip to content

Commit

Permalink
updated versions
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Jan de Wit <[email protected]>
  • Loading branch information
edewit committed Sep 16, 2024
1 parent e03a9c7 commit 3172403
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 347 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## Platform Makefile
##

VERSION=0.20.1-mvnpm-0.0.7
SASS_VERSION=1.69.7
VERSION=0.23.0-mvnpm-0.0.8
SASS_VERSION=1.78.0

platform-all:
@$(MAKE) --no-print-directory -j1 \
Expand Down
7 changes: 4 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ module esbuild

go 1.20

require github.com/bep/godartsass/v2 v2.0.0
require (
github.com/bep/godartsass/v2 v2.0.0
github.com/evanw/esbuild v0.23.0
)

require (
github.com/bep/godartsass v1.2.0 // indirect
github.com/cli/safeexec v1.0.1 // indirect
github.com/evanw/esbuild v0.23.0 // indirect
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
google.golang.org/protobuf v1.30.0 // indirect
)
Loading

0 comments on commit 3172403

Please sign in to comment.