|
28 | 28 | "@babel/core": "^7.7.0",
|
29 | 29 | "@babel/plugin-syntax-dynamic-import": "^7.0.0",
|
30 | 30 | "@babel/preset-env": "^7.10.0",
|
31 |
| - "assets-webpack-plugin": "^5.1.1", |
| 31 | + "assets-webpack-plugin": "^7.0.0", |
32 | 32 | "babel-loader": "^8.0.0",
|
33 | 33 | "chalk": "^4.0.0",
|
34 | 34 | "clean-webpack-plugin": "^3.0.0",
|
35 | 35 | "css-loader": "^5.0.1",
|
36 | 36 | "css-minimizer-webpack-plugin": "^1.1.5",
|
37 |
| - "fast-levenshtein": "^2.0.6", |
| 37 | + "fast-levenshtein": "^3.0.0", |
38 | 38 | "friendly-errors-webpack-plugin": "^2.0.0-beta.1",
|
39 | 39 | "loader-utils": "^2.0.0",
|
40 | 40 | "mini-css-extract-plugin": "^1.0.0",
|
41 | 41 | "pkg-up": "^3.1.0",
|
42 |
| - "pretty-error": "^2.1.1", |
| 42 | + "pretty-error": "^3.0.3", |
43 | 43 | "resolve-url-loader": "^3.1.2",
|
44 | 44 | "semver": "^7.3.2",
|
45 | 45 | "style-loader": "^2.0.0",
|
46 |
| - "terser-webpack-plugin": "^4.2.3", |
| 46 | + "terser-webpack-plugin": "^5.1.1", |
47 | 47 | "tmp": "^0.2.1",
|
48 | 48 | "webpack": "^5.12",
|
49 | 49 | "webpack-cli": "^4",
|
50 |
| - "webpack-dev-server": "^3.1.14", |
| 50 | + "webpack-dev-server": "^4.0.0-beta.0", |
51 | 51 | "webpack-manifest-plugin": "^3",
|
52 |
| - "webpack-sources": "^1.3.0", |
53 |
| - "webpack-virtual-modules": "^0.2.2", |
54 |
| - "yargs-parser": "^18.1.3" |
| 52 | + "yargs-parser": "^20.2.4" |
55 | 53 | },
|
56 | 54 | "devDependencies": {
|
57 | 55 | "@babel/plugin-proposal-class-properties": "^7.0.0",
|
|
63 | 61 | "@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
|
64 | 62 | "@vue/babel-preset-jsx": "^1.0.0",
|
65 | 63 | "@vue/compiler-sfc": "^3.0.2",
|
66 |
| - "autoprefixer": "^8.5.0", |
| 64 | + "autoprefixer": "^10.2.0", |
67 | 65 | "babel-eslint": "^10.0.1",
|
68 | 66 | "chai": "^4.2.0",
|
69 | 67 | "chai-fs": "^2.0.0",
|
70 | 68 | "chai-subset": "^1.6.0",
|
71 | 69 | "core-js": "^3.0.0",
|
72 | 70 | "eslint": "^6.0.0 || ^7.0.0",
|
73 | 71 | "eslint-loader": "^4.0.0",
|
74 |
| - "eslint-plugin-header": "^1.0.0", |
| 72 | + "eslint-plugin-header": "^3.0.0", |
75 | 73 | "eslint-plugin-import": "^2.8.0",
|
76 |
| - "eslint-plugin-node": "^8.0.1", |
| 74 | + "eslint-plugin-node": "^11.1.0", |
77 | 75 | "file-loader": "^6.0.0",
|
78 |
| - "fork-ts-checker-webpack-plugin": "^4.0.0", |
| 76 | + "fork-ts-checker-webpack-plugin": "^5.0.0 || ^6.0.0", |
79 | 77 | "fs-extra": "^9.0.0",
|
80 | 78 | "handlebars": "^4.0.11",
|
81 | 79 | "handlebars-loader": "^1.7.0",
|
82 | 80 | "http-server": "^0.12.3",
|
83 | 81 | "less": "^4.0.0",
|
84 | 82 | "less-loader": "^7.0.0",
|
85 |
| - "mocha": "^7.1.2", |
| 83 | + "mocha": "^8.2.1", |
| 84 | + "postcss": "^8.1.0", |
86 | 85 | "postcss-loader": "^4.0.0",
|
87 |
| - "preact": "^8.2.1", |
| 86 | + "preact": "^8.2.1 || ^10.0.0", |
88 | 87 | "preact-compat": "^3.17.0",
|
89 | 88 | "sass": "^1.17.0",
|
90 | 89 | "sass-loader": "^9.0.1 || ^10.0.0",
|
91 | 90 | "sinon": "^9.0.2",
|
92 | 91 | "stimulus": "^2.0.0",
|
93 | 92 | "strip-ansi": "^6.0.0",
|
94 | 93 | "stylus": "^0.54.5",
|
95 |
| - "stylus-loader": "^3.0.2", |
| 94 | + "stylus-loader": "^3.0.2 || ^4.0.0", |
96 | 95 | "ts-loader": "^8.0.1",
|
97 | 96 | "typescript": ">=3.6.3",
|
98 | 97 | "vue": "^3.0.2",
|
|
0 commit comments