Skip to content

Commit

Permalink
Update dependencies and fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Feb 7, 2024
1 parent fc8d165 commit 9d3c641
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ jobs:
- ruby-version: '3.3'
gemfile: rails_edge
channel: 'experimental'
- ruby-version: 'head'
gemfile: rails_6.1
channel: 'experimental'
- ruby-version: 'head'
gemfile: rails_7.0
channel: 'experimental'
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"test": "test/javascript/run-qunit.mjs"
},
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/preset-env": "^7.23.7",
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-node-resolve": "^15.2.2",
"chrome-launcher": "^1.1.0",
"puppeteer-core": "^22.0.0",
"rollup": "^4.9.4",
"rollup": "^4.9.6",
"rollup-plugin-copy": "^3.5.0",
"standard": "^17.1.0"
},
Expand Down

0 comments on commit 9d3c641

Please sign in to comment.