Skip to content

Commit

Permalink
fix(deps): update angular monorepo to v15
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 17, 2022
1 parent d8454c2 commit 7f07d5c
Show file tree
Hide file tree
Showing 4 changed files with 189 additions and 178 deletions.
18 changes: 9 additions & 9 deletions components/angular/package.json
Expand Up @@ -75,14 +75,14 @@
},
"prettier": "@tsparticles/prettier-config",
"dependencies": {
"@angular/animations": "~14.2.10",
"@angular/common": "~14.2.10",
"@angular/compiler": "~14.2.10",
"@angular/core": "~14.2.10",
"@angular/forms": "~14.2.10",
"@angular/platform-browser": "~14.2.10",
"@angular/platform-browser-dynamic": "~14.2.10",
"@angular/router": "~14.2.10",
"@angular/animations": "~15.0.0",
"@angular/common": "~15.0.0",
"@angular/compiler": "~15.0.0",
"@angular/core": "~15.0.0",
"@angular/forms": "~15.0.0",
"@angular/platform-browser": "~15.0.0",
"@angular/platform-browser-dynamic": "~15.0.0",
"@angular/router": "~15.0.0",
"rxjs": "~7.5.7",
"tslib": "^2.4.1",
"tsparticles-engine": "^2.5.2",
Expand All @@ -91,7 +91,7 @@
"devDependencies": {
"@angular-devkit/build-angular": "~15.0.0",
"@angular/cli": "~15.0.0",
"@angular/compiler-cli": "~14.2.10",
"@angular/compiler-cli": "~15.0.0",
"@tsparticles/prettier-config": "^1.3.1",
"@types/jasmine": "~4.3.0",
"@types/node": "^18.11.9",
Expand Down
18 changes: 9 additions & 9 deletions demo/angular/package.json
Expand Up @@ -11,14 +11,14 @@
},
"private": true,
"dependencies": {
"@angular/animations": "~14.2.10",
"@angular/common": "~14.2.10",
"@angular/compiler": "~14.2.10",
"@angular/core": "~14.2.10",
"@angular/forms": "~14.2.10",
"@angular/platform-browser": "~14.2.10",
"@angular/platform-browser-dynamic": "~14.2.10",
"@angular/router": "~14.2.10",
"@angular/animations": "~15.0.0",
"@angular/common": "~15.0.0",
"@angular/compiler": "~15.0.0",
"@angular/core": "~15.0.0",
"@angular/forms": "~15.0.0",
"@angular/platform-browser": "~15.0.0",
"@angular/platform-browser-dynamic": "~15.0.0",
"@angular/router": "~15.0.0",
"ng-particles": "^3.5.3",
"rxjs": "~7.5.7",
"tslib": "^2.4.1",
Expand Down Expand Up @@ -69,7 +69,7 @@
"devDependencies": {
"@angular-devkit/build-angular": "~15.0.0",
"@angular/cli": "~15.0.0",
"@angular/compiler-cli": "~14.2.10",
"@angular/compiler-cli": "~15.0.0",
"@types/jasmine": "~4.3.0",
"@types/node": "^18.11.9",
"jasmine-core": "~4.5.0",
Expand Down
18 changes: 9 additions & 9 deletions demo/ionic/package.json
Expand Up @@ -14,12 +14,12 @@
},
"private": true,
"dependencies": {
"@angular/common": "~14.2.10",
"@angular/core": "~14.2.10",
"@angular/forms": "~14.2.10",
"@angular/platform-browser": "~14.2.10",
"@angular/platform-browser-dynamic": "~14.2.10",
"@angular/router": "~14.2.10",
"@angular/common": "~15.0.0",
"@angular/core": "~15.0.0",
"@angular/forms": "~15.0.0",
"@angular/platform-browser": "~15.0.0",
"@angular/platform-browser-dynamic": "~15.0.0",
"@angular/router": "~15.0.0",
"@capacitor/app": "^4.1.0",
"@capacitor/core": "^4.4.0",
"@capacitor/haptics": "^4.0.1",
Expand Down Expand Up @@ -82,9 +82,9 @@
"@angular-eslint/eslint-plugin-template": "~14.2.0",
"@angular-eslint/template-parser": "~14.2.0",
"@angular/cli": "~15.0.0",
"@angular/compiler": "~14.2.10",
"@angular/compiler-cli": "~14.2.10",
"@angular/language-service": "~14.2.10",
"@angular/compiler": "~15.0.0",
"@angular/compiler-cli": "~15.0.0",
"@angular/language-service": "~15.0.0",
"@capacitor/cli": "^4.4.0",
"@ionic/angular-toolkit": "^7.0.0",
"@types/jasmine": "~4.3.0",
Expand Down

0 comments on commit 7f07d5c

Please sign in to comment.