Skip to content

Commit 8c06486

Browse files
authored
Update development dependencies (#967)
1 parent b1539b8 commit 8c06486

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- `data-valid` => `data-csv-valid`
88
- `data-validate` => `data-csv-validate`
99
* [FEATURE] Use data attributes instead of `jQuery.data()`
10+
* [ENHANCEMENT] Update QUnit to 2.23.0
1011

1112
## 22.3.0 / 2024-11-12
1213

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"eslint": "^9.17.0",
3131
"eslint-plugin-compat": "^6.0.2",
3232
"neostandard": "^0.12.0",
33-
"puppeteer-core": "^23.10.4",
34-
"rollup": "^4.28.1",
33+
"puppeteer-core": "^23.11.1",
34+
"rollup": "^4.29.1",
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.22.0'
33+
QUNIT_VERSION = '2.23.0'
3434

3535
helpers do
3636
def jquery_version

0 commit comments

Comments
 (0)