Skip to content

Commit

Permalink
supports angular v11, v12, v13
Browse files Browse the repository at this point in the history
  • Loading branch information
morrys committed Jan 25, 2022
1 parent f0c30e3 commit ac35278
Show file tree
Hide file tree
Showing 3 changed files with 3,565 additions and 1,645 deletions.
30 changes: 15 additions & 15 deletions examples/todos-offline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@
},
"private": true,
"dependencies": {
"@angular/animations": "~8.2.14",
"@angular/common": "~8.2.14",
"@angular/compiler": "~8.2.14",
"@angular/core": "~8.2.14",
"@angular/forms": "~8.2.14",
"@angular/platform-browser": "~8.2.14",
"@angular/platform-browser-dynamic": "~8.2.14",
"@angular/router": "~8.2.14",
"@angular/animations": "^11.0.0",
"@angular/common": "^11.0.0",
"@angular/compiler": "^11.0.0",
"@angular/core": "^11.0.0",
"@angular/forms": "^11.0.0",
"@angular/platform-browser": "^11.0.0",
"@angular/platform-browser-dynamic": "^11.0.0",
"@angular/router": "^11.0.0",
"rxjs": "~6.4.0",
"tslib": "^1.10.0",
"zone.js": "~0.9.1",
"relay-angular": "0.1.0",
"relay-angular-plugin": "0.1.0",
"relay-angular-plugin": "0.1.1",
"graphql-relay": "^0.6.0",
"graphql": "^14.2.0",
"relay-runtime": "8.0.0",
Expand All @@ -34,13 +34,13 @@
"devDependencies": {
"cosmiconfig": "^5.0.5",
"babel-loader": "^8.0.5",
"ngx-build-plus": "^8.0.0",
"ngx-build-plus": "^10.0.0",
"relay-compiler": "8.0.0",
"babel-plugin-relay": "^8.0.0",
"@angular-devkit/build-angular": "~0.803.23",
"@angular/cli": "~8.3.23",
"@angular/compiler-cli": "~8.2.14",
"@angular/language-service": "~8.2.14",
"@angular-devkit/build-angular": "0.1102.18",
"@angular/cli": "^11.0.0",
"@angular/compiler-cli": "^11.0.0",
"@angular/language-service": "^11.0.0",
"@types/node": "~8.9.4",
"@types/jasmine": "~3.3.8",
"@types/jasminewd2": "~2.0.3",
Expand All @@ -56,7 +56,7 @@
"protractor": "~5.4.0",
"ts-node": "~7.0.0",
"tslint": "~5.15.0",
"typescript": "~3.5.3",
"typescript": "~4.1.5",
"relay-compiler-language-typescript": "10.1.3"
},
"browser": {
Expand Down
Loading

0 comments on commit ac35278

Please sign in to comment.