Skip to content

Commit

Permalink
Fix: Lock filter-scan-dir version to avoid breaking changes and fix t…
Browse files Browse the repository at this point in the history
…ests (#1872)

* temporary fix for filter-scan-dir

* Fix: Lock filter-scan-dir version to avoid breaking changes and fix tests

Co-authored-by: Durrab Khan <[email protected]>
  • Loading branch information
durrab and durrabkhan authored Feb 15, 2022
1 parent 6355990 commit 0823751
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/subapp-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@xarc/index-page": "^1.0.10",
"@xarc/jsx-renderer": "^1.0.10",
"@xarc/tag-renderer": "^1.0.9",
"filter-scan-dir": "^1.0.9",
"filter-scan-dir": "1.1.1",
"http-status-codes": "^1.3.0",
"optional-require": "^1.1.6",
"subapp-util": "^1.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/subapp-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"lib"
],
"dependencies": {
"filter-scan-dir": "^1.0.9",
"filter-scan-dir": "1.1.1",
"optional-require": "^1.1.6"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/xarc-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"electrode-cdn-file-loader": "^1.0.0",
"electrode-node-resolver": "^2.0.2",
"file-loader": "^6.2.0",
"filter-scan-dir": "^1.0.9",
"filter-scan-dir": "1.1.1",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^1.3.9",
"mkdirp": "^1.0.3",
Expand Down

0 comments on commit 0823751

Please sign in to comment.