Skip to content

Commit

Permalink
Lock jQuery UI version due to API removal in 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
mshibuya committed Aug 18, 2024
1 parent 876be11 commit 40d643b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"bootstrap": "^5.1.3",
"flatpickr": "^4.6.9",
"jquery": "^3.6.0",
"jquery-ui": "^1.12.1"
"jquery-ui": "^1.12.1 <1.14.0"
},
"devDependencies": {
"prettier": "^2.4.1"
Expand Down
2 changes: 1 addition & 1 deletion spec/dummy_app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@rails/actiontext": "^7.0.3-1",
"@rails/activestorage": "^7.0.3-1",
"@rails/webpacker": "5.4.3",
"rails_admin": "file:../../",
"rails_admin": "file:../..",
"trix": "^2.0.0-beta.0",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
Expand Down
1 change: 1 addition & 0 deletions spec/rails_admin/install_generator_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
arguments ['admin', "--asset=#{CI_ASSET}", '--force']

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

0 comments on commit 40d643b

Please sign in to comment.