Skip to content

Commit

Permalink
refactor: updated chokidar depencencies for node v14+ compatibility a…
Browse files Browse the repository at this point in the history
…nd to prevent insecure binaries (pattern-lab#1299)

* chore(docs): some typos

missed to replace mustache initially and incorrect handlebars two times (both in package name and URL)

* Revert "Merge pull request pattern-lab#2 from pattern-lab/dev"

This reverts commit 7812878, reversing
changes made to 26db979.

* Revert "Merge pull request pattern-lab#1 from pattern-lab/dev"

This reverts commit 26db979, reversing
changes made to fc90750.

* Revert "chore(docs): some typos"

This reverts commit 271dc8d.

* chore: initially regenerated the yarn.lock file

by yarn setup

* build(dependencies): updated chokidar dependencies

* Revert "Merge branch 'dev' into refactor-updated-depencency-chokidar"

This reverts commit 57d9418, reversing
changes made to 284b17c.

Co-authored-by: Maximilian <mfr@nzke.net>
Co-authored-by: Josef Bredreck <slime.games@outlook.de>
  • Loading branch information
3 people committed Mar 24, 2021
1 parent b3a64c5 commit 8e78460
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 243 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@pattern-lab/engine-mustache": "^5.14.0",
"@pattern-lab/live-server": "^5.13.0",
"chalk": "1.1.3",
"chokidar": "1.7.0",
"chokidar": "3.5.1",
"dive": "0.5.0",
"fs-extra": "5.0.0",
"glob": "7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@11ty/eleventy-navigation": "^0.1.5",
"@erquhart/rollup-plugin-node-builtins": "^2.1.5",
"bl": "^3.0.0",
"chokidar-cli": "^2.0.0",
"chokidar-cli": "^2.1.0",
"cross-env": "^5.2.0",
"make-dir-cli": "^2.0.0",
"prettier": "^1.18.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/live-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"author": "Tapio Vierros",
"dependencies": {
"chokidar": "3.1.0",
"chokidar": "3.5.1",
"colors": "1.3.0",
"connect": "3.6.5",
"cors": "2.8.4",
Expand Down
Loading

0 comments on commit 8e78460

Please sign in to comment.