Skip to content

Commit 9d3c641

Browse files
committed
Update dependencies and fix CI
1 parent fc8d165 commit 9d3c641

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/ruby.yml

-3
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ jobs:
2929
- ruby-version: '3.3'
3030
gemfile: rails_edge
3131
channel: 'experimental'
32-
- ruby-version: 'head'
33-
gemfile: rails_6.1
34-
channel: 'experimental'
3532
- ruby-version: 'head'
3633
gemfile: rails_7.0
3734
channel: 'experimental'

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
"test": "test/javascript/run-qunit.mjs"
2323
},
2424
"devDependencies": {
25-
"@babel/core": "^7.23.7",
26-
"@babel/preset-env": "^7.23.7",
25+
"@babel/core": "^7.23.9",
26+
"@babel/preset-env": "^7.23.9",
2727
"@rollup/plugin-babel": "^6.0.4",
2828
"@rollup/plugin-node-resolve": "^15.2.2",
2929
"chrome-launcher": "^1.1.0",
3030
"puppeteer-core": "^22.0.0",
31-
"rollup": "^4.9.4",
31+
"rollup": "^4.9.6",
3232
"rollup-plugin-copy": "^3.5.0",
3333
"standard": "^17.1.0"
3434
},

0 commit comments

Comments
 (0)