Skip to content

Commit 8255f85

Browse files
committed
update dependencies
1 parent f27944c commit 8255f85

File tree

3 files changed

+3123
-3080
lines changed

3 files changed

+3123
-3080
lines changed

packages/example/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"lint": "eslint --ext .js,.ts src"
88
},
99
"dependencies": {
10-
"github-markdown-css": "^3.0.1",
10+
"github-markdown-css": "^4.0.0",
1111
"prism-themes": "^1.1.0",
1212
"vue": "^2.6.10"
1313
},
@@ -17,18 +17,18 @@
1717
"@tianyong90/vue-markdown-loader": "^0.1.5",
1818
"babel-loader": "^8.0.5",
1919
"babel-plugin-syntax-dynamic-import": "^6.18.0",
20-
"css-loader": "^3.0.0",
21-
"html-loader": "^0.5.5",
22-
"html-webpack-plugin": "^3.2.0",
20+
"css-loader": "^5.0.0",
21+
"html-loader": "^1.3.2",
22+
"html-webpack-plugin": "^4.5.0",
2323
"node-sass": "^4.11.0",
24-
"sass-loader": "^8.0.0",
25-
"style-loader": "^1.0.0",
24+
"sass-loader": "^10.0.4",
25+
"style-loader": "^2.0.0",
2626
"uglifyjs-webpack-plugin": "^2.1.2",
2727
"vue-loader": "^15.7.0",
2828
"vue-style-loader": "^4.1.2",
2929
"vue-template-compiler": "^2.6.10",
30-
"webpack": "^4.30.0",
31-
"webpack-cli": "^3.3.1",
30+
"webpack": "^5.2.0",
31+
"webpack-cli": "^4.1.0",
3232
"webpack-dev-server": "^3.3.1"
3333
}
3434
}

packages/vue-markdown-loader/package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -25,48 +25,48 @@
2525
"test": "jest --config=jest.config.js"
2626
},
2727
"dependencies": {
28-
"chalk": "^2.4.2",
28+
"chalk": "^4.1.0",
2929
"diacritics": "^1.3.0",
3030
"escape-html": "^1.0.3",
3131
"gray-matter": "^4.0.2",
3232
"hash-sum": "^2.0.0",
33-
"highlight.js": "^9.15.6",
34-
"loader-utils": "^1.2.3",
35-
"lru-cache": "^5.1.1",
36-
"markdown-it": "^10.0.0",
37-
"markdown-it-anchor": "^5.0.2",
33+
"highlight.js": "^10.3.1",
34+
"loader-utils": "^2.0.0",
35+
"lru-cache": "^6.0.0",
36+
"markdown-it": "^12.0.2",
37+
"markdown-it-anchor": "^6.0.0",
3838
"markdown-it-chain": "^1.3.0",
39-
"markdown-it-container": "^2.0.0",
40-
"markdown-it-emoji": "^1.4.0",
39+
"markdown-it-container": "^3.0.0",
40+
"markdown-it-emoji": "^2.0.0",
4141
"markdown-it-table-of-contents": "^0.4.3",
4242
"prismjs": "^1.16.0",
4343
"toml": "^3.0.0"
4444
},
4545
"devDependencies": {
4646
"@babel/core": "^7.4.3",
4747
"@babel/preset-env": "^7.4.3",
48-
"@types/jest": "^24.0.11",
49-
"@types/loader-utils": "^1.1.3",
50-
"@types/node": "^12.6.1",
51-
"@typescript-eslint/eslint-plugin": "^2.0.0",
52-
"@typescript-eslint/parser": "^2.0.0",
48+
"@types/jest": "^26.0.15",
49+
"@types/loader-utils": "^2.0.1",
50+
"@types/node": "^14.14.3",
51+
"@typescript-eslint/eslint-plugin": "^4.5.0",
52+
"@typescript-eslint/parser": "^4.5.0",
5353
"babel-loader": "^8.0.5",
54-
"eslint": "^6.3.0",
54+
"eslint": "^7.12.0",
5555
"eslint-config-prettier": "^6.0.0",
56-
"eslint-config-standard": "^14.1.0",
56+
"eslint-config-standard": "^15.0.0",
5757
"eslint-friendly-formatter": "^4.0.1",
58-
"eslint-loader": "^3.0.0",
58+
"eslint-loader": "^4.0.2",
5959
"eslint-plugin-import": "^2.9.0",
60-
"eslint-plugin-jest": "^23.0.2",
61-
"eslint-plugin-node": "^10.0.0",
60+
"eslint-plugin-jest": "^24.1.0",
61+
"eslint-plugin-node": "^11.1.0",
6262
"eslint-plugin-prettier": "^3.0.1",
6363
"eslint-plugin-promise": "^4.0.0",
6464
"eslint-plugin-standard": "^4.0.0",
65-
"jest": "^24.7.1",
66-
"nodemon": "^1.19.1",
67-
"prettier": "^1.14.3",
68-
"ts-jest": "^24.0.2",
69-
"ts-node": "^8.2.0"
65+
"jest": "^26.6.1",
66+
"nodemon": "^2.0.6",
67+
"prettier": "^2.1.2",
68+
"ts-jest": "^26.4.2",
69+
"ts-node": "^9.0.0"
7070
},
7171
"gitHead": "9ecee0ce0a6a37d59a273bc0c91584e9e2a70dfd"
7272
}

0 commit comments

Comments
 (0)