Skip to content

Commit ddfe4f0

Browse files
authored
Merge pull request tsparticles#5515 from tsparticles/v3
3.9.1
2 parents a31385a + ef74e8e commit ddfe4f0

File tree

329 files changed

+1760
-1316
lines changed

Some content is hidden

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

329 files changed

+1760
-1316
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.9.1](https://github.com/tsparticles/tsparticles/compare/v3.9.0...v3.9.1) (2025-08-03)
7+
8+
**Note:** Version bump only for package @tsparticles/workspace
9+
610
# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01)
711

812
### Bug Fixes

bundles/all/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.9.1](https://github.com/tsparticles/tsparticles/compare/v3.9.0...v3.9.1) (2025-08-03)
7+
8+
**Note:** Version bump only for package @tsparticles/all
9+
610
# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01)
711

812
### Features

bundles/all/package.dist.json

Lines changed: 52 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tsparticles/all",
3-
"version": "3.9.0",
3+
"version": "3.9.1",
44
"description": "Easily create highly customizable particle animations and use them as animated backgrounds for your website. Ready to use components available also for React, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Riot.js, Inferno.",
55
"homepage": "https://particles.js.org",
66
"repository": {
@@ -99,57 +99,57 @@
9999
"./package.json": "./package.json"
100100
},
101101
"dependencies": {
102-
"@tsparticles/effect-bubble": "3.9.0",
103-
"@tsparticles/effect-trail": "3.9.0",
104-
"@tsparticles/engine": "3.9.0",
105-
"@tsparticles/interaction-external-particle": "3.9.0",
106-
"@tsparticles/interaction-external-pop": "3.9.0",
107-
"@tsparticles/interaction-light": "3.9.0",
108-
"@tsparticles/interaction-particles-repulse": "3.9.0",
109-
"@tsparticles/path-curl-noise": "3.9.0",
110-
"@tsparticles/path-curves": "3.9.0",
111-
"@tsparticles/path-fractal-noise": "3.9.0",
112-
"@tsparticles/path-perlin-noise": "3.9.0",
113-
"@tsparticles/path-polygon": "3.9.0",
114-
"@tsparticles/path-simplex-noise": "3.9.0",
115-
"@tsparticles/path-svg": "3.9.0",
116-
"@tsparticles/path-zig-zag": "3.9.0",
117-
"@tsparticles/pjs": "3.9.0",
118-
"@tsparticles/plugin-canvas-mask": "3.9.0",
119-
"@tsparticles/plugin-easing-back": "3.9.0",
120-
"@tsparticles/plugin-easing-circ": "3.9.0",
121-
"@tsparticles/plugin-easing-cubic": "3.9.0",
122-
"@tsparticles/plugin-easing-expo": "3.9.0",
123-
"@tsparticles/plugin-easing-linear": "3.9.0",
124-
"@tsparticles/plugin-easing-quart": "3.9.0",
125-
"@tsparticles/plugin-easing-quint": "3.9.0",
126-
"@tsparticles/plugin-easing-sine": "3.9.0",
127-
"@tsparticles/plugin-emitters-shape-canvas": "3.9.0",
128-
"@tsparticles/plugin-emitters-shape-path": "3.9.0",
129-
"@tsparticles/plugin-emitters-shape-polygon": "3.9.0",
130-
"@tsparticles/plugin-export-image": "3.9.0",
131-
"@tsparticles/plugin-export-json": "3.9.0",
132-
"@tsparticles/plugin-export-video": "3.9.0",
133-
"@tsparticles/plugin-hsv-color": "3.9.0",
134-
"@tsparticles/plugin-infection": "3.9.0",
135-
"@tsparticles/plugin-motion": "3.9.0",
136-
"@tsparticles/plugin-named-color": "3.9.0",
137-
"@tsparticles/plugin-oklch-color": "3.9.0",
138-
"@tsparticles/plugin-poisson-disc": "3.9.0",
139-
"@tsparticles/plugin-polygon-mask": "3.9.0",
140-
"@tsparticles/plugin-sounds": "3.9.0",
141-
"@tsparticles/shape-arrow": "3.9.0",
142-
"@tsparticles/shape-cards": "3.9.0",
143-
"@tsparticles/shape-cog": "3.9.0",
144-
"@tsparticles/shape-heart": "3.9.0",
145-
"@tsparticles/shape-infinity": "3.9.0",
146-
"@tsparticles/shape-path": "3.9.0",
147-
"@tsparticles/shape-rounded-polygon": "3.9.0",
148-
"@tsparticles/shape-rounded-rect": "3.9.0",
149-
"@tsparticles/shape-spiral": "3.9.0",
150-
"@tsparticles/updater-gradient": "3.9.0",
151-
"@tsparticles/updater-orbit": "3.9.0",
152-
"tsparticles": "3.9.0"
102+
"@tsparticles/effect-bubble": "3.9.1",
103+
"@tsparticles/effect-trail": "3.9.1",
104+
"@tsparticles/engine": "3.9.1",
105+
"@tsparticles/interaction-external-particle": "3.9.1",
106+
"@tsparticles/interaction-external-pop": "3.9.1",
107+
"@tsparticles/interaction-light": "3.9.1",
108+
"@tsparticles/interaction-particles-repulse": "3.9.1",
109+
"@tsparticles/path-curl-noise": "3.9.1",
110+
"@tsparticles/path-curves": "3.9.1",
111+
"@tsparticles/path-fractal-noise": "3.9.1",
112+
"@tsparticles/path-perlin-noise": "3.9.1",
113+
"@tsparticles/path-polygon": "3.9.1",
114+
"@tsparticles/path-simplex-noise": "3.9.1",
115+
"@tsparticles/path-svg": "3.9.1",
116+
"@tsparticles/path-zig-zag": "3.9.1",
117+
"@tsparticles/pjs": "3.9.1",
118+
"@tsparticles/plugin-canvas-mask": "3.9.1",
119+
"@tsparticles/plugin-easing-back": "3.9.1",
120+
"@tsparticles/plugin-easing-circ": "3.9.1",
121+
"@tsparticles/plugin-easing-cubic": "3.9.1",
122+
"@tsparticles/plugin-easing-expo": "3.9.1",
123+
"@tsparticles/plugin-easing-linear": "3.9.1",
124+
"@tsparticles/plugin-easing-quart": "3.9.1",
125+
"@tsparticles/plugin-easing-quint": "3.9.1",
126+
"@tsparticles/plugin-easing-sine": "3.9.1",
127+
"@tsparticles/plugin-emitters-shape-canvas": "3.9.1",
128+
"@tsparticles/plugin-emitters-shape-path": "3.9.1",
129+
"@tsparticles/plugin-emitters-shape-polygon": "3.9.1",
130+
"@tsparticles/plugin-export-image": "3.9.1",
131+
"@tsparticles/plugin-export-json": "3.9.1",
132+
"@tsparticles/plugin-export-video": "3.9.1",
133+
"@tsparticles/plugin-hsv-color": "3.9.1",
134+
"@tsparticles/plugin-infection": "3.9.1",
135+
"@tsparticles/plugin-motion": "3.9.1",
136+
"@tsparticles/plugin-named-color": "3.9.1",
137+
"@tsparticles/plugin-oklch-color": "3.9.1",
138+
"@tsparticles/plugin-poisson-disc": "3.9.1",
139+
"@tsparticles/plugin-polygon-mask": "3.9.1",
140+
"@tsparticles/plugin-sounds": "3.9.1",
141+
"@tsparticles/shape-arrow": "3.9.1",
142+
"@tsparticles/shape-cards": "3.9.1",
143+
"@tsparticles/shape-cog": "3.9.1",
144+
"@tsparticles/shape-heart": "3.9.1",
145+
"@tsparticles/shape-infinity": "3.9.1",
146+
"@tsparticles/shape-path": "3.9.1",
147+
"@tsparticles/shape-rounded-polygon": "3.9.1",
148+
"@tsparticles/shape-rounded-rect": "3.9.1",
149+
"@tsparticles/shape-spiral": "3.9.1",
150+
"@tsparticles/updater-gradient": "3.9.1",
151+
"@tsparticles/updater-orbit": "3.9.1",
152+
"tsparticles": "3.9.1"
153153
},
154154
"publishConfig": {
155155
"access": "public"

bundles/all/package.json

Lines changed: 52 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tsparticles/all",
3-
"version": "3.9.0",
3+
"version": "3.9.1",
44
"description": "Easily create highly customizable particle animations and use them as animated backgrounds for your website. Ready to use components available also for React, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Riot.js, Inferno.",
55
"homepage": "https://particles.js.org",
66
"scripts": {
@@ -107,57 +107,57 @@
107107
"./package.json": "./dist/package.json"
108108
},
109109
"dependencies": {
110-
"@tsparticles/effect-bubble": "workspace:3.9.0",
111-
"@tsparticles/effect-trail": "workspace:3.9.0",
112-
"@tsparticles/engine": "workspace:3.9.0",
113-
"@tsparticles/interaction-external-particle": "workspace:3.9.0",
114-
"@tsparticles/interaction-external-pop": "workspace:3.9.0",
115-
"@tsparticles/interaction-light": "workspace:3.9.0",
116-
"@tsparticles/interaction-particles-repulse": "workspace:3.9.0",
117-
"@tsparticles/path-curl-noise": "workspace:3.9.0",
118-
"@tsparticles/path-curves": "workspace:3.9.0",
119-
"@tsparticles/path-fractal-noise": "workspace:3.9.0",
120-
"@tsparticles/path-perlin-noise": "workspace:3.9.0",
121-
"@tsparticles/path-polygon": "workspace:3.9.0",
122-
"@tsparticles/path-simplex-noise": "workspace:3.9.0",
123-
"@tsparticles/path-svg": "workspace:3.9.0",
124-
"@tsparticles/path-zig-zag": "workspace:3.9.0",
125-
"@tsparticles/pjs": "workspace:3.9.0",
126-
"@tsparticles/plugin-canvas-mask": "workspace:3.9.0",
127-
"@tsparticles/plugin-easing-back": "workspace:3.9.0",
128-
"@tsparticles/plugin-easing-circ": "workspace:3.9.0",
129-
"@tsparticles/plugin-easing-cubic": "workspace:3.9.0",
130-
"@tsparticles/plugin-easing-expo": "workspace:3.9.0",
131-
"@tsparticles/plugin-easing-linear": "workspace:3.9.0",
132-
"@tsparticles/plugin-easing-quart": "workspace:3.9.0",
133-
"@tsparticles/plugin-easing-quint": "workspace:3.9.0",
134-
"@tsparticles/plugin-easing-sine": "workspace:3.9.0",
135-
"@tsparticles/plugin-emitters-shape-canvas": "workspace:3.9.0",
136-
"@tsparticles/plugin-emitters-shape-path": "workspace:3.9.0",
137-
"@tsparticles/plugin-emitters-shape-polygon": "workspace:3.9.0",
138-
"@tsparticles/plugin-export-image": "workspace:3.9.0",
139-
"@tsparticles/plugin-export-json": "workspace:3.9.0",
140-
"@tsparticles/plugin-export-video": "workspace:3.9.0",
141-
"@tsparticles/plugin-hsv-color": "workspace:3.9.0",
142-
"@tsparticles/plugin-infection": "workspace:3.9.0",
143-
"@tsparticles/plugin-motion": "workspace:3.9.0",
144-
"@tsparticles/plugin-named-color": "workspace:3.9.0",
145-
"@tsparticles/plugin-oklch-color": "workspace:3.9.0",
146-
"@tsparticles/plugin-poisson-disc": "workspace:3.9.0",
147-
"@tsparticles/plugin-polygon-mask": "workspace:3.9.0",
148-
"@tsparticles/plugin-sounds": "workspace:3.9.0",
149-
"@tsparticles/shape-arrow": "workspace:3.9.0",
150-
"@tsparticles/shape-cards": "workspace:3.9.0",
151-
"@tsparticles/shape-cog": "workspace:3.9.0",
152-
"@tsparticles/shape-heart": "workspace:3.9.0",
153-
"@tsparticles/shape-infinity": "workspace:3.9.0",
154-
"@tsparticles/shape-path": "workspace:3.9.0",
155-
"@tsparticles/shape-rounded-polygon": "workspace:3.9.0",
156-
"@tsparticles/shape-rounded-rect": "workspace:3.9.0",
157-
"@tsparticles/shape-spiral": "workspace:3.9.0",
158-
"@tsparticles/updater-gradient": "workspace:3.9.0",
159-
"@tsparticles/updater-orbit": "workspace:3.9.0",
160-
"tsparticles": "workspace:3.9.0"
110+
"@tsparticles/effect-bubble": "workspace:3.9.1",
111+
"@tsparticles/effect-trail": "workspace:3.9.1",
112+
"@tsparticles/engine": "workspace:3.9.1",
113+
"@tsparticles/interaction-external-particle": "workspace:3.9.1",
114+
"@tsparticles/interaction-external-pop": "workspace:3.9.1",
115+
"@tsparticles/interaction-light": "workspace:3.9.1",
116+
"@tsparticles/interaction-particles-repulse": "workspace:3.9.1",
117+
"@tsparticles/path-curl-noise": "workspace:3.9.1",
118+
"@tsparticles/path-curves": "workspace:3.9.1",
119+
"@tsparticles/path-fractal-noise": "workspace:3.9.1",
120+
"@tsparticles/path-perlin-noise": "workspace:3.9.1",
121+
"@tsparticles/path-polygon": "workspace:3.9.1",
122+
"@tsparticles/path-simplex-noise": "workspace:3.9.1",
123+
"@tsparticles/path-svg": "workspace:3.9.1",
124+
"@tsparticles/path-zig-zag": "workspace:3.9.1",
125+
"@tsparticles/pjs": "workspace:3.9.1",
126+
"@tsparticles/plugin-canvas-mask": "workspace:3.9.1",
127+
"@tsparticles/plugin-easing-back": "workspace:3.9.1",
128+
"@tsparticles/plugin-easing-circ": "workspace:3.9.1",
129+
"@tsparticles/plugin-easing-cubic": "workspace:3.9.1",
130+
"@tsparticles/plugin-easing-expo": "workspace:3.9.1",
131+
"@tsparticles/plugin-easing-linear": "workspace:3.9.1",
132+
"@tsparticles/plugin-easing-quart": "workspace:3.9.1",
133+
"@tsparticles/plugin-easing-quint": "workspace:3.9.1",
134+
"@tsparticles/plugin-easing-sine": "workspace:3.9.1",
135+
"@tsparticles/plugin-emitters-shape-canvas": "workspace:3.9.1",
136+
"@tsparticles/plugin-emitters-shape-path": "workspace:3.9.1",
137+
"@tsparticles/plugin-emitters-shape-polygon": "workspace:3.9.1",
138+
"@tsparticles/plugin-export-image": "workspace:3.9.1",
139+
"@tsparticles/plugin-export-json": "workspace:3.9.1",
140+
"@tsparticles/plugin-export-video": "workspace:3.9.1",
141+
"@tsparticles/plugin-hsv-color": "workspace:3.9.1",
142+
"@tsparticles/plugin-infection": "workspace:3.9.1",
143+
"@tsparticles/plugin-motion": "workspace:3.9.1",
144+
"@tsparticles/plugin-named-color": "workspace:3.9.1",
145+
"@tsparticles/plugin-oklch-color": "workspace:3.9.1",
146+
"@tsparticles/plugin-poisson-disc": "workspace:3.9.1",
147+
"@tsparticles/plugin-polygon-mask": "workspace:3.9.1",
148+
"@tsparticles/plugin-sounds": "workspace:3.9.1",
149+
"@tsparticles/shape-arrow": "workspace:3.9.1",
150+
"@tsparticles/shape-cards": "workspace:3.9.1",
151+
"@tsparticles/shape-cog": "workspace:3.9.1",
152+
"@tsparticles/shape-heart": "workspace:3.9.1",
153+
"@tsparticles/shape-infinity": "workspace:3.9.1",
154+
"@tsparticles/shape-path": "workspace:3.9.1",
155+
"@tsparticles/shape-rounded-polygon": "workspace:3.9.1",
156+
"@tsparticles/shape-rounded-rect": "workspace:3.9.1",
157+
"@tsparticles/shape-spiral": "workspace:3.9.1",
158+
"@tsparticles/updater-gradient": "workspace:3.9.1",
159+
"@tsparticles/updater-orbit": "workspace:3.9.1",
160+
"tsparticles": "workspace:3.9.1"
161161
},
162162
"publishConfig": {
163163
"access": "public",

bundles/basic/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.9.1](https://github.com/tsparticles/tsparticles/compare/v3.9.0...v3.9.1) (2025-08-03)
7+
8+
**Note:** Version bump only for package @tsparticles/basic
9+
610
# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01)
711

812
**Note:** Version bump only for package @tsparticles/basic

bundles/basic/package.dist.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tsparticles/basic",
3-
"version": "3.9.0",
3+
"version": "3.9.1",
44
"description": "Easily create highly customizable particle animations and use them as animated backgrounds for your website. Ready to use components available also for React, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Riot.js, Inferno.",
55
"homepage": "https://particles.js.org",
66
"repository": {
@@ -99,16 +99,16 @@
9999
"./package.json": "./package.json"
100100
},
101101
"dependencies": {
102-
"@tsparticles/engine": "3.9.0",
103-
"@tsparticles/move-base": "3.9.0",
104-
"@tsparticles/plugin-hex-color": "3.9.0",
105-
"@tsparticles/plugin-hsl-color": "3.9.0",
106-
"@tsparticles/plugin-rgb-color": "3.9.0",
107-
"@tsparticles/shape-circle": "3.9.0",
108-
"@tsparticles/updater-color": "3.9.0",
109-
"@tsparticles/updater-opacity": "3.9.0",
110-
"@tsparticles/updater-out-modes": "3.9.0",
111-
"@tsparticles/updater-size": "3.9.0"
102+
"@tsparticles/engine": "3.9.1",
103+
"@tsparticles/move-base": "3.9.1",
104+
"@tsparticles/plugin-hex-color": "3.9.1",
105+
"@tsparticles/plugin-hsl-color": "3.9.1",
106+
"@tsparticles/plugin-rgb-color": "3.9.1",
107+
"@tsparticles/shape-circle": "3.9.1",
108+
"@tsparticles/updater-color": "3.9.1",
109+
"@tsparticles/updater-opacity": "3.9.1",
110+
"@tsparticles/updater-out-modes": "3.9.1",
111+
"@tsparticles/updater-size": "3.9.1"
112112
},
113113
"publishConfig": {
114114
"access": "public"

bundles/basic/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tsparticles/basic",
3-
"version": "3.9.0",
3+
"version": "3.9.1",
44
"description": "Easily create highly customizable particle animations and use them as animated backgrounds for your website. Ready to use components available also for React, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Riot.js, Inferno.",
55
"homepage": "https://particles.js.org",
66
"scripts": {
@@ -107,16 +107,16 @@
107107
"./package.json": "./dist/package.json"
108108
},
109109
"dependencies": {
110-
"@tsparticles/engine": "workspace:3.9.0",
111-
"@tsparticles/move-base": "workspace:3.9.0",
112-
"@tsparticles/plugin-hex-color": "workspace:3.9.0",
113-
"@tsparticles/plugin-hsl-color": "workspace:3.9.0",
114-
"@tsparticles/plugin-rgb-color": "workspace:3.9.0",
115-
"@tsparticles/shape-circle": "workspace:3.9.0",
116-
"@tsparticles/updater-color": "workspace:3.9.0",
117-
"@tsparticles/updater-opacity": "workspace:3.9.0",
118-
"@tsparticles/updater-out-modes": "workspace:3.9.0",
119-
"@tsparticles/updater-size": "workspace:3.9.0"
110+
"@tsparticles/engine": "workspace:3.9.1",
111+
"@tsparticles/move-base": "workspace:3.9.1",
112+
"@tsparticles/plugin-hex-color": "workspace:3.9.1",
113+
"@tsparticles/plugin-hsl-color": "workspace:3.9.1",
114+
"@tsparticles/plugin-rgb-color": "workspace:3.9.1",
115+
"@tsparticles/shape-circle": "workspace:3.9.1",
116+
"@tsparticles/updater-color": "workspace:3.9.1",
117+
"@tsparticles/updater-opacity": "workspace:3.9.1",
118+
"@tsparticles/updater-out-modes": "workspace:3.9.1",
119+
"@tsparticles/updater-size": "workspace:3.9.1"
120120
},
121121
"publishConfig": {
122122
"access": "public",

bundles/confetti/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.9.1](https://github.com/tsparticles/tsparticles/compare/v3.9.0...v3.9.1) (2025-08-03)
7+
8+
**Note:** Version bump only for package @tsparticles/confetti
9+
610
# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01)
711

812
**Note:** Version bump only for package @tsparticles/confetti

bundles/confetti/package.dist.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tsparticles/confetti",
3-
"version": "3.9.0",
3+
"version": "3.9.1",
44
"description": "Easily create highly customizable particle animations and use them as animated backgrounds for your website. Ready to use components available also for React, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Riot.js, Inferno.",
55
"homepage": "https://particles.js.org",
66
"repository": {
@@ -99,22 +99,22 @@
9999
"./package.json": "./package.json"
100100
},
101101
"dependencies": {
102-
"@tsparticles/basic": "3.9.0",
103-
"@tsparticles/engine": "3.9.0",
104-
"@tsparticles/plugin-emitters": "3.9.0",
105-
"@tsparticles/plugin-motion": "3.9.0",
106-
"@tsparticles/shape-cards": "3.9.0",
107-
"@tsparticles/shape-emoji": "3.9.0",
108-
"@tsparticles/shape-heart": "3.9.0",
109-
"@tsparticles/shape-image": "3.9.0",
110-
"@tsparticles/shape-polygon": "3.9.0",
111-
"@tsparticles/shape-square": "3.9.0",
112-
"@tsparticles/shape-star": "3.9.0",
113-
"@tsparticles/updater-life": "3.9.0",
114-
"@tsparticles/updater-roll": "3.9.0",
115-
"@tsparticles/updater-rotate": "3.9.0",
116-
"@tsparticles/updater-tilt": "3.9.0",
117-
"@tsparticles/updater-wobble": "3.9.0"
102+
"@tsparticles/basic": "3.9.1",
103+
"@tsparticles/engine": "3.9.1",
104+
"@tsparticles/plugin-emitters": "3.9.1",
105+
"@tsparticles/plugin-motion": "3.9.1",
106+
"@tsparticles/shape-cards": "3.9.1",
107+
"@tsparticles/shape-emoji": "3.9.1",
108+
"@tsparticles/shape-heart": "3.9.1",
109+
"@tsparticles/shape-image": "3.9.1",
110+
"@tsparticles/shape-polygon": "3.9.1",
111+
"@tsparticles/shape-square": "3.9.1",
112+
"@tsparticles/shape-star": "3.9.1",
113+
"@tsparticles/updater-life": "3.9.1",
114+
"@tsparticles/updater-roll": "3.9.1",
115+
"@tsparticles/updater-rotate": "3.9.1",
116+
"@tsparticles/updater-tilt": "3.9.1",
117+
"@tsparticles/updater-wobble": "3.9.1"
118118
},
119119
"publishConfig": {
120120
"access": "public"

0 commit comments

Comments
 (0)