|
35 | 35 | }, |
36 | 36 | "dependencies": { |
37 | 37 | "@babel/core": "^7.13.16", |
38 | | - "@babel/plugin-proposal-class-properties": "^7.13.0", |
39 | 38 | "@babel/plugin-proposal-decorators": "^7.13.15", |
40 | | - "@babel/plugin-proposal-object-rest-spread": "^7.13.8", |
41 | | - "@babel/plugin-syntax-dynamic-import": "^7.8.3", |
42 | 39 | "@babel/plugin-transform-object-assign": "^7.12.13", |
43 | 40 | "@babel/plugin-transform-react-jsx": "^7.13.12", |
44 | 41 | "@babel/preset-env": "^7.13.15", |
45 | 42 | "@babel/preset-typescript": "^7.13.0", |
46 | 43 | "@preact/async-loader": "^3.0.1", |
47 | 44 | "@prefresh/babel-plugin": "^0.4.1", |
48 | 45 | "@prefresh/webpack": "^3.2.2", |
49 | | - "@types/webpack": "^4.38.0", |
50 | 46 | "autoprefixer": "^10.4.7", |
51 | | - "babel-esm-plugin": "^0.9.0", |
52 | 47 | "babel-loader": "^8.2.5", |
53 | 48 | "babel-plugin-macros": "^3.1.0", |
54 | 49 | "babel-plugin-transform-react-remove-prop-types": "^0.4.24", |
55 | 50 | "browserslist": "^4.20.3", |
56 | | - "compression-webpack-plugin": "^6.1.1", |
| 51 | + "compression-webpack-plugin": "^9.2.0", |
57 | 52 | "console-clear": "^1.0.0", |
58 | | - "copy-webpack-plugin": "^6.4.0", |
| 53 | + "copy-webpack-plugin": "^9.1.0", |
59 | 54 | "critters-webpack-plugin": "^3.0.2", |
60 | 55 | "cross-spawn-promise": "^0.10.1", |
61 | | - "css-loader": "^5.2.7", |
| 56 | + "css-loader": "^6.6.0", |
| 57 | + "css-minimizer-webpack-plugin": "3.4.1", |
62 | 58 | "dotenv": "^16.0.0", |
63 | 59 | "ejs-loader": "^0.5.0", |
64 | 60 | "envinfo": "^7.8.1", |
65 | 61 | "esm": "^3.2.25", |
66 | | - "file-loader": "^6.2.0", |
67 | | - "fork-ts-checker-webpack-plugin": "^4.0.4", |
| 62 | + "fork-ts-checker-webpack-plugin": "^7.1.1", |
68 | 63 | "get-port": "^5.0.0", |
69 | 64 | "gittar": "^0.1.0", |
70 | 65 | "glob": "^8.0.3", |
71 | | - "html-webpack-plugin": "^4.5.2", |
| 66 | + "html-webpack-plugin": "^5.5.0", |
72 | 67 | "html-webpack-skip-assets-plugin": "1.0.3", |
73 | 68 | "ip": "^1.1.8", |
74 | 69 | "isomorphic-unfetch": "^3.1.0", |
75 | 70 | "kleur": "^4.1.4", |
76 | | - "loader-utils": "^2.0.0", |
77 | | - "mini-css-extract-plugin": "^1.6.2", |
| 71 | + "mini-css-extract-plugin": "^2.5.3", |
78 | 72 | "minimatch": "^3.0.3", |
79 | 73 | "native-url": "0.3.4", |
80 | | - "optimize-css-assets-webpack-plugin": "^6.0.1", |
| 74 | + "optimize-plugin": "^1.3.0", |
81 | 75 | "ora": "^5.4.1", |
82 | | - "pnp-webpack-plugin": "^1.7.0", |
83 | 76 | "postcss": "^8.4.13", |
84 | 77 | "postcss-load-config": "^3.1.4", |
85 | | - "postcss-loader": "^4.2.0", |
| 78 | + "postcss-loader": "^6.2.1", |
86 | 79 | "progress-bar-webpack-plugin": "^2.1.0", |
87 | 80 | "promise-polyfill": "^8.2.3", |
88 | 81 | "prompts": "^2.4.2", |
89 | | - "raw-loader": "^4.0.2", |
90 | | - "react-refresh": "0.10.0", |
| 82 | + "react-refresh": "0.11.0", |
91 | 83 | "rimraf": "^3.0.2", |
92 | 84 | "sade": "^1.8.1", |
93 | | - "size-plugin": "^3.0.0", |
| 85 | + "size-plugin": "^2.0.2", |
94 | 86 | "source-map": "^0.7.2", |
95 | 87 | "source-map-loader": "^1.1.1", |
96 | 88 | "stack-trace": "0.0.10", |
97 | | - "style-loader": "^2.0.0", |
98 | | - "terser-webpack-plugin": "^4.2.3", |
99 | | - "typescript": "~4.6.4", |
| 89 | + "style-loader": "^3.3.1", |
| 90 | + "terser-webpack-plugin": "^5.3.0", |
| 91 | + "typescript": "^4.6.4", |
100 | 92 | "update-notifier": "^5.1.0", |
101 | | - "url-loader": "^4.1.1", |
102 | 93 | "validate-npm-package-name": "^4.0.0", |
103 | | - "webpack": "^4.44.2", |
| 94 | + "webpack": "^5.67.0", |
104 | 95 | "webpack-bundle-analyzer": "^4.5.0", |
105 | 96 | "webpack-dev-server": "^4.9.0", |
106 | | - "webpack-fix-style-only-entries": "^0.6.1", |
107 | | - "webpack-manifest-plugin": "^4.1.1", |
| 97 | + "webpack-manifest-plugin": "^5.0.0", |
108 | 98 | "webpack-merge": "^5.8.0", |
109 | 99 | "webpack-plugin-replace": "^1.2.0", |
| 100 | + "webpack-remove-empty-scripts": "^0.7.2", |
110 | 101 | "which": "^2.0.2", |
111 | 102 | "workbox-cacheable-response": "^6.5.3", |
112 | 103 | "workbox-core": "^6.5.3", |
|
120 | 111 | "@types/jest": "^24.9.1", |
121 | 112 | "html-looks-like": "^1.0.2", |
122 | 113 | "jest": "^24.9.0", |
123 | | - "less": "^4.1.1", |
124 | | - "less-loader": "^7.3.0", |
| 114 | + "less": "^4.1.3", |
| 115 | + "less-loader": "^10.2.0", |
| 116 | + "ncp": "^2.0.0", |
125 | 117 | "p-retry": "^4.5.0", |
126 | 118 | "polka": "^0.5.2", |
127 | | - "preact": "^10.5.13", |
128 | | - "preact-render-to-string": "^5.1.19", |
| 119 | + "preact": "^10.11.3", |
| 120 | + "preact-render-to-string": "^5.2.6", |
129 | 121 | "preact-router": "^3.0.1", |
130 | | - "puppeteer": "^13.7.0", |
131 | | - "sass": "^1.34.0", |
132 | | - "sass-loader": "^10.2.0", |
133 | | - "shelljs": "^0.8.3", |
| 122 | + "puppeteer": "^17.1.3", |
| 123 | + "sass": "^1.56.1", |
| 124 | + "sass-loader": "^12.4.0", |
| 125 | + "shelljs": "^0.8.5", |
134 | 126 | "sirv": "^1.0.11", |
135 | | - "stylus": "^0.54.8", |
136 | | - "stylus-loader": "^4.3.3" |
| 127 | + "stylus": "^0.59.0", |
| 128 | + "stylus-loader": "^6.2.0" |
137 | 129 | }, |
138 | 130 | "peerDependencies": { |
139 | | - "less-loader": "^7.3.0", |
140 | | - "preact": "*", |
141 | | - "preact-render-to-string": "*", |
142 | | - "sass-loader": "^10.2.0", |
143 | | - "stylus-loader": "^4.3.3" |
| 131 | + "less-loader": "^10.2.0", |
| 132 | + "preact": "^10.0.0", |
| 133 | + "preact-render-to-string": "^5.0.0", |
| 134 | + "sass-loader": "^12.4.0", |
| 135 | + "stylus-loader": "^6.2.0" |
144 | 136 | }, |
145 | 137 | "peerDependenciesMeta": { |
146 | 138 | "less-loader": { |
|
0 commit comments