|
30 | 30 | "url": "https://github.com/leezng/vue-json-pretty/issues"
|
31 | 31 | },
|
32 | 32 | "devDependencies": {
|
33 |
| - "@babel/core": "^7.12.3", |
34 |
| - "@babel/plugin-transform-runtime": "^7.12.1", |
35 |
| - "@babel/preset-env": "^7.12.1", |
36 |
| - "@babel/preset-typescript": "^7.12.1", |
37 |
| - "@typescript-eslint/eslint-plugin": "^4.7.0", |
38 |
| - "@typescript-eslint/parser": "^4.7.0", |
39 |
| - "@vue/babel-plugin-jsx": "^1.0.0-rc.4", |
40 |
| - "@vue/compiler-sfc": "^3.0.4", |
| 33 | + "@babel/core": "^7.14.6", |
| 34 | + "@babel/plugin-transform-runtime": "^7.14.5", |
| 35 | + "@babel/preset-env": "^7.14.7", |
| 36 | + "@babel/preset-typescript": "^7.14.5", |
| 37 | + "@typescript-eslint/eslint-plugin": "^4.28.0", |
| 38 | + "@typescript-eslint/parser": "^4.28.0", |
| 39 | + "@vue/babel-plugin-jsx": "^1.0.6", |
| 40 | + "@vue/compiler-sfc": "^3.1.2", |
41 | 41 | "@vue/eslint-config-typescript": "^7.0.0",
|
42 |
| - "autoprefixer": "^10.0.1", |
43 |
| - "babel-loader": "^8.1.0", |
44 |
| - "chalk": "^4.1.0", |
| 42 | + "autoprefixer": "^10.2.6", |
| 43 | + "babel-loader": "^8.2.2", |
| 44 | + "chalk": "^4.1.1", |
45 | 45 | "clean-webpack-plugin": "^3.0.0",
|
46 | 46 | "connect-history-api-fallback": "^1.3.0",
|
47 |
| - "copy-webpack-plugin": "^6.0.2", |
48 |
| - "cross-env": "^7.0.2", |
| 47 | + "copy-webpack-plugin": "^6.4.1", |
| 48 | + "cross-env": "^7.0.3", |
49 | 49 | "cross-spawn": "^7.0.3",
|
50 |
| - "css-loader": "^5.0.0", |
51 |
| - "cssnano": "^4.1.10", |
| 50 | + "css-loader": "^5.2.6", |
| 51 | + "cssnano": "^4.1.11", |
52 | 52 | "cypress": "^5.5.0",
|
53 |
| - "eslint": "^7.3.1", |
54 |
| - "eslint-plugin-vue": "^7.1.0", |
55 |
| - "eslint-webpack-plugin": "^2.3.0", |
| 53 | + "eslint": "^7.29.0", |
| 54 | + "eslint-plugin-vue": "^7.11.1", |
| 55 | + "eslint-webpack-plugin": "^2.5.4", |
56 | 56 | "eventsource-polyfill": "^0.9.6",
|
57 | 57 | "express": "^4.17.1",
|
58 | 58 | "file-loader": "^6.0.0",
|
59 | 59 | "friendly-errors-webpack-plugin": "^1.7.0",
|
60 |
| - "html-webpack-plugin": "^4.3.0", |
61 |
| - "http-proxy-middleware": "^1.0.6", |
62 |
| - "less": "^3.11.3", |
63 |
| - "less-loader": "^7.0.2", |
64 |
| - "mini-css-extract-plugin": "^1.2.1", |
65 |
| - "open": "^7.3.0", |
66 |
| - "optimize-css-assets-webpack-plugin": "^5.0.3", |
67 |
| - "prettier": "^2.1.2", |
| 60 | + "html-webpack-plugin": "^4.5.2", |
| 61 | + "http-proxy-middleware": "^1.3.1", |
| 62 | + "less": "^3.13.1", |
| 63 | + "less-loader": "^7.3.0", |
| 64 | + "mini-css-extract-plugin": "^1.6.0", |
| 65 | + "open": "^7.4.2", |
| 66 | + "optimize-css-assets-webpack-plugin": "^5.0.7", |
| 67 | + "prettier": "^2.3.1", |
68 | 68 | "selenium-server": "^3.0.1",
|
69 |
| - "semver": "^7.3.2", |
| 69 | + "semver": "^7.3.5", |
70 | 70 | "shelljs": "^0.8.4",
|
71 |
| - "typescript": "^4.0.5", |
| 71 | + "typescript": "^4.3.4", |
72 | 72 | "url-loader": "^4.1.0",
|
73 |
| - "vue": "^3.0.4", |
74 |
| - "vue-loader": "^16.0.0-rc.1", |
75 |
| - "vue-style-loader": "^4.1.2", |
76 |
| - "webpack": "^5.3.0", |
| 73 | + "vue": "^3.1.2", |
| 74 | + "vue-loader": "^16.2.0", |
| 75 | + "vue-style-loader": "^4.1.3", |
| 76 | + "webpack": "^5.40.0", |
77 | 77 | "webpack-bundle-analyzer": "^3.8.0",
|
78 |
| - "webpack-dev-middleware": "^3.7.2", |
| 78 | + "webpack-dev-middleware": "^3.7.3", |
79 | 79 | "webpack-hot-middleware": "^2.25.0",
|
80 |
| - "webpack-merge": "^5.2.0" |
| 80 | + "webpack-merge": "^5.8.0" |
81 | 81 | },
|
82 | 82 | "engines": {
|
83 | 83 | "node": ">= 10.0.0",
|
|
92 | 92 | "lib",
|
93 | 93 | "types"
|
94 | 94 | ],
|
| 95 | + "peerDependencies": { |
| 96 | + "vue": ">=3.0.0" |
| 97 | + }, |
95 | 98 | "dependencies": {}
|
96 | 99 | }
|
0 commit comments