Skip to content

Commit 48fcfd4

Browse files
committed
bump up dependencies
1 parent 786e197 commit 48fcfd4

File tree

5 files changed

+1258
-1139
lines changed

5 files changed

+1258
-1139
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
]
2222
},
2323
"devDependencies": {
24-
"husky": "^2.3.0",
24+
"husky": "^3.0.0",
2525
"inquirer": "^6.3.1",
2626
"lerna": "^3.14.1",
27-
"lint-staged": "^8.1.7",
27+
"lint-staged": "^9.1.0",
2828
"listr": "^0.14.3",
2929
"prettier": "^1.17.1"
3030
},

packages/example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"@tianyong90/vue-markdown-loader": "^0.1.1",
1717
"babel-loader": "^8.0.5",
1818
"babel-plugin-syntax-dynamic-import": "^6.18.0",
19-
"clean-webpack-plugin": "^2.0.1",
20-
"css-loader": "^2.1.1",
19+
"clean-webpack-plugin": "^3.0.0",
20+
"css-loader": "^3.0.0",
2121
"html-webpack-plugin": "^3.2.0",
2222
"node-sass": "^4.11.0",
2323
"sass-loader": "^7.1.0",

packages/example/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const path = require('path');
33

44
const UglifyJSPlugin = require('uglifyjs-webpack-plugin');
55
const HtmlWebpackPlugin = require('html-webpack-plugin')
6-
const CleanWebpackPlugin = require('clean-webpack-plugin')
6+
const { CleanWebpackPlugin } = require('clean-webpack-plugin')
77
const VueLoaderPlugin = require('vue-loader/lib/plugin')
88

99
module.exports = {

packages/vue-markdown-loader/package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
"diacritics": "^1.3.0",
3030
"escape-html": "^1.0.3",
3131
"gray-matter": "^4.0.2",
32-
"hash-sum": "^1.0.2",
32+
"hash-sum": "^2.0.0",
3333
"highlight.js": "^9.15.6",
3434
"loader-utils": "^1.2.3",
3535
"lru-cache": "^5.1.1",
36-
"markdown-it": "^8.4.2",
36+
"markdown-it": "^9.0.0",
3737
"markdown-it-anchor": "^5.0.2",
3838
"markdown-it-chain": "^1.3.0",
3939
"markdown-it-container": "^2.0.0",
@@ -47,12 +47,12 @@
4747
"@babel/preset-env": "^7.4.3",
4848
"@types/jest": "^24.0.11",
4949
"@types/loader-utils": "^1.1.3",
50-
"@types/node": "^11.13.7",
50+
"@types/node": "^12.6.1",
5151
"@typescript-eslint/eslint-plugin": "^1.3.0",
5252
"@typescript-eslint/parser": "^1.3.0",
5353
"babel-loader": "^8.0.5",
54-
"eslint": "^5.16.0",
55-
"eslint-config-prettier": "^4.2.0",
54+
"eslint": "^6.0.1",
55+
"eslint-config-prettier": "^6.0.0",
5656
"eslint-config-standard": "^12.0.0",
5757
"eslint-friendly-formatter": "^4.0.1",
5858
"eslint-loader": "^2.1.2",
@@ -62,9 +62,8 @@
6262
"eslint-plugin-prettier": "^3.0.1",
6363
"eslint-plugin-promise": "^4.0.0",
6464
"eslint-plugin-standard": "^4.0.0",
65-
"execa": "^1.0.0",
65+
"execa": "^2.0.3",
6666
"jest": "^24.7.1",
67-
"lint-staged": "^8.0.4",
6867
"listr": "^0.14.1",
6968
"nodemon": "^1.19.1",
7069
"prettier": "^1.14.3",

0 commit comments

Comments
 (0)