Skip to content

Commit

Permalink
portal: fix some npm deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Jul 22, 2021
1 parent 04dec57 commit c5d0c0f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
5 changes: 2 additions & 3 deletions mpcontribs-portal/mpcontribs/portal/assets/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,8 @@ $checkradio-focus: none;
@import "~bulma/bulma";
@import "~bulma/sass/utilities/mixins";
@import "~bulma-tooltip/src/sass/index";
@import "~bulma-extensions/bulma-checkradio/src/sass/index";
@import "~bulma-extensions/bulma-tagsinput/src/sass/index";
@import "~bulma-extensions/bulma-switch/src/sass/index";
@import "~bulma-checkradio/src/sass/index";
@import "~bulma-tagsinput/src/sass/index";
@import "~highlight.js/styles/stackoverflow-dark";
@import "select2";

Expand Down
2 changes: 1 addition & 1 deletion mpcontribs-portal/mpcontribs/portal/assets/js/apply.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import 'jquery-form';
import 'jquery-validation';
import 'czmore';
import * as bulmaTagsinput from 'bulma-extensions/bulma-tagsinput/dist/js/bulma-tagsinput';
import * as bulmaTagsinput from 'bulma-tagsinput/dist/js/bulma-tagsinput';

function prepareRequest(formData, jqForm, options) {
$('#apply-button').addClass('is-loading');
Expand Down
3 changes: 2 additions & 1 deletion mpcontribs-portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"babel-loader": "^8.2.2",
"babel-plugin-lodash": "^3.3.4",
"bulma": "^0.9.2",
"bulma-extensions": "^6.2.7",
"bulma-checkradio": "^1.1.1",
"bulma-tagsinput": "^2.0.0",
"bulma-tooltip": "^3.0.2",
"clean-webpack-plugin": "^3.0.0",
"compression-webpack-plugin": "^8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion mpcontribs-portal/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ module.exports = {
"jquery": 'jquery/src/jquery',
"jquery-validation": 'jquery-validation/dist/jquery.validate',
"jquery-form": 'jquery-form/src/jquery.form',
"czmore": 'js/jquery.czMore-latest',
"czmore": 'czmore/js/jquery.czMore-latest',
"typy": 'typy/lib/index',
"underscore": 'underscore/underscore',
"lunr": 'lunr.js/lunr',
Expand Down

0 comments on commit c5d0c0f

Please sign in to comment.