Skip to content

Commit 67e16a5

Browse files
authored
Merge pull request tsparticles#5425 from tsparticles/v3
3.7.0
2 parents 4f1b316 + 3b03efb commit 67e16a5

564 files changed

Lines changed: 12682 additions & 7223 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.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.7.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0...v3.7.0) (2024-11-24)
7+
8+
### Bug Fixes
9+
10+
- fixed issue in Firefox that caused the canvas to expand each frame ([628a05d](https://github.com/tsparticles/tsparticles/commit/628a05d59786240e5f9a796262847b6f8a27681e))
11+
12+
### Features
13+
14+
- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755))
15+
616
# [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18)
717

818
### Bug Fixes

bundles/all/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.7.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0...v3.7.0) (2024-11-24)
7+
8+
### Features
9+
10+
- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755))
11+
612
# [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18)
713

814
### Bug Fixes

bundles/all/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
- [@tsparticles/plugin-hsv-color](https://github.com/tsparticles/tsparticles/tree/main/plugins/hsvColor)
3333
- [@tsparticles/plugin-infection](https://github.com/tsparticles/tsparticles/tree/main/plugins/infection)
3434
- [@tsparticles/plugin-motion](https://github.com/tsparticles/tsparticles/tree/main/plugins/motion)
35+
- [@tsparticles/plugin-named-color](https://github.com/tsparticles/tsparticles/tree/main/plugins/namedColor)
3536
- [@tsparticles/plugin-polygon-mask](https://github.com/tsparticles/tsparticles/tree/main/plugins/polygonMask)
3637
- [@tsparticles/plugin-sounds](https://github.com/tsparticles/tsparticles/tree/main/plugins/sounds)
3738
- [@tsparticles/shape-arrow](https://github.com/tsparticles/tsparticles/tree/main/shapes/arrow)

bundles/all/package.dist.json

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

bundles/all/package.json

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

bundles/all/src/index.ts

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Engine } from "@tsparticles/engine";
1+
import { type Engine, assertValidVersion } from "@tsparticles/engine";
22
import { initPjs } from "@tsparticles/pjs";
33
import { loadArrowShape } from "@tsparticles/shape-arrow";
44
import { loadBubbleEffect } from "@tsparticles/effect-bubble";
@@ -31,6 +31,7 @@ import { loadInfectionPlugin } from "@tsparticles/plugin-infection";
3131
import { loadInfinityShape } from "@tsparticles/shape-infinity";
3232
import { loadLightInteraction } from "@tsparticles/interaction-light";
3333
import { loadMotionPlugin } from "@tsparticles/plugin-motion";
34+
import { loadNamedColorPlugin } from "@tsparticles/plugin-named-color";
3435
import { loadOklchColorPlugin } from "@tsparticles/plugin-oklch-color";
3536
import { loadOrbitUpdater } from "@tsparticles/updater-orbit";
3637
import { loadParticlesRepulseInteraction } from "@tsparticles/interaction-particles-repulse";
@@ -48,6 +49,8 @@ import { loadSpiralShape } from "@tsparticles/shape-spiral";
4849
import { loadTrailEffect } from "@tsparticles/effect-trail";
4950
import { loadZigZagPath } from "@tsparticles/path-zig-zag";
5051

52+
declare const __VERSION__: string;
53+
5154
/**
5255
* Loads the slime bundle with all plugins needed for running the tsParticles All package.
5356
* This function must be called to make tsParticles All work.
@@ -58,20 +61,23 @@ import { loadZigZagPath } from "@tsparticles/path-zig-zag";
5861
* @param refresh -
5962
*/
6063
export async function loadAll(engine: Engine, refresh = true): Promise<void> {
64+
assertValidVersion(engine, __VERSION__);
65+
6166
initPjs(engine);
6267

6368
await loadFull(engine, false);
6469

65-
await loadHsvColorPlugin();
66-
await loadOklchColorPlugin();
67-
await loadEasingBackPlugin();
68-
await loadEasingCircPlugin();
69-
await loadEasingCubicPlugin();
70-
await loadEasingExpoPlugin();
71-
await loadEasingLinearPlugin();
72-
await loadEasingQuartPlugin();
73-
await loadEasingQuintPlugin();
74-
await loadEasingSinePlugin();
70+
await loadHsvColorPlugin(engine, false);
71+
await loadNamedColorPlugin(engine, false);
72+
await loadOklchColorPlugin(engine, false);
73+
await loadEasingBackPlugin(engine, false);
74+
await loadEasingCircPlugin(engine, false);
75+
await loadEasingCubicPlugin(engine, false);
76+
await loadEasingExpoPlugin(engine, false);
77+
await loadEasingLinearPlugin(engine, false);
78+
await loadEasingQuartPlugin(engine, false);
79+
await loadEasingQuintPlugin(engine, false);
80+
await loadEasingSinePlugin(engine, false);
7581

7682
await loadEmittersShapeCanvas(engine, false);
7783
await loadEmittersShapePath(engine, false);

bundles/basic/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.7.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0...v3.7.0) (2024-11-24)
7+
8+
### Features
9+
10+
- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755))
11+
612
# [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18)
713

814
### Bug Fixes

bundles/basic/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010

1111
- [@tsparticles/engine](https://github.com/tsparticles/tsparticles/tree/main/engine)
1212
- [@tsparticles/move-base](https://github.com/tsparticles/tsparticles/tree/main/move/base)
13+
- [@tsparticles/plugin-hex-color](https://github.com/tsparticles/tsparticles/tree/main/plugins/colors/hexColor)
14+
- [@tsparticles/plugin-hsl-color](https://github.com/tsparticles/tsparticles/tree/main/plugins/colors/hslColor)
15+
- [@tsparticles/plugin-rgb-color](https://github.com/tsparticles/tsparticles/tree/main/plugins/colors/rgbColor)
1316
- [@tsparticles/shape-circle](https://github.com/tsparticles/tsparticles/tree/main/shapes/circle)
1417
- [@tsparticles/updater-color](https://github.com/tsparticles/tsparticles/tree/main/updaters/color)
1518
- [@tsparticles/updater-opacity](https://github.com/tsparticles/tsparticles/tree/main/updaters/opacity)

bundles/basic/package.dist.json

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tsparticles/basic",
3-
"version": "3.6.0",
3+
"version": "3.7.0",
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,13 +99,16 @@
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",
107-
"@tsparticles/updater-out-modes": "^3.6.0",
108-
"@tsparticles/updater-size": "^3.6.0"
102+
"@tsparticles/engine": "3.7.0",
103+
"@tsparticles/move-base": "3.7.0",
104+
"@tsparticles/plugin-hex-color": "3.7.0",
105+
"@tsparticles/plugin-hsl-color": "3.7.0",
106+
"@tsparticles/plugin-rgb-color": "3.7.0",
107+
"@tsparticles/shape-circle": "3.7.0",
108+
"@tsparticles/updater-color": "3.7.0",
109+
"@tsparticles/updater-opacity": "3.7.0",
110+
"@tsparticles/updater-out-modes": "3.7.0",
111+
"@tsparticles/updater-size": "3.7.0"
109112
},
110113
"publishConfig": {
111114
"access": "public"

0 commit comments

Comments
 (0)