Skip to content

Commit

Permalink
Update chisel-plugin-static-frontend packages (xfiveco#500)
Browse files Browse the repository at this point in the history
 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
  • Loading branch information
edenizk committed Jun 23, 2021
1 parent 3994bd9 commit 48c1872
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions packages/chisel-plugin-static-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 48c1872

Please sign in to comment.