Skip to content

Commit

Permalink
chore: bumped google.visualization types (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
FERNman authored Sep 2, 2024
1 parent 97b90cb commit e751c30
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
11 changes: 6 additions & 5 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"packageFiles": "libs/angular-google-charts/package.json"
},
"engines": {
"npm": ">=7.0.0"
"npm": ">=6.0.0"
},
"dependencies": {
"@angular/common": "^12.0.4",
Expand All @@ -51,7 +51,7 @@
"@angular/language-service": "^12.0.4",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@types/google.visualization": "0.0.68",
"@types/google.visualization": "0.0.74",
"@types/jest": "^27.0.0",
"@types/node": "^12.20.7",
"codelyzer": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion projects/angular-google-charts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@angular/core": ">=12.0.0 <=15.x.x"
},
"dependencies": {
"@types/google.visualization": "0.0.68",
"@types/google.visualization": "0.0.74",
"tslib": "^2.2.0"
},
"main": "src/index.ts"
Expand Down

0 comments on commit e751c30

Please sign in to comment.