Skip to content

Commit

Permalink
fix missing minimatch
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysVuika committed Oct 16, 2023
1 parent 2a2a73b commit f0f3e65
Show file tree
Hide file tree
Showing 2 changed files with 154 additions and 10 deletions.
155 changes: 149 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"@ngx-translate/core": "^14.0.0",
"date-fns": "^2.30.0",
"material-icons": "^1.13.8",
"minimatch": "^9.0.3",
"minimatch-browser": "^1.0.0",
"moment": "^2.29.4",
"moment-es6": "1.0.0",
Expand All @@ -83,6 +84,9 @@
"@angular/compiler-cli": "14.1.3",
"@angular/language-service": "14.1.3",
"@cspell/eslint-plugin": "^7.3.6",
"@nx/angular": "16.10.0",
"@nx/eslint-plugin": "16.10.0",
"@nx/workspace": "16.10.0",
"@playwright/test": "^1.37.1",
"@schematics/angular": "14.1.2",
"@types/event-emitter": "^0.3.3",
Expand Down Expand Up @@ -130,9 +134,6 @@
"ts-node": "^10.9.1",
"tsconfig-paths": "4.2.0",
"typescript": "4.7.4",
"webdriver-manager": "12.1.8",
"@nx/workspace": "16.10.0",
"@nx/eslint-plugin": "16.10.0",
"@nx/angular": "16.10.0"
"webdriver-manager": "12.1.8"
}
}

0 comments on commit f0f3e65

Please sign in to comment.