|
1 | 1 | { |
2 | 2 | "name": "html-bundler-webpack-plugin", |
3 | | - "version": "4.1.4", |
| 3 | + "version": "4.2.0", |
4 | 4 | "description": "HTML Bundler Plugin for Webpack renders HTML templates containing source files of scripts, styles, images. Supports template engines: Eta, EJS, Handlebars, Nunjucks, Pug, TwigJS. Alternative to html-webpack-plugin.", |
5 | 5 | "keywords": [ |
6 | 6 | "html", |
|
145 | 145 | "@types/html-minifier-terser": "^7.0.2", |
146 | 146 | "ansis": "3.3.2", |
147 | 147 | "enhanced-resolve": ">=5.7.0", |
148 | | - "eta": "^3.4.1", |
| 148 | + "eta": "^3.5.0", |
149 | 149 | "html-minifier-terser": "^7.2.0" |
150 | 150 | }, |
151 | 151 | "devDependencies": { |
152 | | - "@babel/core": "^7.25.2", |
153 | | - "@babel/preset-env": "^7.25.4", |
| 152 | + "@babel/core": "^7.26.0", |
| 153 | + "@babel/preset-env": "^7.26.0", |
154 | 154 | "@emotion/react": "11.13.0", |
155 | 155 | "@emotion/styled": "11.13.0", |
156 | 156 | "@mui/material": "5.16.7", |
|
160 | 160 | "@test-fixtures/scss": "0.0.7", |
161 | 161 | "@test/html-bundler-webpack-plugin": "file:./", |
162 | 162 | "@test/import-css": "file:./test/fixtures/node_modules/import-css/", |
163 | | - "@types/jest": "^29.5.12", |
164 | | - "@types/react-dom": "^18.3.0", |
| 163 | + "@types/jest": "^29.5.14", |
| 164 | + "@types/react-dom": "^18.3.1", |
165 | 165 | "copy-webpack-plugin": "9.1.0", |
166 | 166 | "css-loader": "^7.1.2", |
167 | 167 | "css-minimizer-webpack-plugin": "^7.0.0", |
168 | | - "cssnano": "^7.0.5", |
| 168 | + "cssnano": "^7.0.6", |
169 | 169 | "ejs": "^3.1.10", |
170 | 170 | "favicons": "7.2.0", |
171 | 171 | "handlebars": "^4.7.8", |
172 | 172 | "handlebars-layouts": "^3.1.4", |
173 | 173 | "jest": "^29.7.0", |
174 | | - "liquidjs": "^10.17.0", |
| 174 | + "liquidjs": "^10.18.0", |
175 | 175 | "markdown-it": "^14.1.0", |
176 | 176 | "mustache": "^4.2.0", |
177 | 177 | "normalize.css": "^8.0.1", |
178 | 178 | "nunjucks": "^3.2.4", |
179 | | - "parse5": "^7.1.2", |
| 179 | + "parse5": "^7.2.1", |
180 | 180 | "postcss-loader": "^8.1.1", |
181 | 181 | "prettier": "^3.3.3", |
182 | 182 | "prismjs": "^1.29.0", |
|
185 | 185 | "react-dom": "18.3.1", |
186 | 186 | "responsive-loader": "^3.1.2", |
187 | 187 | "rtlcss": "^4.3.0", |
188 | | - "sass": "1.77.8", |
189 | | - "sass-loader": "15.0.0", |
| 188 | + "sass": "1.80.6", |
| 189 | + "sass-loader": "16.0.3", |
190 | 190 | "sharp": "^0.33.5", |
191 | 191 | "svgo-loader": "^4.0.0", |
192 | 192 | "ts-loader": "9.5.1", |
193 | 193 | "tsconfig-paths-webpack-plugin": "^4.1.0", |
194 | 194 | "twig": "^1.17.1", |
195 | | - "typescript": "5.5.4", |
196 | | - "vue": "3.5.3", |
| 195 | + "typescript": "5.6.3", |
| 196 | + "vue": "3.5.12", |
197 | 197 | "vue-loader": "^17.4.2", |
198 | | - "webpack": "^5.95.0", |
| 198 | + "webpack": "5.96.1", |
199 | 199 | "webpack-cli": "5.1.4", |
200 | 200 | "webpack-dev-server": "^5.1.0" |
201 | 201 | } |
|
0 commit comments