From 168f1228f0bae41fc9e82f1931d991b6b5fdc15a Mon Sep 17 00:00:00 2001 From: Matteo Bruni <176620+matteobruni@users.noreply.github.com> Date: Sun, 24 Dec 2023 16:48:08 +0100 Subject: [PATCH] build: working on migration to v3, updated all packages --- apps/angular-demo/package.json | 146 +- apps/angular-demo/src/app/app.component.html | 40 +- apps/angular-demo/src/app/app.module.ts | 4 +- apps/ionic-demo/package.json | 177 +- apps/ionic-demo/src/polyfills.ts | 2 +- components/confetti/package.json | 46 +- .../projects/ng-confetti/package.json | 6 +- components/fireworks/package.json | 44 +- .../projects/ng-fireworks/package.json | 4 +- components/particles/package.json | 42 +- .../projects/ng-particles/package.json | 4 +- lerna.json | 2 +- pnpm-lock.yaml | 5875 ++++++++++------- 13 files changed, 3781 insertions(+), 2611 deletions(-) diff --git a/apps/angular-demo/package.json b/apps/angular-demo/package.json index 98118d1..4f4e179 100644 --- a/apps/angular-demo/package.json +++ b/apps/angular-demo/package.json @@ -1,5 +1,5 @@ { - "name": "ng-particles-demo", + "name": "@tsparticles/angular-demo", "version": "3.0.0-beta.3", "scripts": { "ng": "ng", @@ -11,84 +11,88 @@ }, "private": true, "dependencies": { - "@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", - "@tsparticles/angular-confetti": "^3.0.0-beta.0", - "@tsparticles/angular-fireworks": "^3.0.0-beta.0", - "@tsparticles/angular": "^3.0.0-beta.0", + "@angular/animations": "~17.0.8", + "@angular/common": "~17.0.8", + "@angular/compiler": "~17.0.8", + "@angular/core": "~17.0.8", + "@angular/forms": "~17.0.8", + "@angular/platform-browser": "~17.0.8", + "@angular/platform-browser-dynamic": "~17.0.8", + "@angular/router": "~17.0.8", + "@tsparticles/angular": "workspace:^", + "angular-confetti": "workspace:^", + "angular-fireworks": "workspace:^", "rxjs": "~7.8.1", "tslib": "^2.6.2", - "tsparticles": "^3.0.0-beta.4", - "@tsparticles/basic": "^3.0.0-beta.4", - "@tsparticles/confetti": "^3.0.0-beta.4", - "@tsparticles/configs": "^3.0.0-beta.4", - "@tsparticles/engine": "^3.0.0-beta.4", - "@tsparticles/fireworks": "^3.0.0-beta.4", - "@tsparticles/interaction-external-attract": "^3.0.0-beta.4", - "@tsparticles/interaction-external-bounce": "^3.0.0-beta.4", - "@tsparticles/interaction-external-bubble": "^3.0.0-beta.4", - "@tsparticles/interaction-external-connect": "^3.0.0-beta.4", - "@tsparticles/interaction-external-grab": "^3.0.0-beta.4", - "@tsparticles/interaction-external-pause": "^3.0.0-beta.4", - "@tsparticles/interaction-external-push": "^3.0.0-beta.4", - "@tsparticles/interaction-external-remove": "^3.0.0-beta.4", - "@tsparticles/interaction-external-repulse": "^3.0.0-beta.4", - "@tsparticles/interaction-external-slow": "^3.0.0-beta.4", - "@tsparticles/interaction-external-trail": "^3.0.0-beta.4", - "@tsparticles/interaction-particles-attract": "^3.0.0-beta.4", - "@tsparticles/interaction-particles-collisions": "^3.0.0-beta.4", - "@tsparticles/interaction-particles-links": "^3.0.0-beta.4", - "@tsparticles/move-base": "^3.0.0-beta.4", - "@tsparticles/move-parallax": "^3.0.0-beta.4", - "@tsparticles/particles.js": "^3.0.0-beta.4", - "@tsparticles/plugin-absorbers": "^3.0.0-beta.4", - "@tsparticles/plugin-easing-quad": "^3.0.0-beta.4", - "@tsparticles/plugin-emitters": "^3.0.0-beta.4", - "@tsparticles/plugin-motion": "^3.0.0-beta.4", - "@tsparticles/plugin-polygon-mask": "^3.0.0-beta.4", - "@tsparticles/plugin-sounds": "^3.0.0-beta.4", - "@tsparticles/shape-cards": "^3.0.0-beta.4", - "@tsparticles/shape-circle": "^3.0.0-beta.4", - "@tsparticles/shape-heart": "^3.0.0-beta.4", - "@tsparticles/shape-image": "^3.0.0-beta.4", - "@tsparticles/shape-line": "^3.0.0-beta.4", - "@tsparticles/shape-polygon": "^3.0.0-beta.4", - "@tsparticles/shape-square": "^3.0.0-beta.4", - "@tsparticles/shape-star": "^3.0.0-beta.4", - "@tsparticles/shape-text": "^3.0.0-beta.4", - "@tsparticles/slim": "^3.0.0-beta.4", - "@tsparticles/updater-color": "^3.0.0-beta.4", - "@tsparticles/updater-destroy": "^3.0.0-beta.4", - "@tsparticles/updater-life": "^3.0.0-beta.4", - "@tsparticles/updater-opacity": "^3.0.0-beta.4", - "@tsparticles/updater-out-modes": "^3.0.0-beta.4", - "@tsparticles/updater-roll": "^3.0.0-beta.4", - "@tsparticles/updater-rotate": "^3.0.0-beta.4", - "@tsparticles/updater-size": "^3.0.0-beta.4", - "@tsparticles/updater-stroke-color": "^3.0.0-beta.4", - "@tsparticles/updater-tilt": "^3.0.0-beta.4", - "@tsparticles/updater-twinkle": "^3.0.0-beta.4", - "@tsparticles/updater-wobble": "^3.0.0-beta.4", - "zone.js": "~0.13.0" + "tsparticles": "^3.0.2", + "@tsparticles/basic": "^3.0.2", + "@tsparticles/confetti": "^3.0.2", + "@tsparticles/configs": "^3.0.2", + "@tsparticles/effect-trail": "^3.0.2", + "@tsparticles/engine": "^3.0.2", + "@tsparticles/fireworks": "^3.0.2", + "@tsparticles/interaction-external-attract": "^3.0.2", + "@tsparticles/interaction-external-bounce": "^3.0.2", + "@tsparticles/interaction-external-bubble": "^3.0.2", + "@tsparticles/interaction-external-connect": "^3.0.2", + "@tsparticles/interaction-external-grab": "^3.0.2", + "@tsparticles/interaction-external-pause": "^3.0.2", + "@tsparticles/interaction-external-push": "^3.0.2", + "@tsparticles/interaction-external-remove": "^3.0.2", + "@tsparticles/interaction-external-repulse": "^3.0.2", + "@tsparticles/interaction-external-slow": "^3.0.2", + "@tsparticles/interaction-external-trail": "^3.0.2", + "@tsparticles/interaction-particles-attract": "^3.0.2", + "@tsparticles/interaction-particles-collisions": "^3.0.2", + "@tsparticles/interaction-particles-links": "^3.0.2", + "@tsparticles/move-base": "^3.0.2", + "@tsparticles/move-parallax": "^3.0.2", + "@tsparticles/pjs": "^3.0.2", + "@tsparticles/plugin-absorbers": "^3.0.2", + "@tsparticles/plugin-easing-quad": "^3.0.2", + "@tsparticles/plugin-emitters": "^3.0.2", + "@tsparticles/plugin-emitters-shape-circle": "^3.0.2", + "@tsparticles/plugin-emitters-shape-square": "^3.0.2", + "@tsparticles/plugin-motion": "^3.0.2", + "@tsparticles/plugin-polygon-mask": "^3.0.2", + "@tsparticles/plugin-sounds": "^3.0.2", + "@tsparticles/shape-cards": "^3.0.2", + "@tsparticles/shape-circle": "^3.0.2", + "@tsparticles/shape-emoji": "^3.0.2", + "@tsparticles/shape-heart": "^3.0.2", + "@tsparticles/shape-image": "^3.0.2", + "@tsparticles/shape-line": "^3.0.2", + "@tsparticles/shape-polygon": "^3.0.2", + "@tsparticles/shape-square": "^3.0.2", + "@tsparticles/shape-star": "^3.0.2", + "@tsparticles/shape-text": "^3.0.2", + "@tsparticles/slim": "^3.0.2", + "@tsparticles/updater-color": "^3.0.2", + "@tsparticles/updater-destroy": "^3.0.2", + "@tsparticles/updater-life": "^3.0.2", + "@tsparticles/updater-opacity": "^3.0.2", + "@tsparticles/updater-out-modes": "^3.0.2", + "@tsparticles/updater-roll": "^3.0.2", + "@tsparticles/updater-rotate": "^3.0.2", + "@tsparticles/updater-size": "^3.0.2", + "@tsparticles/updater-stroke-color": "^3.0.2", + "@tsparticles/updater-tilt": "^3.0.2", + "@tsparticles/updater-twinkle": "^3.0.2", + "@tsparticles/updater-wobble": "^3.0.2", + "zone.js": "~0.14.2" }, "devDependencies": { - "@angular-devkit/build-angular": "~16.2.0", - "@angular/cli": "~16.2.0", - "@angular/compiler-cli": "~16.2.0", - "@types/jasmine": "~4.3.5", - "@types/node": "^20.4.7", - "jasmine-core": "~5.1.0", + "@angular-devkit/build-angular": "~17.0.8", + "@angular/cli": "~17.0.8", + "@angular/compiler-cli": "~17.0.8", + "@types/jasmine": "~5.1.4", + "@types/node": "^20.10.5", + "jasmine-core": "~5.1.1", "karma": "~6.4.2", "karma-chrome-launcher": "~3.2.0", "karma-coverage": "~2.2.1", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.1.0", - "typescript": "~5.1.6" + "typescript": "~5.2.2" } } diff --git a/apps/angular-demo/src/app/app.component.html b/apps/angular-demo/src/app/app.component.html index 9a8c72c..431ffc0 100644 --- a/apps/angular-demo/src/app/app.component.html +++ b/apps/angular-demo/src/app/app.component.html @@ -10,8 +10,8 @@