From 48c18720655027d538fd7ade7dac3349c66aa462 Mon Sep 17 00:00:00 2001 From: edenizk Date: Wed, 23 Jun 2021 21:36:37 +0200 Subject: [PATCH] Update chisel-plugin-static-frontend packages (#500) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit copy-webpack-plugin ^6.0.3 → ^6.4.1 (over version 8.1.1 has a compatibility issue) fs-extra ^9.0.1 → ^10.0.0 globby ^11.0.1 → ^11.0.4 hexo-front-matter ^1.0.0 → ^2.0.0 html-webpack-plugin ^4.3.0 → ^4.5.0 (over version 5 is only works with webpack 5) htmlhint ^0.14.1 → ^0.15.1 js-beautify ^1.11.0 → ^1.14.0 lodash ^4.17.19 → ^4.17.21 marked ^1.1.0 → ^2.1.2 nedb-promises ^4.0.3 → ^5.0.0 prettier ^2.0.5 → ^2.3.1 twig ^1.15.1 → ^1.15.4 webpack ^4.43.0 → ^4.43.0 (will come back to this later its more complicated) webpack-dev-server ^3.11.0 → ^3.11.2 --- .../package.json | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/packages/chisel-plugin-static-frontend/package.json b/packages/chisel-plugin-static-frontend/package.json index 7d342fe2..edeae551 100644 --- a/packages/chisel-plugin-static-frontend/package.json +++ b/packages/chisel-plugin-static-frontend/package.json @@ -26,21 +26,21 @@ }, "dependencies": { "chisel-shared-utils": "^1.0.0-alpha.0", - "copy-webpack-plugin": "^6.0.3", - "fs-extra": "^9.0.1", - "globby": "^11.0.1", - "hexo-front-matter": "^1.0.0", - "html-webpack-plugin": "^4.3.0", - "htmlhint": "^0.14.1", - "js-beautify": "^1.11.0", + "copy-webpack-plugin": "^6.4.1", + "fs-extra": "^10.0.0", + "globby": "^11.0.4", + "hexo-front-matter": "^2.0.0", + "html-webpack-plugin": "^4.5.0", + "htmlhint": "^0.15.1", + "js-beautify": "^1.14.0", "loader-utils": "^2.0.0", - "lodash": "^4.17.19", - "marked": "^1.1.0", - "nedb-promises": "^4.0.3", - "prettier": "^2.0.5", + "lodash": "^4.17.21", + "marked": "^2.1.2", + "nedb-promises": "^5.0.0", + "prettier": "^2.3.1", "speakingurl": "^14.0.1", - "twig": "^1.15.1", + "twig": "^1.15.4", "webpack": "^4.43.0", - "webpack-dev-server": "^3.11.0" + "webpack-dev-server": "^3.11.2" } }