Skip to content

Commit

Permalink
Merge pull request #3507 from ualbertalib/dependabot/npm_and_yarn/mas…
Browse files Browse the repository at this point in the history
…ter/esbuild-0.23.0

Bump esbuild from 0.21.5 to 0.23.0
  • Loading branch information
murny authored Jul 11, 2024
2 parents ccfc8c8 + 75ce3b2 commit dea7403
Show file tree
Hide file tree
Showing 6 changed files with 152 additions and 146 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18

- name: Build the docker-compose stack
run: docker-compose up -d
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
yarn 1.22.19
ruby 3.1.4
nodejs 16.15.1
nodejs 18.15.0
2 changes: 1 addition & 1 deletion Dockerfile.deployment
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL maintainer="University of Alberta Library"
# RUN echo 'deb http://ftp.debian.org/debian jessie-backports main' >> /etc/apt/sources.list

# Autoprefixer doesn’t support Node v4.8.2. Update it.
RUN curl -sL https://deb.nodesource.com/setup_16.x | bash -
RUN curl -sL https://deb.nodesource.com/setup_18.x | bash -

## To install the Yarn package manager (rails assets:precompile complains if not installed), run:
RUN curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor | tee /usr/share/keyrings/yarnkey.gpg >/dev/null \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
- **Redis**
- **Solr**
- **ImageMagick, Poppler, FFMpeg**
- **Node.js** 10.13.0+
- **Node.js** 18.15.0+
- **Yarn**

# Generate Documentation
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"bootstrap": "^4.6.2",
"dropzone": "^5.9.3",
"easy-autocomplete": "^1.3.5",
"esbuild": "^0.21.5",
"esbuild": "^0.23.0",
"jquery": "^3.7.1",
"jquery-multidownload": "^4.0.1",
"popper.js": "^1.16.0",
Expand Down
288 changes: 147 additions & 141 deletions yarn.lock

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

0 comments on commit dea7403

Please sign in to comment.