Skip to content

Commit

Permalink
Merge pull request #97 from morrys/angular-v13
Browse files Browse the repository at this point in the history
Supports Angular v11, v12 & v13
  • Loading branch information
morrys authored Jan 25, 2022
2 parents b70d0e3 + ac35278 commit 66e7c8d
Show file tree
Hide file tree
Showing 10 changed files with 11,030 additions and 7,501 deletions.
1 change: 1 addition & 0 deletions examples/todos-offline/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ testem.log
# System Files
.DS_Store
Thumbs.db
.angular
31 changes: 16 additions & 15 deletions examples/todos-offline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,34 +12,35 @@
},
"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.0.1",
"relay-angular-plugin": "0.1.1",
"graphql-relay": "^0.6.0",
"graphql": "^14.2.0",
"relay-runtime": "8.0.0",
"@wora/relay-offline": "3.2.0",
"@wora/relay-store": "3.2.0"
},
"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 @@ -55,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 66e7c8d

Please sign in to comment.