Skip to content

Commit

Permalink
fix: add angular 17 adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
deleonio committed Nov 27, 2023
1 parent c2fb760 commit 43e011a
Show file tree
Hide file tree
Showing 3 changed files with 160 additions and 106 deletions.
4 changes: 2 additions & 2 deletions packages/adapters/angular/v17/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@angular/compiler": "17.0.4",
"@angular/compiler-cli": "17.0.4",
"@angular/core": "17.0.4",
"@public-ui/components": "1.7.2",
"@public-ui/components": "2.0.0-rc.10",
"@types/minimatch": "5.1.2",
"@types/minimist": "1.2.5",
"@types/node": "ts5.2",
Expand All @@ -80,7 +80,7 @@
},
"peerDependencies": {
"@angular/core": "^17",
"@public-ui/components": "1.7.2"
"@public-ui/components": "2.0.0-rc.10"
},
"files": [
"dist"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@angular/compiler": "17.0.4",
"@angular/compiler-cli": "17.0.4",
"@angular/core": "17.0.4",
"@public-ui/components": "1.7.2",
"@public-ui/components": "2.0.0-rc.10",
"@types/minimatch": "5.1.2",
"@types/minimist": "1.2.5",
"@types/node": "ts5.2",
Expand All @@ -76,7 +76,7 @@
"peerDependencies": {
"@{{kebab name}}/components": "0.0.0",
"@angular/core": "^17",
"@public-ui/components": "1.7.2"
"@public-ui/components": "2.0.0-rc.10"
},
"files": [
"dist"
Expand Down
Loading

0 comments on commit 43e011a

Please sign in to comment.