Skip to content

Commit

Permalink
doc(examples): version update
Browse files Browse the repository at this point in the history
  • Loading branch information
s-yagues committed Apr 23, 2024
1 parent 19bc3b2 commit 866e575
Show file tree
Hide file tree
Showing 16 changed files with 29,856 additions and 91,543 deletions.
16,138 changes: 4,405 additions & 11,733 deletions examples/angular/package-lock.json

Large diffs are not rendered by default.

46 changes: 23 additions & 23 deletions examples/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,31 +11,31 @@
},
"private": true,
"dependencies": {
"@angular/animations": "15.2.2",
"@angular/common": "15.2.2",
"@angular/compiler": "15.2.2",
"@angular/core": "15.2.2",
"@angular/forms": "15.2.2",
"@angular/platform-browser": "15.2.2",
"@angular/platform-browser-dynamic": "15.2.2",
"@angular/router": "15.2.2",
"@lyracom/embedded-form-glue": "1.3.1",
"rxjs": "7.8.0",
"tslib": "2.5.0",
"zone.js": "0.13.0"
"@angular/animations": "17.3.5",
"@angular/common": "17.3.5",
"@angular/compiler": "17.3.5",
"@angular/core": "17.3.5",
"@angular/forms": "17.3.5",
"@angular/platform-browser": "17.3.5",
"@angular/platform-browser-dynamic": "17.3.5",
"@angular/router": "17.3.5",
"@lyracom/embedded-form-glue": "1.4.1",
"rxjs": "7.8.1",
"tslib": "2.6.2",
"zone.js": "0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "15.2.4",
"@angular/cli": "15.2.4",
"@angular/compiler-cli": "15.2.2",
"@types/jasmine": "4.3.1",
"@types/node": "18.15.3",
"jasmine-core": "4.6.0",
"karma": "6.4.1",
"karma-chrome-launcher": "3.1.1",
"karma-coverage": "2.2.0",
"@angular-devkit/build-angular": "17.3.5",
"@angular/cli": "17.3.5",
"@angular/compiler-cli": "17.3.5",
"@types/jasmine": "5.1.4",
"@types/node": "20.12.7",
"jasmine-core": "5.1.2",
"karma": "6.4.3",
"karma-chrome-launcher": "3.2.0",
"karma-coverage": "2.2.1",
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "2.0.0",
"typescript": "4.9.4"
"karma-jasmine-html-reporter": "2.1.0",
"typescript": "5.4.5"
}
}
43,298 changes: 13,937 additions & 29,361 deletions examples/ember/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/ember/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@
"edition": "octane"
},
"dependencies": {
"@lyracom/embedded-form-glue": "1.3.7"
"@lyracom/embedded-form-glue": "1.4.1"
}
}
Loading

0 comments on commit 866e575

Please sign in to comment.