|
1 | 1 | {
|
2 | 2 | "name": "jest-serializer-vue-tjw",
|
3 | 3 | "description": "A superb jest serializer for Vue snapshots",
|
4 |
| - "version": "3.14.0", |
| 4 | + "version": "3.15.0", |
5 | 5 | "main": "index.js",
|
6 | 6 | "scripts": {
|
7 | 7 | "lint": "eslint --ext .js,.vue .",
|
|
18 | 18 | ],
|
19 | 19 | "dependencies": {
|
20 | 20 | "cheerio": "^1.0.0-rc.3",
|
21 |
| - "htmlparser2": "^4.1.0", |
22 |
| - "js-beautify": "^1.11.0", |
| 21 | + "htmlparser2": "^5.0.0", |
| 22 | + "js-beautify": "^1.13.0", |
23 | 23 | "lodash.clonedeep": "^4.5.0"
|
24 | 24 | },
|
25 | 25 | "devDependencies": {
|
26 |
| - "@babel/preset-env": "^7.9.5", |
| 26 | + "@babel/preset-env": "^7.12.1", |
27 | 27 | "@vue/test-utils": "^1.0.0-beta.33",
|
28 | 28 | "babel-core": "7.0.0-bridge.0",
|
29 | 29 | "babel-eslint": "^10.1.0",
|
30 |
| - "babel-jest": "^25.4.0", |
31 |
| - "coveralls": "^3.0.11", |
32 |
| - "eslint": "^6.8.0", |
| 30 | + "babel-jest": "^26.5.2", |
| 31 | + "coveralls": "^3.1.0", |
| 32 | + "eslint": "^7.11.0", |
33 | 33 | "eslint-config-tjw-base": "^1.0.0",
|
34 | 34 | "eslint-config-tjw-jest": "^1.0.0",
|
35 | 35 | "eslint-config-tjw-vue": "^2.0.0",
|
36 |
| - "eslint-plugin-jsdoc": "^24.0.0", |
37 |
| - "eslint-plugin-vue": "^6.2.2", |
| 36 | + "eslint-plugin-jsdoc": "^30.6.5", |
| 37 | + "eslint-plugin-vue": "^7.0.1", |
38 | 38 | "jest": "24.9.0",
|
39 |
| - "vue": "^2.6.11", |
40 |
| - "vue-good-table": "^2.19.1", |
41 |
| - "vue-jest": "^3.0.5", |
42 |
| - "vue-template-compiler": "^2.6.11" |
| 39 | + "vue": "^2.6.12", |
| 40 | + "vue-good-table": "^2.21.0", |
| 41 | + "vue-jest": "^3.0.7", |
| 42 | + "vue-template-compiler": "^2.6.12" |
43 | 43 | },
|
44 | 44 | "repository": {
|
45 | 45 | "type": "git",
|
|
0 commit comments