@activeadmin/activeadmin
Advanced tools
@@ -190,2 +190,3 @@ /** | ||
| input.datepicker($.extend(defaults, options)); | ||
| input.datepicker("show"); | ||
| }); | ||
@@ -192,0 +193,0 @@ })(jQuery); |
+7
-7
| { | ||
| "name": "@activeadmin/activeadmin", | ||
| "version": "3.4.0", | ||
| "version": "3.5.0", | ||
| "description": "The administration framework for Ruby on Rails.", | ||
@@ -27,9 +27,9 @@ "main": "app/assets/javascripts/active_admin/base.js", | ||
| "devDependencies": { | ||
| "@babel/core": "*", | ||
| "@babel/preset-env": "*", | ||
| "@babel/core": "7.29.0", | ||
| "@babel/preset-env": "7.29.0", | ||
| "common-tags": "", | ||
| "eslint": "9.39.0", | ||
| "eslint": "9.39.2", | ||
| "eslint-plugin-import": "*", | ||
| "gherkin-lint": "*", | ||
| "rollup": "*", | ||
| "rollup": "4.57.1", | ||
| "rollup-plugin-babel": "", | ||
@@ -47,6 +47,6 @@ "rollup-plugin-commonjs": "", | ||
| "dependencies": { | ||
| "jquery": "^3.4.1", | ||
| "jquery-ui": "^1.13.3", | ||
| "jquery": "^3.7.1 || ^4.0.0", | ||
| "jquery-ui": "^1.14.2", | ||
| "jquery-ujs": "^1.2.2" | ||
| } | ||
| } |
@@ -14,4 +14,7 @@ (($) => { | ||
| input.datepicker($.extend(defaults, options)); | ||
| // See https://github.com/jquery/jquery-ui/issues/2385 | ||
| input.datepicker('show'); | ||
| }); | ||
| })(jQuery); |
99031
0.15%1056
0.28%+ Added
- Removed
Updated
Updated