Skip to content

Commit

Permalink
Merge pull request #14 from tsparticles/renovate/angular-monorepo
Browse files Browse the repository at this point in the history
fix(deps): update angular monorepo to ~15.2.0
  • Loading branch information
matteobruni committed Mar 4, 2023
2 parents 6132f49 + d9cc057 commit 01fa6ac
Show file tree
Hide file tree
Showing 6 changed files with 247 additions and 247 deletions.
18 changes: 9 additions & 9 deletions apps/angular-demo/package.json
Expand Up @@ -11,14 +11,14 @@
},
"private": true,
"dependencies": {
"@angular/animations": "~15.0.4",
"@angular/common": "~15.0.4",
"@angular/compiler": "~15.0.4",
"@angular/core": "~15.0.4",
"@angular/forms": "~15.0.4",
"@angular/platform-browser": "~15.0.4",
"@angular/platform-browser-dynamic": "~15.0.4",
"@angular/router": "~15.0.4",
"@angular/animations": "~15.2.0",
"@angular/common": "~15.2.0",
"@angular/compiler": "~15.2.0",
"@angular/core": "~15.2.0",
"@angular/forms": "~15.2.0",
"@angular/platform-browser": "~15.2.0",
"@angular/platform-browser-dynamic": "~15.2.0",
"@angular/router": "~15.2.0",
"ng-confetti": "^2.9.3",
"ng-fireworks": "^2.9.3",
"ng-particles": "^3.9.3",
Expand Down Expand Up @@ -78,7 +78,7 @@
"devDependencies": {
"@angular-devkit/build-angular": "~15.2.0",
"@angular/cli": "~15.2.0",
"@angular/compiler-cli": "~15.0.4",
"@angular/compiler-cli": "~15.2.0",
"@types/jasmine": "~4.3.1",
"@types/node": "^18.11.17",
"jasmine-core": "~4.5.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": "~15.0.4",
"@angular/core": "~15.0.4",
"@angular/forms": "~15.0.4",
"@angular/platform-browser": "~15.0.4",
"@angular/platform-browser-dynamic": "~15.0.4",
"@angular/router": "~15.0.4",
"@angular/common": "~15.2.0",
"@angular/core": "~15.2.0",
"@angular/forms": "~15.2.0",
"@angular/platform-browser": "~15.2.0",
"@angular/platform-browser-dynamic": "~15.2.0",
"@angular/router": "~15.2.0",
"@capacitor/app": "^4.1.1",
"@capacitor/core": "^4.6.1",
"@capacitor/haptics": "^4.1.0",
Expand Down Expand Up @@ -83,9 +83,9 @@
"@angular-eslint/eslint-plugin-template": "~15.1.0",
"@angular-eslint/template-parser": "~15.1.0",
"@angular/cli": "~15.2.0",
"@angular/compiler": "~15.0.4",
"@angular/compiler-cli": "~15.0.4",
"@angular/language-service": "~15.0.4",
"@angular/compiler": "~15.2.0",
"@angular/compiler-cli": "~15.2.0",
"@angular/language-service": "~15.2.0",
"@capacitor/cli": "^4.6.1",
"@ionic/angular-toolkit": "^8.0.0",
"@types/jasmine": "~4.3.1",
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": "~15.0.4",
"@angular/common": "~15.0.4",
"@angular/compiler": "~15.0.4",
"@angular/core": "~15.0.4",
"@angular/forms": "~15.0.4",
"@angular/platform-browser": "~15.0.4",
"@angular/platform-browser-dynamic": "~15.0.4",
"@angular/router": "~15.0.4",
"@angular/animations": "~15.2.0",
"@angular/common": "~15.2.0",
"@angular/compiler": "~15.2.0",
"@angular/core": "~15.2.0",
"@angular/forms": "~15.2.0",
"@angular/platform-browser": "~15.2.0",
"@angular/platform-browser-dynamic": "~15.2.0",
"@angular/router": "~15.2.0",
"rxjs": "~7.8.0",
"tslib": "^2.4.1",
"tsparticles-confetti": "^2.9.3",
Expand All @@ -92,7 +92,7 @@
"devDependencies": {
"@angular-devkit/build-angular": "~15.2.0",
"@angular/cli": "~15.2.0",
"@angular/compiler-cli": "~15.0.4",
"@angular/compiler-cli": "~15.2.0",
"@tsparticles/prettier-config": "^1.6.0",
"@types/jasmine": "~4.3.1",
"@types/node": "^18.11.17",
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": "~15.0.4",
"@angular/common": "~15.0.4",
"@angular/compiler": "~15.0.4",
"@angular/core": "~15.0.4",
"@angular/forms": "~15.0.4",
"@angular/platform-browser": "~15.0.4",
"@angular/platform-browser-dynamic": "~15.0.4",
"@angular/router": "~15.0.4",
"@angular/animations": "~15.2.0",
"@angular/common": "~15.2.0",
"@angular/compiler": "~15.2.0",
"@angular/core": "~15.2.0",
"@angular/forms": "~15.2.0",
"@angular/platform-browser": "~15.2.0",
"@angular/platform-browser-dynamic": "~15.2.0",
"@angular/router": "~15.2.0",
"rxjs": "~7.8.0",
"tslib": "^2.4.1",
"tsparticles-fireworks": "^2.9.3",
Expand All @@ -91,7 +91,7 @@
"devDependencies": {
"@angular-devkit/build-angular": "~15.2.0",
"@angular/cli": "~15.2.0",
"@angular/compiler-cli": "~15.0.4",
"@angular/compiler-cli": "~15.2.0",
"@tsparticles/prettier-config": "^1.6.0",
"@types/jasmine": "~4.3.1",
"@types/node": "^18.11.17",
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": "~15.0.4",
"@angular/common": "~15.0.4",
"@angular/compiler": "~15.0.4",
"@angular/core": "~15.0.4",
"@angular/forms": "~15.0.4",
"@angular/platform-browser": "~15.0.4",
"@angular/platform-browser-dynamic": "~15.0.4",
"@angular/router": "~15.0.4",
"@angular/animations": "~15.2.0",
"@angular/common": "~15.2.0",
"@angular/compiler": "~15.2.0",
"@angular/core": "~15.2.0",
"@angular/forms": "~15.2.0",
"@angular/platform-browser": "~15.2.0",
"@angular/platform-browser-dynamic": "~15.2.0",
"@angular/router": "~15.2.0",
"rxjs": "~7.8.0",
"tslib": "^2.4.1",
"tsparticles-engine": "^2.9.3",
Expand All @@ -91,7 +91,7 @@
"devDependencies": {
"@angular-devkit/build-angular": "~15.2.0",
"@angular/cli": "~15.2.0",
"@angular/compiler-cli": "~15.0.4",
"@angular/compiler-cli": "~15.2.0",
"@tsparticles/prettier-config": "^1.6.0",
"@types/jasmine": "~4.3.1",
"@types/node": "^18.11.17",
Expand Down

0 comments on commit 01fa6ac

Please sign in to comment.