Skip to content

Commit 542dffb

Browse files
authored
Update dependencies (#995)
1 parent 45af255 commit 542dffb

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* [FEATURE] Drop Internet Explorer and other older browsers support
1111
* [FEATURE] Drop Ruby < 3.1
1212
* [FEATURE] Drop jQuery < 3.7.1 Compatibility
13-
* [ENHANCEMENT] Update QUnit to 2.24.1
13+
* [ENHANCEMENT] Update QUnit to 2.24.3
1414
* [ENHANCEMENT] Test against Ruby 3.4
1515

1616
## 22.3.1 / 2025-01-29

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@
2222
"test": "test/javascript/run-qunit.mjs"
2323
},
2424
"devDependencies": {
25-
"@babel/core": "^7.28.4",
26-
"@babel/preset-env": "^7.28.3",
25+
"@babel/core": "^7.28.5",
26+
"@babel/preset-env": "^7.28.5",
2727
"@rollup/plugin-babel": "^6.1.0",
2828
"@rollup/plugin-node-resolve": "^16.0.3",
2929
"chrome-launcher": "^1.2.1",
30-
"eslint": "^9.37.0",
30+
"eslint": "^9.39.1",
3131
"eslint-plugin-compat": "^6.0.2",
3232
"neostandard": "^0.12.2",
33-
"puppeteer-core": "^24.24.1",
34-
"rollup": "^4.52.4",
33+
"puppeteer-core": "^24.32.1",
34+
"rollup": "^4.53.3",
3535
"rollup-plugin-copy": "^3.5.0"
3636
},
3737
"peerDependencies": {

test/javascript/server.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def call(env)
3030
use AssetPath, urls: ['/vendor/assets/javascripts'], root: File.expand_path('../', $LOAD_PATH.find { |p| p.include?('jquery-rails') })
3131

3232
DEFAULT_JQUERY_VERSION = '3.7.1'
33-
QUNIT_VERSION = '2.24.1'
33+
QUNIT_VERSION = '2.24.3'
3434

3535
helpers do
3636
def jquery_version

0 commit comments

Comments
 (0)