Skip to content

Commit

Permalink
chore: update tegel dependencies in wrapper packages (#784)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathalielindqvist authored Oct 7, 2024
1 parent 869b5a0 commit 63a5a9f
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 20 deletions.
8 changes: 4 additions & 4 deletions packages/angular-17/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/angular-17/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.3",
"@scania/tegel": "1.15.0"
"@scania/tegel": "1.16.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.10",
Expand Down
8 changes: 4 additions & 4 deletions packages/angular-17/projects/components/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/angular-17/projects/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"peerDependencies": {
"@angular/common": ">=17.0.0",
"@angular/core": ">=17.0.0",
"@scania/tegel": "1.15.0"
"@scania/tegel": "1.16.0"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/angular/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build": "npx -p @angular/cli ng build components"
},
"dependencies": {
"@scania/tegel": "1.15.0",
"@scania/tegel": "1.16.0",
"tslib": "^2.3.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/react/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"homepage": "https://github.com/scania-digital-design-system/tegel#readme",
"dependencies": {
"@scania/tegel": "1.15.0"
"@scania/tegel": "1.16.0"
},
"devDependencies": {
"@types/node": "^20.8.0",
Expand Down

0 comments on commit 63a5a9f

Please sign in to comment.