Skip to content

Commit

Permalink
MICROBA-654 | Update dependencies in credentials-themes
Browse files Browse the repository at this point in the history
[MICROBA-654]
- Update dependencies
  • Loading branch information
justinhynes committed Nov 20, 2020
1 parent 7cedd68 commit b263730
Show file tree
Hide file tree
Showing 6 changed files with 2,349 additions and 2,387 deletions.
2 changes: 1 addition & 1 deletion edx_credentials_themes/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.35'
__version__ = '0.1.36'

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4,680 changes: 2,320 additions & 2,360 deletions package-lock.json

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@
"devDependencies": {
"@edx/edx-bootstrap": "^1.0.3",
"bi-app-sass": "^1.1.0",
"bootstrap": "^4.2.1",
"css-loader": "^2.1.0",
"file-loader": "^3.0.1",
"bootstrap": "^4.5.3",
"css-loader": "^5.0.1",
"file-loader": "^6.2.0",
"font-awesome": "^4.7.0",
"imports-loader": "^0.8.0",
"jquery": "^3.3.1",
"mini-css-extract-plugin": "^0.5.0",
"node-sass": "^4.11.0",
"popper.js": "^1.14.7",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"url-loader": "^1.1.2",
"webpack": "^4.29.0",
"webpack-cli": "^3.2.1"
"imports-loader": "^1.2.0",
"jquery": "^3.5.1",
"mini-css-extract-plugin": "^1.3.1",
"node-sass": "^4.14.1",
"popper.js": "^1.16.1",
"sass-loader": "^10.1.0",
"style-loader": "^2.0.0",
"url-loader": "^4.1.1",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12"
}
}
8 changes: 5 additions & 3 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,11 @@ function generateConfig(theme) {
{
loader: 'sass-loader',
options: {
includePaths: [
path.join(__dirname, 'node_modules'),
],
sassOptions: {
includePaths: [
path.join(__dirname, 'node_modules'),
],
},
},
},
]
Expand Down

0 comments on commit b263730

Please sign in to comment.