Skip to content

Commit

Permalink
feat(platform-server): limit to version 12, as version 13 needs ESM (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderElias authored Jan 13, 2022
1 parent 60565e3 commit f21479e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions libs/ng-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"rxjs": "^7.0.0"
},
"peerDependencies": {
"@angular/router": ">12.0.0",
"@angular/platform-browser-dynamic": ">12.0.0",
"@angular/common": ">12.0.0",
"@angular/core": ">12.0.0"
"@angular/router": ">12.0.0 || <13.0.0",
"@angular/platform-browser-dynamic": ">12.0.0 || <13.0.0",
"@angular/common": ">12.0.0 || <13.0.0",
"@angular/core": ">12.0.0 || <13.0.0"
},
"keywords": [
"angular",
Expand All @@ -21,4 +21,4 @@
"scully-plugin",
"plugin"
]
}
}
10 changes: 5 additions & 5 deletions libs/platform-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"name": "@scullyio/platform-server",
"version": "2.1.6",
"peerDependencies": {
"@angular/common": ">12.2.0",
"@angular/core": ">12.2.0",
"@angular/platform-server": ">12.2.0",
"@scullyio/ng-lib": "x.x.x"
"@angular/common": ">12.0.0 || <13.0.0",
"@angular/core": ">12.0.0 || <13.0.0",
"@angular/platform-server": ">12.0.0 || <13.0.0",
"@scullyio/ng-lib": ">2.0.0 || <3.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
}
}
}

0 comments on commit f21479e

Please sign in to comment.