Skip to content

Commit

Permalink
AngularCLI update to Meteor 1.8.0.1 and Angular 7.1.1 (#1957)
Browse files Browse the repository at this point in the history
* Updated to Meteor 1.8.0.1 release.

* Updated to Angular 7.1.1 release.

* Updated package dependencies.

Co-authored-by: Arda TANRIKULU <[email protected]>
  • Loading branch information
georgyberdyshev and ardatan authored Mar 4, 2021
1 parent 21657fd commit 144ca73
Show file tree
Hide file tree
Showing 5 changed files with 2,140 additions and 1,506 deletions.
10 changes: 5 additions & 5 deletions examples/AngularCLI/api/.meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

[email protected] # Packages every Meteor app needs to have
[email protected] # Packages for a great mobile UX
mongo@1.5.0 # The database Meteor supports right now
mongo@1.6.0 # The database Meteor supports right now
[email protected] # Reactive variable for tracker
[email protected] # Meteor's client-side reactive programming library

standard-minifier-css@1.4.1 # CSS minifier run for production mode
standard-minifier-js@2.3.4 # JS minifier run for production mode
standard-minifier-css@1.5.2 # CSS minifier run for production mode
standard-minifier-js@2.4.0 # JS minifier run for production mode
[email protected] # ECMAScript 5 compatibility for older browsers
ecmascript@0.11.1 # Enable ECMAScript2015+ syntax in app code
shell-server@0.3.1 # Server-side component of the `meteor shell` command
ecmascript@0.12.3 # Enable ECMAScript2015+ syntax in app code
shell-server@0.4.0 # Server-side component of the `meteor shell` command
angular-compilers
2 changes: 1 addition & 1 deletion examples/AngularCLI/api/.meteor/release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
METEOR@1.7.0.4
METEOR@1.8.0.1
53 changes: 27 additions & 26 deletions examples/AngularCLI/api/.meteor/versions
Original file line number Diff line number Diff line change
Expand Up @@ -3,60 +3,61 @@ [email protected]
[email protected]
[email protected]
[email protected]
autoupdate@1.4.1
babel-compiler@7.1.1
babel-runtime@1.2.4
autoupdate@1.5.0
babel-compiler@7.2.3
babel-runtime@1.3.0
[email protected]
[email protected].10
boilerplate-generator@1.5.0
[email protected].11
boilerplate-generator@1.6.0
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected].0
dynamic-import@0.4.1
ecmascript@0.11.1
[email protected].1
dynamic-import@0.5.0
ecmascript@0.12.3
[email protected]
ecmascript-runtime-client@0.7.1
[email protected].0
ecmascript-runtime-client@0.8.0
[email protected].1
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected].0
[email protected].2
[email protected]
minifier-css@1.3.1
minifier-js@2.3.5
[email protected].4
minifier-css@1.4.1
minifier-js@2.4.0
[email protected].5
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
npm-mongo@3.0.7
npm-mongo@3.1.1
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
routepolicy@1.0.13
shell-server@0.3.1
routepolicy@1.1.0
shell-server@0.4.0
[email protected]
standard-minifier-css@1.4.1
standard-minifier-js@2.3.4
standard-minifier-css@1.5.2
standard-minifier-js@2.4.0
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
56 changes: 28 additions & 28 deletions examples/AngularCLI/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,43 +14,43 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^6.0.3",
"@angular/common": "^6.0.3",
"@angular/compiler": "^6.1.1",
"@angular/core": "^6.0.3",
"@angular/forms": "^6.0.7",
"@angular/http": "^6.0.3",
"@angular/platform-browser": "^6.0.3",
"@angular/platform-browser-dynamic": "^6.0.3",
"@angular/router": "^6.0.3",
"@angular/animations": "^7.1.1",
"@angular/common": "^7.1.1",
"@angular/compiler": "^7.1.1",
"@angular/core": "^7.1.1",
"@angular/forms": "^7.1.1",
"@angular/http": "^7.1.1",
"@angular/platform-browser": "^7.1.1",
"@angular/platform-browser-dynamic": "^7.1.1",
"@angular/router": "^7.1.1",
"@babel/runtime": "^7.13.7",
"core-js": "^2.5.7",
"meteor-client-bundler": "^0.5.1",
"meteor-client-bundler": "^0.6.0",
"meteor-node-stubs": "^0.4.1",
"meteor-rxjs": "^0.4.14",
"rxjs": "^6.0.0",
"rxjs": "^6.3.3",
"zone.js": "^0.8.26"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.6.8",
"@angular/cli": "~6.1.2",
"@angular/compiler-cli": "^6.1.1",
"@angular/language-service": "^6.0.3",
"@types/jasmine": "~2.8.6",
"@types/jasminewd2": "~2.0.3",
"@angular-devkit/build-angular": "~0.11.0",
"@angular/cli": "~7.1.0",
"@angular/compiler-cli": "^7.1.1",
"@angular/language-service": "^7.1.1",
"@types/jasmine": "~3.3.0",
"@types/jasminewd2": "~2.0.6",
"@types/meteor": "1.4.14",
"@types/node": "~8.9.4",
"codelyzer": "~4.2.1",
"jasmine-core": "~2.99.1",
"@types/node": "~8.9.5",
"codelyzer": "~4.5.0",
"jasmine-core": "~3.3.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~1.7.1",
"karma": "~3.1.1",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.0",
"karma-jasmine": "~1.1.1",
"karma-jasmine-html-reporter": "^0.2.2",
"protractor": "~5.3.0",
"ts-node": "~5.0.1",
"tslint": "~5.9.1",
"typescript": "^2.7.2"
"karma-coverage-istanbul-reporter": "~2.0.4",
"karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "^1.4.0",
"protractor": "~5.4.1",
"ts-node": "~7.0.1",
"tslint": "~5.11.0",
"typescript": "~3.1.6"
}
}
Loading

0 comments on commit 144ca73

Please sign in to comment.