Skip to content

Commit

Permalink
fix(project): minor
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Nov 25, 2022
1 parent 9e66c77 commit 46aaae8
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 8 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,19 @@
"release:patch": "../../../node_modules/.bin/release-it --patch --ci",
"release:minor": "../../../node_modules/.bin/release-it --minor --ci",
"release:major": "../../../node_modules/.bin/release-it --major --ci --no-git.requireCleanWorkingDir --dry-run",
"release:custom": "../../../node_modules/.bin/release-it 8.1.3 --ci --no-git.requireCleanWorkingDir",
"release:custom": "../../../node_modules/.bin/release-it 9.0.0 --ci --no-git.requireCleanWorkingDir",
"ng:test": "../../../node_modules/.bin/ng test @angular-material-extensions/google-maps-autocomplete",
"test": "../../../node_modules/.bin/jest --coverage",
"test:watch": "../../../node_modules/.bin/jest --coverage --watch"
},
"peerDependencies": {
"@angular/common": "^14.x",
"@angular/core": "^14.x",
"@angular/platform-browser": "^14.x",
"@angular/flex-layout": "^14.x",
"@angular/forms": "^14.x",
"@angular/cdk": "^14.x",
"@angular/material": "^14.x",
"@angular/common": "^15.x",
"@angular/core": "^15.x",
"@angular/platform-browser": "^15.x",
"@angular/flex-layout": "^15.x",
"@angular/forms": "^15.x",
"@angular/cdk": "^15.x",
"@angular/material": "^15.x",
"@agm/core": "^3.0.0-beta.0",
"@types/googlemaps": "~3.43.3",
"rxjs": "^7.x",
Expand Down

0 comments on commit 46aaae8

Please sign in to comment.