Skip to content

Commit

Permalink
fix(deps): update angular monorepo to ~16.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 9, 2023
1 parent 0f4c565 commit c94af32
Show file tree
Hide file tree
Showing 6 changed files with 216 additions and 224 deletions.
18 changes: 9 additions & 9 deletions apps/angular-demo/package.json
Expand Up @@ -11,14 +11,14 @@
},
"private": true,
"dependencies": {
"@angular/animations": "~16.1.8",
"@angular/common": "~16.1.8",
"@angular/compiler": "~16.1.8",
"@angular/core": "~16.1.8",
"@angular/forms": "~16.1.8",
"@angular/platform-browser": "~16.1.8",
"@angular/platform-browser-dynamic": "~16.1.8",
"@angular/router": "~16.1.8",
"@angular/animations": "~16.2.0",
"@angular/common": "~16.2.0",
"@angular/compiler": "~16.2.0",
"@angular/core": "~16.2.0",
"@angular/forms": "~16.2.0",
"@angular/platform-browser": "~16.2.0",
"@angular/platform-browser-dynamic": "~16.2.0",
"@angular/router": "~16.2.0",
"ng-confetti": "^2.12.0",
"ng-fireworks": "^2.12.0",
"ng-particles": "^3.12.0",
Expand Down Expand Up @@ -80,7 +80,7 @@
"devDependencies": {
"@angular-devkit/build-angular": "~16.1.7",
"@angular/cli": "~16.1.7",
"@angular/compiler-cli": "~16.1.8",
"@angular/compiler-cli": "~16.2.0",
"@types/jasmine": "~4.3.5",
"@types/node": "^20.4.7",
"jasmine-core": "~5.1.0",
Expand Down
18 changes: 9 additions & 9 deletions apps/ionic-demo/package.json
Expand Up @@ -14,12 +14,12 @@
},
"private": true,
"dependencies": {
"@angular/common": "~16.1.8",
"@angular/core": "~16.1.8",
"@angular/forms": "~16.1.8",
"@angular/platform-browser": "~16.1.8",
"@angular/platform-browser-dynamic": "~16.1.8",
"@angular/router": "~16.1.8",
"@angular/common": "~16.2.0",
"@angular/core": "~16.2.0",
"@angular/forms": "~16.2.0",
"@angular/platform-browser": "~16.2.0",
"@angular/platform-browser-dynamic": "~16.2.0",
"@angular/router": "~16.2.0",
"@capacitor/app": "^5.0.6",
"@capacitor/core": "^5.2.2",
"@capacitor/haptics": "^5.0.6",
Expand Down Expand Up @@ -89,9 +89,9 @@
"@angular-eslint/eslint-plugin-template": "~16.1.0",
"@angular-eslint/template-parser": "~16.1.0",
"@angular/cli": "~16.1.7",
"@angular/compiler": "~16.1.8",
"@angular/compiler-cli": "~16.1.8",
"@angular/language-service": "~16.1.8",
"@angular/compiler": "~16.2.0",
"@angular/compiler-cli": "~16.2.0",
"@angular/language-service": "~16.2.0",
"@capacitor/cli": "^5.2.2",
"@ionic/angular-toolkit": "^10.0.0",
"@types/jasmine": "~4.3.5",
Expand Down
18 changes: 9 additions & 9 deletions components/confetti/package.json
Expand Up @@ -75,14 +75,14 @@
},
"prettier": "@tsparticles/prettier-config",
"dependencies": {
"@angular/animations": "~16.1.8",
"@angular/common": "~16.1.8",
"@angular/compiler": "~16.1.8",
"@angular/core": "~16.1.8",
"@angular/forms": "~16.1.8",
"@angular/platform-browser": "~16.1.8",
"@angular/platform-browser-dynamic": "~16.1.8",
"@angular/router": "~16.1.8",
"@angular/animations": "~16.2.0",
"@angular/common": "~16.2.0",
"@angular/compiler": "~16.2.0",
"@angular/core": "~16.2.0",
"@angular/forms": "~16.2.0",
"@angular/platform-browser": "~16.2.0",
"@angular/platform-browser-dynamic": "~16.2.0",
"@angular/router": "~16.2.0",
"rxjs": "~7.8.1",
"tslib": "^2.6.1",
"tsparticles-confetti": "^2.12.0",
Expand All @@ -92,7 +92,7 @@
"devDependencies": {
"@angular-devkit/build-angular": "~16.1.7",
"@angular/cli": "~16.1.7",
"@angular/compiler-cli": "~16.1.8",
"@angular/compiler-cli": "~16.2.0",
"@tsparticles/prettier-config": "^1.12.0",
"@types/jasmine": "~4.3.5",
"@types/node": "^20.4.7",
Expand Down
18 changes: 9 additions & 9 deletions components/fireworks/package.json
Expand Up @@ -75,14 +75,14 @@
},
"prettier": "@tsparticles/prettier-config",
"dependencies": {
"@angular/animations": "~16.1.8",
"@angular/common": "~16.1.8",
"@angular/compiler": "~16.1.8",
"@angular/core": "~16.1.8",
"@angular/forms": "~16.1.8",
"@angular/platform-browser": "~16.1.8",
"@angular/platform-browser-dynamic": "~16.1.8",
"@angular/router": "~16.1.8",
"@angular/animations": "~16.2.0",
"@angular/common": "~16.2.0",
"@angular/compiler": "~16.2.0",
"@angular/core": "~16.2.0",
"@angular/forms": "~16.2.0",
"@angular/platform-browser": "~16.2.0",
"@angular/platform-browser-dynamic": "~16.2.0",
"@angular/router": "~16.2.0",
"rxjs": "~7.8.1",
"tslib": "^2.6.1",
"tsparticles-fireworks": "^2.12.0",
Expand All @@ -91,7 +91,7 @@
"devDependencies": {
"@angular-devkit/build-angular": "~16.1.7",
"@angular/cli": "~16.1.7",
"@angular/compiler-cli": "~16.1.8",
"@angular/compiler-cli": "~16.2.0",
"@tsparticles/prettier-config": "^1.12.0",
"@types/jasmine": "~4.3.5",
"@types/node": "^20.4.7",
Expand Down
18 changes: 9 additions & 9 deletions components/particles/package.json
Expand Up @@ -75,14 +75,14 @@
},
"prettier": "@tsparticles/prettier-config",
"dependencies": {
"@angular/animations": "~16.1.8",
"@angular/common": "~16.1.8",
"@angular/compiler": "~16.1.8",
"@angular/core": "~16.1.8",
"@angular/forms": "~16.1.8",
"@angular/platform-browser": "~16.1.8",
"@angular/platform-browser-dynamic": "~16.1.8",
"@angular/router": "~16.1.8",
"@angular/animations": "~16.2.0",
"@angular/common": "~16.2.0",
"@angular/compiler": "~16.2.0",
"@angular/core": "~16.2.0",
"@angular/forms": "~16.2.0",
"@angular/platform-browser": "~16.2.0",
"@angular/platform-browser-dynamic": "~16.2.0",
"@angular/router": "~16.2.0",
"rxjs": "~7.8.1",
"tslib": "^2.6.1",
"tsparticles-engine": "^2.12.0",
Expand All @@ -91,7 +91,7 @@
"devDependencies": {
"@angular-devkit/build-angular": "~16.1.7",
"@angular/cli": "~16.1.7",
"@angular/compiler-cli": "~16.1.8",
"@angular/compiler-cli": "~16.2.0",
"@tsparticles/prettier-config": "^1.12.0",
"@types/jasmine": "~4.3.5",
"@types/node": "^20.4.7",
Expand Down

0 comments on commit c94af32

Please sign in to comment.