Skip to content

Commit

Permalink
[TASK] Update frontend stack
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Jan 16, 2020
1 parent 8b12146 commit 49eb77b
Show file tree
Hide file tree
Showing 6 changed files with 577 additions and 390 deletions.
9 changes: 2 additions & 7 deletions Resources/Public/JavaScript/Datatables.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions Resources/Public/JavaScript/Datatables.js.LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/*! DataTables 1.10.20
* ©2008-2019 SpryMedia Ltd - datatables.net/license
*/

/*! DataTables Bootstrap 3 integration
* ©2011-2015 SpryMedia Ltd - datatables.net/license
*/
2 changes: 1 addition & 1 deletion Resources/Public/JavaScript/MassUpdate.js

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

2 changes: 1 addition & 1 deletion Resources/Public/JavaScript/SetupWizard.js

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

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@
"last 2 versions"
],
"devDependencies": {
"autoprefixer": "^9.6.1",
"css-loader": "^3.2.0",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.12.0",
"autoprefixer": "^9.7.4",
"css-loader": "^3.4.2",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.13.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0",
"sass-loader": "^7.3.1",
"terser-webpack-plugin": "^1.4.1",
"webpack": "^4.39.2",
"sass-loader": "^8.0.2",
"terser-webpack-plugin": "^2.3.2",
"webpack": "^4.41.5",
"webpack-command": "^0.5.0",
"webpack-fix-style-only-entries": "^0.3.0"
"webpack-fix-style-only-entries": "^0.4.0"
},
"dependencies": {
"datatables.net": "^1.10.19",
"datatables.net-bs": "^1.10.19"
"datatables.net": "^1.10.20",
"datatables.net-bs": "^1.10.20"
}
}
Loading

0 comments on commit 49eb77b

Please sign in to comment.