Skip to content

Commit c2ad796

Browse files
committed
Updated dependencies
1 parent cca16b4 commit c2ad796

File tree

2 files changed

+15
-16
lines changed

2 files changed

+15
-16
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,22 @@
3131
"type": "package"
3232
},
3333
"devDependencies": {
34-
"@babel/core": "^7.2.2",
35-
"@babel/plugin-transform-runtime": "^7.2.0",
36-
"@babel/preset-env": "^7.2.3",
37-
"@babel/runtime": "^7.2.0",
34+
"@babel/core": "^7.5.5",
35+
"@babel/plugin-transform-runtime": "^7.5.5",
36+
"@babel/preset-env": "^7.5.5",
37+
"@babel/runtime": "^7.5.5",
3838
"@osjs/eslint-config": "^1.0.0",
3939
"@osjs/gui": "^4.0.25",
40-
"babel-loader": "^8.0.4",
41-
"copy-webpack-plugin": "^4.6.0",
42-
"css-loader": "^2.1.0",
43-
"eslint": "^5.11.1",
44-
"hyperapp": "^1.2.9",
45-
"mini-css-extract-plugin": "^0.5.0",
46-
"node-sass": "^4.11.0",
47-
"optimize-css-assets-webpack-plugin": "^5.0.1",
48-
"sass-loader": "^7.1.0",
49-
"webpack": "^4.28.2",
50-
"webpack-cli": "^3.1.2"
40+
"babel-loader": "^8.0.6",
41+
"copy-webpack-plugin": "^5.0.4",
42+
"css-loader": "^3.2.0",
43+
"eslint": "^6.2.2",
44+
"hyperapp": "^1.2.10",
45+
"mini-css-extract-plugin": "^0.8.0",
46+
"node-sass": "^4.12.0",
47+
"optimize-css-assets-webpack-plugin": "^5.0.3",
48+
"sass-loader": "^8.0.0",
49+
"webpack": "^4.39.3",
50+
"webpack-cli": "^3.3.7"
5151
}
5252
}

webpack.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ module.exports = {
5656
{
5757
loader: 'sass-loader',
5858
options: {
59-
minimize,
6059
sourceMap: true
6160
}
6261
}

0 commit comments

Comments
 (0)