Skip to content

Commit c288279

Browse files
committed
build: changed deps, small code refactoring
1 parent 2e69efd commit c288279

203 files changed

Lines changed: 923 additions & 918 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

bundles/all/package.dist.json

Lines changed: 50 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -99,56 +99,56 @@
9999
"./package.json": "./package.json"
100100
},
101101
"dependencies": {
102-
"@tsparticles/effect-bubble": "^3.6.0",
103-
"@tsparticles/effect-trail": "^3.6.0",
104-
"@tsparticles/engine": "^3.6.0",
105-
"@tsparticles/interaction-external-particle": "^3.6.0",
106-
"@tsparticles/interaction-external-pop": "^3.6.0",
107-
"@tsparticles/interaction-light": "^3.6.0",
108-
"@tsparticles/interaction-particles-repulse": "^3.6.0",
109-
"@tsparticles/path-curl-noise": "^3.6.0",
110-
"@tsparticles/path-curves": "^3.6.0",
111-
"@tsparticles/path-perlin-noise": "^3.6.0",
112-
"@tsparticles/path-polygon": "^3.6.0",
113-
"@tsparticles/path-simplex-noise": "^3.6.0",
114-
"@tsparticles/path-svg": "^3.6.0",
115-
"@tsparticles/path-zig-zag": "^3.6.0",
116-
"@tsparticles/pjs": "^3.6.0",
117-
"@tsparticles/plugin-canvas-mask": "^3.6.0",
118-
"@tsparticles/plugin-easing-back": "^3.6.0",
119-
"@tsparticles/plugin-easing-circ": "^3.6.0",
120-
"@tsparticles/plugin-easing-cubic": "^3.6.0",
121-
"@tsparticles/plugin-easing-expo": "^3.6.0",
122-
"@tsparticles/plugin-easing-linear": "^3.6.0",
123-
"@tsparticles/plugin-easing-quart": "^3.6.0",
124-
"@tsparticles/plugin-easing-quint": "^3.6.0",
125-
"@tsparticles/plugin-easing-sine": "^3.6.0",
126-
"@tsparticles/plugin-emitters-shape-canvas": "^3.6.0",
127-
"@tsparticles/plugin-emitters-shape-path": "^3.6.0",
128-
"@tsparticles/plugin-emitters-shape-polygon": "^3.6.0",
129-
"@tsparticles/plugin-export-image": "^3.6.0",
130-
"@tsparticles/plugin-export-json": "^3.6.0",
131-
"@tsparticles/plugin-export-video": "^3.6.0",
132-
"@tsparticles/plugin-hsv-color": "^3.6.0",
133-
"@tsparticles/plugin-infection": "^3.6.0",
134-
"@tsparticles/plugin-motion": "^3.6.0",
135-
"@tsparticles/plugin-named-color": "^3.6.0",
136-
"@tsparticles/plugin-oklch-color": "^3.6.0",
137-
"@tsparticles/plugin-poisson-disc": "^3.6.0",
138-
"@tsparticles/plugin-polygon-mask": "^3.6.0",
139-
"@tsparticles/plugin-sounds": "^3.6.0",
140-
"@tsparticles/shape-arrow": "^3.6.0",
141-
"@tsparticles/shape-cards": "^3.6.0",
142-
"@tsparticles/shape-cog": "^3.6.0",
143-
"@tsparticles/shape-heart": "^3.6.0",
144-
"@tsparticles/shape-infinity": "^3.6.0",
145-
"@tsparticles/shape-path": "^3.6.0",
146-
"@tsparticles/shape-rounded-polygon": "^3.6.0",
147-
"@tsparticles/shape-rounded-rect": "^3.6.0",
148-
"@tsparticles/shape-spiral": "^3.6.0",
149-
"@tsparticles/updater-gradient": "^3.6.0",
150-
"@tsparticles/updater-orbit": "^3.6.0",
151-
"tsparticles": "^3.6.0"
102+
"@tsparticles/effect-bubble": "3.6.0",
103+
"@tsparticles/effect-trail": "3.6.0",
104+
"@tsparticles/engine": "3.6.0",
105+
"@tsparticles/interaction-external-particle": "3.6.0",
106+
"@tsparticles/interaction-external-pop": "3.6.0",
107+
"@tsparticles/interaction-light": "3.6.0",
108+
"@tsparticles/interaction-particles-repulse": "3.6.0",
109+
"@tsparticles/path-curl-noise": "3.6.0",
110+
"@tsparticles/path-curves": "3.6.0",
111+
"@tsparticles/path-perlin-noise": "3.6.0",
112+
"@tsparticles/path-polygon": "3.6.0",
113+
"@tsparticles/path-simplex-noise": "3.6.0",
114+
"@tsparticles/path-svg": "3.6.0",
115+
"@tsparticles/path-zig-zag": "3.6.0",
116+
"@tsparticles/pjs": "3.6.0",
117+
"@tsparticles/plugin-canvas-mask": "3.6.0",
118+
"@tsparticles/plugin-easing-back": "3.6.0",
119+
"@tsparticles/plugin-easing-circ": "3.6.0",
120+
"@tsparticles/plugin-easing-cubic": "3.6.0",
121+
"@tsparticles/plugin-easing-expo": "3.6.0",
122+
"@tsparticles/plugin-easing-linear": "3.6.0",
123+
"@tsparticles/plugin-easing-quart": "3.6.0",
124+
"@tsparticles/plugin-easing-quint": "3.6.0",
125+
"@tsparticles/plugin-easing-sine": "3.6.0",
126+
"@tsparticles/plugin-emitters-shape-canvas": "3.6.0",
127+
"@tsparticles/plugin-emitters-shape-path": "3.6.0",
128+
"@tsparticles/plugin-emitters-shape-polygon": "3.6.0",
129+
"@tsparticles/plugin-export-image": "3.6.0",
130+
"@tsparticles/plugin-export-json": "3.6.0",
131+
"@tsparticles/plugin-export-video": "3.6.0",
132+
"@tsparticles/plugin-hsv-color": "3.6.0",
133+
"@tsparticles/plugin-infection": "3.6.0",
134+
"@tsparticles/plugin-motion": "3.6.0",
135+
"@tsparticles/plugin-named-color": "3.6.0",
136+
"@tsparticles/plugin-oklch-color": "3.6.0",
137+
"@tsparticles/plugin-poisson-disc": "3.6.0",
138+
"@tsparticles/plugin-polygon-mask": "3.6.0",
139+
"@tsparticles/plugin-sounds": "3.6.0",
140+
"@tsparticles/shape-arrow": "3.6.0",
141+
"@tsparticles/shape-cards": "3.6.0",
142+
"@tsparticles/shape-cog": "3.6.0",
143+
"@tsparticles/shape-heart": "3.6.0",
144+
"@tsparticles/shape-infinity": "3.6.0",
145+
"@tsparticles/shape-path": "3.6.0",
146+
"@tsparticles/shape-rounded-polygon": "3.6.0",
147+
"@tsparticles/shape-rounded-rect": "3.6.0",
148+
"@tsparticles/shape-spiral": "3.6.0",
149+
"@tsparticles/updater-gradient": "3.6.0",
150+
"@tsparticles/updater-orbit": "3.6.0",
151+
"tsparticles": "3.6.0"
152152
},
153153
"publishConfig": {
154154
"access": "public"

bundles/all/package.json

Lines changed: 50 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -107,56 +107,56 @@
107107
"./package.json": "./dist/package.json"
108108
},
109109
"dependencies": {
110-
"@tsparticles/effect-bubble": "workspace:^3.6.0",
111-
"@tsparticles/effect-trail": "workspace:^3.6.0",
112-
"@tsparticles/engine": "workspace:^3.6.0",
113-
"@tsparticles/interaction-external-particle": "workspace:^3.6.0",
114-
"@tsparticles/interaction-external-pop": "workspace:^3.6.0",
115-
"@tsparticles/interaction-light": "workspace:^3.6.0",
116-
"@tsparticles/interaction-particles-repulse": "workspace:^3.6.0",
117-
"@tsparticles/path-curl-noise": "workspace:^3.6.0",
118-
"@tsparticles/path-curves": "workspace:^3.6.0",
119-
"@tsparticles/path-perlin-noise": "workspace:^3.6.0",
120-
"@tsparticles/path-polygon": "workspace:^3.6.0",
121-
"@tsparticles/path-simplex-noise": "workspace:^3.6.0",
122-
"@tsparticles/path-svg": "workspace:^3.6.0",
123-
"@tsparticles/path-zig-zag": "workspace:^3.6.0",
124-
"@tsparticles/pjs": "workspace:^3.6.0",
125-
"@tsparticles/plugin-canvas-mask": "workspace:^3.6.0",
126-
"@tsparticles/plugin-easing-back": "workspace:^3.6.0",
127-
"@tsparticles/plugin-easing-circ": "workspace:^3.6.0",
128-
"@tsparticles/plugin-easing-cubic": "workspace:^3.6.0",
129-
"@tsparticles/plugin-easing-expo": "workspace:^3.6.0",
130-
"@tsparticles/plugin-easing-linear": "workspace:^3.6.0",
131-
"@tsparticles/plugin-easing-quart": "workspace:^3.6.0",
132-
"@tsparticles/plugin-easing-quint": "workspace:^3.6.0",
133-
"@tsparticles/plugin-easing-sine": "workspace:^3.6.0",
134-
"@tsparticles/plugin-emitters-shape-canvas": "workspace:^3.6.0",
135-
"@tsparticles/plugin-emitters-shape-path": "workspace:^3.6.0",
136-
"@tsparticles/plugin-emitters-shape-polygon": "workspace:^3.6.0",
137-
"@tsparticles/plugin-export-image": "workspace:^3.6.0",
138-
"@tsparticles/plugin-export-json": "workspace:^3.6.0",
139-
"@tsparticles/plugin-export-video": "workspace:^3.6.0",
140-
"@tsparticles/plugin-hsv-color": "workspace:^3.6.0",
141-
"@tsparticles/plugin-infection": "workspace:^3.6.0",
142-
"@tsparticles/plugin-motion": "workspace:^3.6.0",
143-
"@tsparticles/plugin-named-color": "workspace:^3.6.0",
144-
"@tsparticles/plugin-oklch-color": "workspace:^3.6.0",
145-
"@tsparticles/plugin-poisson-disc": "workspace:^3.6.0",
146-
"@tsparticles/plugin-polygon-mask": "workspace:^3.6.0",
147-
"@tsparticles/plugin-sounds": "workspace:^3.6.0",
148-
"@tsparticles/shape-arrow": "workspace:^3.6.0",
149-
"@tsparticles/shape-cards": "workspace:^3.6.0",
150-
"@tsparticles/shape-cog": "workspace:^3.6.0",
151-
"@tsparticles/shape-heart": "workspace:^3.6.0",
152-
"@tsparticles/shape-infinity": "workspace:^3.6.0",
153-
"@tsparticles/shape-path": "workspace:^3.6.0",
154-
"@tsparticles/shape-rounded-polygon": "workspace:^3.6.0",
155-
"@tsparticles/shape-rounded-rect": "workspace:^3.6.0",
156-
"@tsparticles/shape-spiral": "workspace:^3.6.0",
157-
"@tsparticles/updater-gradient": "workspace:^3.6.0",
158-
"@tsparticles/updater-orbit": "workspace:^3.6.0",
159-
"tsparticles": "workspace:^3.6.0"
110+
"@tsparticles/effect-bubble": "workspace:3.6.0",
111+
"@tsparticles/effect-trail": "workspace:3.6.0",
112+
"@tsparticles/engine": "workspace:3.6.0",
113+
"@tsparticles/interaction-external-particle": "workspace:3.6.0",
114+
"@tsparticles/interaction-external-pop": "workspace:3.6.0",
115+
"@tsparticles/interaction-light": "workspace:3.6.0",
116+
"@tsparticles/interaction-particles-repulse": "workspace:3.6.0",
117+
"@tsparticles/path-curl-noise": "workspace:3.6.0",
118+
"@tsparticles/path-curves": "workspace:3.6.0",
119+
"@tsparticles/path-perlin-noise": "workspace:3.6.0",
120+
"@tsparticles/path-polygon": "workspace:3.6.0",
121+
"@tsparticles/path-simplex-noise": "workspace:3.6.0",
122+
"@tsparticles/path-svg": "workspace:3.6.0",
123+
"@tsparticles/path-zig-zag": "workspace:3.6.0",
124+
"@tsparticles/pjs": "workspace:3.6.0",
125+
"@tsparticles/plugin-canvas-mask": "workspace:3.6.0",
126+
"@tsparticles/plugin-easing-back": "workspace:3.6.0",
127+
"@tsparticles/plugin-easing-circ": "workspace:3.6.0",
128+
"@tsparticles/plugin-easing-cubic": "workspace:3.6.0",
129+
"@tsparticles/plugin-easing-expo": "workspace:3.6.0",
130+
"@tsparticles/plugin-easing-linear": "workspace:3.6.0",
131+
"@tsparticles/plugin-easing-quart": "workspace:3.6.0",
132+
"@tsparticles/plugin-easing-quint": "workspace:3.6.0",
133+
"@tsparticles/plugin-easing-sine": "workspace:3.6.0",
134+
"@tsparticles/plugin-emitters-shape-canvas": "workspace:3.6.0",
135+
"@tsparticles/plugin-emitters-shape-path": "workspace:3.6.0",
136+
"@tsparticles/plugin-emitters-shape-polygon": "workspace:3.6.0",
137+
"@tsparticles/plugin-export-image": "workspace:3.6.0",
138+
"@tsparticles/plugin-export-json": "workspace:3.6.0",
139+
"@tsparticles/plugin-export-video": "workspace:3.6.0",
140+
"@tsparticles/plugin-hsv-color": "workspace:3.6.0",
141+
"@tsparticles/plugin-infection": "workspace:3.6.0",
142+
"@tsparticles/plugin-motion": "workspace:3.6.0",
143+
"@tsparticles/plugin-named-color": "workspace:3.6.0",
144+
"@tsparticles/plugin-oklch-color": "workspace:3.6.0",
145+
"@tsparticles/plugin-poisson-disc": "workspace:3.6.0",
146+
"@tsparticles/plugin-polygon-mask": "workspace:3.6.0",
147+
"@tsparticles/plugin-sounds": "workspace:3.6.0",
148+
"@tsparticles/shape-arrow": "workspace:3.6.0",
149+
"@tsparticles/shape-cards": "workspace:3.6.0",
150+
"@tsparticles/shape-cog": "workspace:3.6.0",
151+
"@tsparticles/shape-heart": "workspace:3.6.0",
152+
"@tsparticles/shape-infinity": "workspace:3.6.0",
153+
"@tsparticles/shape-path": "workspace:3.6.0",
154+
"@tsparticles/shape-rounded-polygon": "workspace:3.6.0",
155+
"@tsparticles/shape-rounded-rect": "workspace:3.6.0",
156+
"@tsparticles/shape-spiral": "workspace:3.6.0",
157+
"@tsparticles/updater-gradient": "workspace:3.6.0",
158+
"@tsparticles/updater-orbit": "workspace:3.6.0",
159+
"tsparticles": "workspace:3.6.0"
160160
},
161161
"publishConfig": {
162162
"access": "public",

bundles/basic/package.dist.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,13 @@
9999
"./package.json": "./package.json"
100100
},
101101
"dependencies": {
102-
"@tsparticles/engine": "^3.6.0",
103-
"@tsparticles/move-base": "^3.6.0",
104-
"@tsparticles/shape-circle": "^3.6.0",
105-
"@tsparticles/updater-color": "^3.6.0",
106-
"@tsparticles/updater-opacity": "^3.6.0-beta.1",
107-
"@tsparticles/updater-out-modes": "^3.6.0",
108-
"@tsparticles/updater-size": "^3.6.0"
102+
"@tsparticles/engine": "3.6.0",
103+
"@tsparticles/move-base": "3.6.0",
104+
"@tsparticles/shape-circle": "3.6.0",
105+
"@tsparticles/updater-color": "3.6.0",
106+
"@tsparticles/updater-opacity": "3.6.0",
107+
"@tsparticles/updater-out-modes": "3.6.0",
108+
"@tsparticles/updater-size": "3.6.0"
109109
},
110110
"publishConfig": {
111111
"access": "public"

bundles/basic/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -107,13 +107,13 @@
107107
"./package.json": "./dist/package.json"
108108
},
109109
"dependencies": {
110-
"@tsparticles/engine": "workspace:^3.6.0",
111-
"@tsparticles/move-base": "workspace:^3.6.0",
112-
"@tsparticles/shape-circle": "workspace:^3.6.0",
113-
"@tsparticles/updater-color": "workspace:^3.6.0",
114-
"@tsparticles/updater-opacity": "workspace:^3.6.0-beta.1",
115-
"@tsparticles/updater-out-modes": "workspace:^3.6.0",
116-
"@tsparticles/updater-size": "workspace:^3.6.0"
110+
"@tsparticles/engine": "workspace:3.6.0",
111+
"@tsparticles/move-base": "workspace:3.6.0",
112+
"@tsparticles/shape-circle": "workspace:3.6.0",
113+
"@tsparticles/updater-color": "workspace:3.6.0",
114+
"@tsparticles/updater-opacity": "workspace:3.6.0",
115+
"@tsparticles/updater-out-modes": "workspace:3.6.0",
116+
"@tsparticles/updater-size": "workspace:3.6.0"
117117
},
118118
"publishConfig": {
119119
"access": "public",

bundles/confetti/package.dist.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -99,22 +99,22 @@
9999
"./package.json": "./package.json"
100100
},
101101
"dependencies": {
102-
"@tsparticles/basic": "^3.6.0",
103-
"@tsparticles/engine": "^3.6.0",
104-
"@tsparticles/plugin-emitters": "^3.6.0",
105-
"@tsparticles/plugin-motion": "^3.6.0",
106-
"@tsparticles/shape-cards": "^3.6.0",
107-
"@tsparticles/shape-emoji": "^3.6.0",
108-
"@tsparticles/shape-heart": "^3.6.0",
109-
"@tsparticles/shape-image": "^3.6.0",
110-
"@tsparticles/shape-polygon": "^3.6.0",
111-
"@tsparticles/shape-square": "^3.6.0",
112-
"@tsparticles/shape-star": "^3.6.0",
113-
"@tsparticles/updater-life": "^3.6.0",
114-
"@tsparticles/updater-roll": "^3.6.0",
115-
"@tsparticles/updater-rotate": "^3.6.0",
116-
"@tsparticles/updater-tilt": "^3.6.0",
117-
"@tsparticles/updater-wobble": "^3.6.0"
102+
"@tsparticles/basic": "3.6.0",
103+
"@tsparticles/engine": "3.6.0",
104+
"@tsparticles/plugin-emitters": "3.6.0",
105+
"@tsparticles/plugin-motion": "3.6.0",
106+
"@tsparticles/shape-cards": "3.6.0",
107+
"@tsparticles/shape-emoji": "3.6.0",
108+
"@tsparticles/shape-heart": "3.6.0",
109+
"@tsparticles/shape-image": "3.6.0",
110+
"@tsparticles/shape-polygon": "3.6.0",
111+
"@tsparticles/shape-square": "3.6.0",
112+
"@tsparticles/shape-star": "3.6.0",
113+
"@tsparticles/updater-life": "3.6.0",
114+
"@tsparticles/updater-roll": "3.6.0",
115+
"@tsparticles/updater-rotate": "3.6.0",
116+
"@tsparticles/updater-tilt": "3.6.0",
117+
"@tsparticles/updater-wobble": "3.6.0"
118118
},
119119
"publishConfig": {
120120
"access": "public"

bundles/confetti/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -107,22 +107,22 @@
107107
"./package.json": "./dist/package.json"
108108
},
109109
"dependencies": {
110-
"@tsparticles/basic": "workspace:^3.6.0",
111-
"@tsparticles/engine": "workspace:^3.6.0",
112-
"@tsparticles/plugin-emitters": "workspace:^3.6.0",
113-
"@tsparticles/plugin-motion": "workspace:^3.6.0",
114-
"@tsparticles/shape-cards": "workspace:^3.6.0",
115-
"@tsparticles/shape-emoji": "workspace:^3.6.0",
116-
"@tsparticles/shape-heart": "workspace:^3.6.0",
117-
"@tsparticles/shape-image": "workspace:^3.6.0",
118-
"@tsparticles/shape-polygon": "workspace:^3.6.0",
119-
"@tsparticles/shape-square": "workspace:^3.6.0",
120-
"@tsparticles/shape-star": "workspace:^3.6.0",
121-
"@tsparticles/updater-life": "workspace:^3.6.0",
122-
"@tsparticles/updater-roll": "workspace:^3.6.0",
123-
"@tsparticles/updater-rotate": "workspace:^3.6.0",
124-
"@tsparticles/updater-tilt": "workspace:^3.6.0",
125-
"@tsparticles/updater-wobble": "workspace:^3.6.0"
110+
"@tsparticles/basic": "workspace:3.6.0",
111+
"@tsparticles/engine": "workspace:3.6.0",
112+
"@tsparticles/plugin-emitters": "workspace:3.6.0",
113+
"@tsparticles/plugin-motion": "workspace:3.6.0",
114+
"@tsparticles/shape-cards": "workspace:3.6.0",
115+
"@tsparticles/shape-emoji": "workspace:3.6.0",
116+
"@tsparticles/shape-heart": "workspace:3.6.0",
117+
"@tsparticles/shape-image": "workspace:3.6.0",
118+
"@tsparticles/shape-polygon": "workspace:3.6.0",
119+
"@tsparticles/shape-square": "workspace:3.6.0",
120+
"@tsparticles/shape-star": "workspace:3.6.0",
121+
"@tsparticles/updater-life": "workspace:3.6.0",
122+
"@tsparticles/updater-roll": "workspace:3.6.0",
123+
"@tsparticles/updater-rotate": "workspace:3.6.0",
124+
"@tsparticles/updater-tilt": "workspace:3.6.0",
125+
"@tsparticles/updater-wobble": "workspace:3.6.0"
126126
},
127127
"publishConfig": {
128128
"access": "public",

bundles/fireworks/package.dist.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -99,15 +99,15 @@
9999
"./package.json": "./package.json"
100100
},
101101
"dependencies": {
102-
"@tsparticles/basic": "^3.6.0",
103-
"@tsparticles/effect-trail": "^3.6.0",
104-
"@tsparticles/engine": "^3.6.0",
105-
"@tsparticles/plugin-emitters": "^3.6.0",
106-
"@tsparticles/plugin-emitters-shape-square": "^3.6.0",
107-
"@tsparticles/plugin-sounds": "^3.6.0",
108-
"@tsparticles/updater-destroy": "^3.6.0",
109-
"@tsparticles/updater-life": "^3.6.0",
110-
"@tsparticles/updater-rotate": "^3.6.0"
102+
"@tsparticles/basic": "3.6.0",
103+
"@tsparticles/effect-trail": "3.6.0",
104+
"@tsparticles/engine": "3.6.0",
105+
"@tsparticles/plugin-emitters": "3.6.0",
106+
"@tsparticles/plugin-emitters-shape-square": "3.6.0",
107+
"@tsparticles/plugin-sounds": "3.6.0",
108+
"@tsparticles/updater-destroy": "3.6.0",
109+
"@tsparticles/updater-life": "3.6.0",
110+
"@tsparticles/updater-rotate": "3.6.0"
111111
},
112112
"publishConfig": {
113113
"access": "public"

bundles/fireworks/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -107,15 +107,15 @@
107107
"./package.json": "./dist/package.json"
108108
},
109109
"dependencies": {
110-
"@tsparticles/basic": "workspace:^3.6.0",
111-
"@tsparticles/effect-trail": "workspace:^3.6.0",
112-
"@tsparticles/engine": "workspace:^3.6.0",
113-
"@tsparticles/plugin-emitters": "workspace:^3.6.0",
114-
"@tsparticles/plugin-emitters-shape-square": "workspace:^3.6.0",
115-
"@tsparticles/plugin-sounds": "workspace:^3.6.0",
116-
"@tsparticles/updater-destroy": "workspace:^3.6.0",
117-
"@tsparticles/updater-life": "workspace:^3.6.0",
118-
"@tsparticles/updater-rotate": "workspace:^3.6.0"
110+
"@tsparticles/basic": "workspace:3.6.0",
111+
"@tsparticles/effect-trail": "workspace:3.6.0",
112+
"@tsparticles/engine": "workspace:3.6.0",
113+
"@tsparticles/plugin-emitters": "workspace:3.6.0",
114+
"@tsparticles/plugin-emitters-shape-square": "workspace:3.6.0",
115+
"@tsparticles/plugin-sounds": "workspace:3.6.0",
116+
"@tsparticles/updater-destroy": "workspace:3.6.0",
117+
"@tsparticles/updater-life": "workspace:3.6.0",
118+
"@tsparticles/updater-rotate": "workspace:3.6.0"
119119
},
120120
"publishConfig": {
121121
"access": "public",

0 commit comments

Comments
 (0)