Skip to content

Commit 5245d5b

Browse files
committed
Lock jQuery UI version due to API removal in 1.14
Fixes #3692
1 parent 876be11 commit 5245d5b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"bootstrap": "^5.1.3",
2323
"flatpickr": "^4.6.9",
2424
"jquery": "^3.6.0",
25-
"jquery-ui": "^1.12.1"
25+
"jquery-ui": "^1.12.1 <1.14.0"
2626
},
2727
"devDependencies": {
2828
"prettier": "^2.4.1"

spec/dummy_app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@rails/actiontext": "^7.0.3-1",
99
"@rails/activestorage": "^7.0.3-1",
1010
"@rails/webpacker": "5.4.3",
11-
"rails_admin": "file:../../",
11+
"rails_admin": "file:../..",
1212
"trix": "^2.0.0-beta.0",
1313
"webpack": "^4.46.0",
1414
"webpack-cli": "^3.3.12"

spec/rails_admin/install_generator_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
arguments ['admin', "--asset=#{CI_ASSET}", '--force']
99

1010
before do
11+
pending 'Until next version of npm package is released' if CI_ASSET == :importmap
1112
prepare_destination
1213
File.write(File.join(destination_root, 'package.json'), '{"license": "MIT"}')
1314
FileUtils.touch File.join(destination_root, 'Gemfile')

0 commit comments

Comments
 (0)