Skip to content

Commit

Permalink
Yarn Dependency Updates (#2427)
Browse files Browse the repository at this point in the history
* Yarn Dependency Updates

* Update node version in tests
  • Loading branch information
pglombardo authored Aug 18, 2024
1 parent 45500b7 commit 2cd7000
Show file tree
Hide file tree
Showing 3 changed files with 297 additions and 163 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruby-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

- name: Setup Node 14
- name: Setup Node 20
uses: actions/setup-node@v4
with:
node-version: 14.x
node-version: 20.x

- name: Get yarn cache
id: yarn-cache
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@
"private": true,
"dependencies": {
"@hotwired/stimulus": "^3.2.1",
"@hotwired/turbo-rails": "^7.3.0",
"@hotwired/turbo-rails": "^8.0.3",
"@popperjs/core": "^2.11.8",
"@rails/actioncable": "^7.0.4",
"@rails/activestorage": "^7.0.5",
"bootstrap": "^5.2.3",
"bootstrap-icons": "^1.11.3",
"clipboard": "^2.0.11",
"esbuild": "^0.18.11",
"esbuild": "^0.23.0",
"esbuild-rails": "^1.0.3",
"flag-icons": "^7.2.3",
"js-cookie": "^3.0.4",
"omgopass": "^3.2.1",
Expand Down
Loading

0 comments on commit 2cd7000

Please sign in to comment.