Skip to content

Commit f47fcfb

Browse files
committed
revert dependabot -_-
1 parent ec09b73 commit f47fcfb

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

mpcontribs-portal/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
"@vizuaalog/bulmajs": "^0.12.2",
2424
"babel-loader": "^10.1.1",
2525
"babel-plugin-lodash": "^3.3.4",
26-
"bulma": "^1.0.4",
27-
"bulma-checkradio": "^2.1.3",
26+
"bulma": "^0.9.4",
27+
"bulma-checkradio": "^1.1.1",
2828
"bulma-tooltip": "^3.0.2",
2929
"clean-webpack-plugin": "^4.0.0",
3030
"compression-webpack-plugin": "^12.0.0",
3131
"core-js": "^3.33.1",
3232
"css-loader": "^7.0.0",
33-
"handsontable": "^18.0.0",
33+
"handsontable": "^13.1.0",
3434
"highlight.js": "^11.9.0",
3535
"imports-loader": "^5.0.0",
3636
"jquery": "^4.0.0",

mpcontribs-portal/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ dependencies = [
2828
"boltons",
2929
"boto3",
3030
"ddtrace==4.3.0",
31-
"django>=3.2,<4.0",
31+
"Django>=3.2,<4.0",
32+
"django-extensions",
3233
"django-settings-file",
3334
"django-webpack4-loader",
3435
"fastnumbers",

mpcontribs-portal/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ module.exports = {
5151
],
5252
extensions: ['.js'],
5353
alias: {
54-
"jquery": 'jquery/src/jquery',
54+
"jquery": 'jquery',
5555
"typy": 'typy/lib/index',
5656
"underscore": 'underscore/underscore',
5757
"lunr": 'lunr.js/lunr',

0 commit comments

Comments
 (0)