Skip to content

Commit

Permalink
Update JS deps
Browse files Browse the repository at this point in the history
Resolves #4183
  • Loading branch information
brandonkelly committed Apr 26, 2019
1 parent dd8d676 commit 7feb320
Show file tree
Hide file tree
Showing 43 changed files with 97 additions and 107 deletions.
1 change: 1 addition & 0 deletions CHANGELOG-v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

### Changed
- Craft now registers its project config event handlers before loading plugins. ([#3943](https://github.com/craftcms/cms/issues/3943))
- The Control Panel now uses jQuery 3.4.0. ([#4183](https://github.com/craftcms/cms/issues/4183))

### Fixed
- Fixed an error where rebuilding the project config would not typecast the `propagateEntries` and `enableVersioning` section settings correctly. ([#3695](https://github.com/craftcms/cms/issues/3695))
Expand Down
2 changes: 1 addition & 1 deletion lib/axios/axios.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/axios/axios.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/bootstrap/js/bootstrap.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/bootstrap/js/bootstrap.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/d3/d3.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/d3/d3.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/element-resize-detector/element-resize-detector.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/element-resize-detector/element-resize-detector.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/fabric/fabric.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/fabric/fabric.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/fileupload/jquery.fileupload.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/fileupload/jquery.fileupload.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/garnishjs/garnish.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/garnishjs/garnish.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/inputmask/jquery.inputmask.bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/inputmask/jquery.inputmask.bundle.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/jquery/jquery.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/jquery/jquery.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/picturefill/picturefill.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/picturefill/picturefill.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/selectize/selectize.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/selectize/selectize.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/timepicker/jquery.timepicker.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/timepicker/jquery.timepicker.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/velocity/velocity.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/velocity/velocity.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/vue-autosuggest/vue-autosuggest.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/vue-autosuggest/vue-autosuggest.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/vue-router/vue-router.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/vue-router/vue-router.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/vue/vue.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/vue/vue.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/vue/vue.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/vue/vue.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/vuex/vuex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/vuex/vuex.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/xregexp/xregexp-all.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/xregexp/xregexp-all.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/yii2-pjax/jquery.pjax.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/yii2-pjax/jquery.pjax.js.map

Large diffs are not rendered by default.

121 changes: 55 additions & 66 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.1",
"inputmask": "~3.2.2 || ~3.3.5",
"jquery": "3.3.* || 3.2.* || 3.1.* || 2.2.* || 2.1.* || 1.11.* || 1.12.*",
"jquery": "^3.4.0",
"jquery.payment": "^3.0.0",
"picturefill": "^3.0.3",
"punycode": "1.3.*",
Expand Down

0 comments on commit 7feb320

Please sign in to comment.