Skip to content

Commit aad6981

Browse files
authored
Merge pull request tsparticles#5477 from tsparticles/v3
Build Fix
2 parents 9580ad7 + 147e29a commit aad6981

123 files changed

Lines changed: 16674 additions & 19121 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.

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
fetch-depth: 0
2222
- uses: actions/setup-node@v4
2323
with:
24-
node-version: '18'
25-
- uses: pnpm/action-setup@v4.0.0
24+
node-version: '22'
25+
- uses: pnpm/action-setup@v4.1.0
2626
name: Install pnpm
2727
id: pnpm-install
2828
with:

.github/workflows/nodejs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
# uses: nrwl/nx-set-shas@v3
3434
- uses: actions/setup-node@v4
3535
with:
36-
node-version: '20'
37-
- uses: pnpm/action-setup@v4.0.0
36+
node-version: '22'
37+
- uses: pnpm/action-setup@v4.1.0
3838
name: Install pnpm
3939
id: pnpm-install
4040
with:
@@ -90,8 +90,8 @@ jobs:
9090
# uses: nrwl/nx-set-shas@v3
9191
- uses: actions/setup-node@v4
9292
with:
93-
node-version: '20'
94-
- uses: pnpm/action-setup@v4.0.0
93+
node-version: '22'
94+
- uses: pnpm/action-setup@v4.1.0
9595
name: Install pnpm
9696
id: pnpm-install
9797
with:

bundles/all/package.json

Lines changed: 161 additions & 161 deletions
Original file line numberDiff line numberDiff line change
@@ -1,166 +1,166 @@
11
{
2-
"name": "@tsparticles/all",
3-
"version": "3.8.1",
4-
"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.",
5-
"homepage": "https://particles.js.org",
6-
"scripts": {
7-
"build": "tsparticles-cli build",
8-
"build:ci": "tsparticles-cli build --ci",
9-
"version": "tsparticles-cli build -d && git add package.dist.json",
10-
"prepack": "pnpm run build"
2+
"name": "@tsparticles/all",
3+
"version": "3.8.1",
4+
"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.",
5+
"homepage": "https://particles.js.org",
6+
"scripts": {
7+
"build": "tsparticles-cli build",
8+
"build:ci": "tsparticles-cli build --ci",
9+
"version": "tsparticles-cli build -d && git add package.dist.json",
10+
"prepack": "pnpm run build"
11+
},
12+
"repository": {
13+
"type": "git",
14+
"url": "git+https://github.com/tsparticles/tsparticles.git",
15+
"directory": "bundles/all"
16+
},
17+
"keywords": [
18+
"front-end",
19+
"frontend",
20+
"tsparticles",
21+
"particles.js",
22+
"particlesjs",
23+
"particles",
24+
"particle",
25+
"canvas",
26+
"jsparticles",
27+
"xparticles",
28+
"particles-js",
29+
"particles-bg",
30+
"particles-bg-vue",
31+
"particles-ts",
32+
"particles.ts",
33+
"react-particles-js",
34+
"react-particles.js",
35+
"react-particles",
36+
"react",
37+
"reactjs",
38+
"vue-particles",
39+
"ngx-particles",
40+
"angular-particles",
41+
"particleground",
42+
"vue",
43+
"vuejs",
44+
"preact",
45+
"preactjs",
46+
"jquery",
47+
"angularjs",
48+
"angular",
49+
"typescript",
50+
"javascript",
51+
"animation",
52+
"web",
53+
"html5",
54+
"web-design",
55+
"webdesign",
56+
"css",
57+
"html",
58+
"css3",
59+
"animated",
60+
"background",
61+
"confetti",
62+
"canvas",
63+
"fireworks",
64+
"fireworks-js",
65+
"confetti-js",
66+
"confettijs",
67+
"fireworksjs",
68+
"canvas-confetti"
69+
],
70+
"author": "Matteo Bruni <matteo.bruni@me.com>",
71+
"license": "MIT",
72+
"bugs": {
73+
"url": "https://github.com/tsparticles/tsparticles/issues"
74+
},
75+
"funding": [
76+
{
77+
"type": "github",
78+
"url": "https://github.com/sponsors/matteobruni"
1179
},
12-
"repository": {
13-
"type": "git",
14-
"url": "git+https://github.com/tsparticles/tsparticles.git",
15-
"directory": "bundles/all"
80+
{
81+
"type": "github",
82+
"url": "https://github.com/sponsors/tsparticles"
1683
},
17-
"keywords": [
18-
"front-end",
19-
"frontend",
20-
"tsparticles",
21-
"particles.js",
22-
"particlesjs",
23-
"particles",
24-
"particle",
25-
"canvas",
26-
"jsparticles",
27-
"xparticles",
28-
"particles-js",
29-
"particles-bg",
30-
"particles-bg-vue",
31-
"particles-ts",
32-
"particles.ts",
33-
"react-particles-js",
34-
"react-particles.js",
35-
"react-particles",
36-
"react",
37-
"reactjs",
38-
"vue-particles",
39-
"ngx-particles",
40-
"angular-particles",
41-
"particleground",
42-
"vue",
43-
"vuejs",
44-
"preact",
45-
"preactjs",
46-
"jquery",
47-
"angularjs",
48-
"angular",
49-
"typescript",
50-
"javascript",
51-
"animation",
52-
"web",
53-
"html5",
54-
"web-design",
55-
"webdesign",
56-
"css",
57-
"html",
58-
"css3",
59-
"animated",
60-
"background",
61-
"confetti",
62-
"canvas",
63-
"fireworks",
64-
"fireworks-js",
65-
"confetti-js",
66-
"confettijs",
67-
"fireworksjs",
68-
"canvas-confetti"
69-
],
70-
"author": "Matteo Bruni <matteo.bruni@me.com>",
71-
"license": "MIT",
72-
"bugs": {
73-
"url": "https://github.com/tsparticles/tsparticles/issues"
74-
},
75-
"funding": [
76-
{
77-
"type": "github",
78-
"url": "https://github.com/sponsors/matteobruni"
79-
},
80-
{
81-
"type": "github",
82-
"url": "https://github.com/sponsors/tsparticles"
83-
},
84-
{
85-
"type": "buymeacoffee",
86-
"url": "https://www.buymeacoffee.com/matteobruni"
87-
}
88-
],
89-
"prettier": "@tsparticles/prettier-config",
90-
"files": [
91-
"dist"
92-
],
93-
"sideEffects": false,
94-
"browser": "dist/browser/index.js",
95-
"main": "dist/cjs/index.js",
96-
"module": "dist/esm/index.js",
97-
"types": "dist/types/index.d.ts",
98-
"exports": {
99-
".": {
100-
"types": "./dist/types/index.d.ts",
101-
"browser": "./dist/browser/index.js",
102-
"import": "./dist/esm/index.js",
103-
"require": "./dist/cjs/index.js",
104-
"umd": "./dist/umd/index.js",
105-
"default": "./dist/cjs/index.js"
106-
},
107-
"./package.json": "./dist/package.json"
108-
},
109-
"dependencies": {
110-
"@tsparticles/effect-bubble": "workspace:3.8.1",
111-
"@tsparticles/effect-trail": "workspace:3.8.1",
112-
"@tsparticles/engine": "workspace:3.8.1",
113-
"@tsparticles/interaction-external-particle": "workspace:3.8.1",
114-
"@tsparticles/interaction-external-pop": "workspace:3.8.1",
115-
"@tsparticles/interaction-light": "workspace:3.8.1",
116-
"@tsparticles/interaction-particles-repulse": "workspace:3.8.1",
117-
"@tsparticles/path-curl-noise": "workspace:3.8.1",
118-
"@tsparticles/path-curves": "workspace:3.8.1",
119-
"@tsparticles/path-perlin-noise": "workspace:3.8.1",
120-
"@tsparticles/path-polygon": "workspace:3.8.1",
121-
"@tsparticles/path-simplex-noise": "workspace:3.8.1",
122-
"@tsparticles/path-svg": "workspace:3.8.1",
123-
"@tsparticles/path-zig-zag": "workspace:3.8.1",
124-
"@tsparticles/pjs": "workspace:3.8.1",
125-
"@tsparticles/plugin-canvas-mask": "workspace:3.8.1",
126-
"@tsparticles/plugin-easing-back": "workspace:3.8.1",
127-
"@tsparticles/plugin-easing-circ": "workspace:3.8.1",
128-
"@tsparticles/plugin-easing-cubic": "workspace:3.8.1",
129-
"@tsparticles/plugin-easing-expo": "workspace:3.8.1",
130-
"@tsparticles/plugin-easing-linear": "workspace:3.8.1",
131-
"@tsparticles/plugin-easing-quart": "workspace:3.8.1",
132-
"@tsparticles/plugin-easing-quint": "workspace:3.8.1",
133-
"@tsparticles/plugin-easing-sine": "workspace:3.8.1",
134-
"@tsparticles/plugin-emitters-shape-canvas": "workspace:3.8.1",
135-
"@tsparticles/plugin-emitters-shape-path": "workspace:3.8.1",
136-
"@tsparticles/plugin-emitters-shape-polygon": "workspace:3.8.1",
137-
"@tsparticles/plugin-export-image": "workspace:3.8.1",
138-
"@tsparticles/plugin-export-json": "workspace:3.8.1",
139-
"@tsparticles/plugin-export-video": "workspace:3.8.1",
140-
"@tsparticles/plugin-hsv-color": "workspace:3.8.1",
141-
"@tsparticles/plugin-infection": "workspace:3.8.1",
142-
"@tsparticles/plugin-motion": "workspace:3.8.1",
143-
"@tsparticles/plugin-named-color": "workspace:3.8.1",
144-
"@tsparticles/plugin-oklch-color": "workspace:3.8.1",
145-
"@tsparticles/plugin-poisson-disc": "workspace:3.8.1",
146-
"@tsparticles/plugin-polygon-mask": "workspace:3.8.1",
147-
"@tsparticles/plugin-sounds": "workspace:3.8.1",
148-
"@tsparticles/shape-arrow": "workspace:3.8.1",
149-
"@tsparticles/shape-cards": "workspace:3.8.1",
150-
"@tsparticles/shape-cog": "workspace:3.8.1",
151-
"@tsparticles/shape-heart": "workspace:3.8.1",
152-
"@tsparticles/shape-infinity": "workspace:3.8.1",
153-
"@tsparticles/shape-path": "workspace:3.8.1",
154-
"@tsparticles/shape-rounded-polygon": "workspace:3.8.1",
155-
"@tsparticles/shape-rounded-rect": "workspace:3.8.1",
156-
"@tsparticles/shape-spiral": "workspace:3.8.1",
157-
"@tsparticles/updater-gradient": "workspace:3.8.1",
158-
"@tsparticles/updater-orbit": "workspace:3.8.1",
159-
"tsparticles": "workspace:3.8.1"
160-
},
161-
"publishConfig": {
162-
"access": "public",
163-
"directory": "dist",
164-
"linkDirectory": true
84+
{
85+
"type": "buymeacoffee",
86+
"url": "https://www.buymeacoffee.com/matteobruni"
16587
}
88+
],
89+
"prettier": "@tsparticles/prettier-config",
90+
"files": [
91+
"dist"
92+
],
93+
"sideEffects": false,
94+
"browser": "dist/browser/index.js",
95+
"main": "dist/cjs/index.js",
96+
"module": "dist/esm/index.js",
97+
"types": "dist/types/index.d.ts",
98+
"exports": {
99+
".": {
100+
"types": "./dist/types/index.d.ts",
101+
"browser": "./dist/browser/index.js",
102+
"import": "./dist/esm/index.js",
103+
"require": "./dist/cjs/index.js",
104+
"umd": "./dist/umd/index.js",
105+
"default": "./dist/cjs/index.js"
106+
},
107+
"./package.json": "./dist/package.json"
108+
},
109+
"dependencies": {
110+
"@tsparticles/effect-bubble": "workspace:3.8.1",
111+
"@tsparticles/effect-trail": "workspace:3.8.1",
112+
"@tsparticles/engine": "workspace:3.8.1",
113+
"@tsparticles/interaction-external-particle": "workspace:3.8.1",
114+
"@tsparticles/interaction-external-pop": "workspace:3.8.1",
115+
"@tsparticles/interaction-light": "workspace:3.8.1",
116+
"@tsparticles/interaction-particles-repulse": "workspace:3.8.1",
117+
"@tsparticles/path-curl-noise": "workspace:3.8.1",
118+
"@tsparticles/path-curves": "workspace:3.8.1",
119+
"@tsparticles/path-perlin-noise": "workspace:3.8.1",
120+
"@tsparticles/path-polygon": "workspace:3.8.1",
121+
"@tsparticles/path-simplex-noise": "workspace:3.8.1",
122+
"@tsparticles/path-svg": "workspace:3.8.1",
123+
"@tsparticles/path-zig-zag": "workspace:3.8.1",
124+
"@tsparticles/pjs": "workspace:3.8.1",
125+
"@tsparticles/plugin-canvas-mask": "workspace:3.8.1",
126+
"@tsparticles/plugin-easing-back": "workspace:3.8.1",
127+
"@tsparticles/plugin-easing-circ": "workspace:3.8.1",
128+
"@tsparticles/plugin-easing-cubic": "workspace:3.8.1",
129+
"@tsparticles/plugin-easing-expo": "workspace:3.8.1",
130+
"@tsparticles/plugin-easing-linear": "workspace:3.8.1",
131+
"@tsparticles/plugin-easing-quart": "workspace:3.8.1",
132+
"@tsparticles/plugin-easing-quint": "workspace:3.8.1",
133+
"@tsparticles/plugin-easing-sine": "workspace:3.8.1",
134+
"@tsparticles/plugin-emitters-shape-canvas": "workspace:3.8.1",
135+
"@tsparticles/plugin-emitters-shape-path": "workspace:3.8.1",
136+
"@tsparticles/plugin-emitters-shape-polygon": "workspace:3.8.1",
137+
"@tsparticles/plugin-export-image": "workspace:3.8.1",
138+
"@tsparticles/plugin-export-json": "workspace:3.8.1",
139+
"@tsparticles/plugin-export-video": "workspace:3.8.1",
140+
"@tsparticles/plugin-hsv-color": "workspace:3.8.1",
141+
"@tsparticles/plugin-infection": "workspace:3.8.1",
142+
"@tsparticles/plugin-motion": "workspace:3.8.1",
143+
"@tsparticles/plugin-named-color": "workspace:3.8.1",
144+
"@tsparticles/plugin-oklch-color": "workspace:3.8.1",
145+
"@tsparticles/plugin-poisson-disc": "workspace:3.8.1",
146+
"@tsparticles/plugin-polygon-mask": "workspace:3.8.1",
147+
"@tsparticles/plugin-sounds": "workspace:3.8.1",
148+
"@tsparticles/shape-arrow": "workspace:3.8.1",
149+
"@tsparticles/shape-cards": "workspace:3.8.1",
150+
"@tsparticles/shape-cog": "workspace:3.8.1",
151+
"@tsparticles/shape-heart": "workspace:3.8.1",
152+
"@tsparticles/shape-infinity": "workspace:3.8.1",
153+
"@tsparticles/shape-path": "workspace:3.8.1",
154+
"@tsparticles/shape-rounded-polygon": "workspace:3.8.1",
155+
"@tsparticles/shape-rounded-rect": "workspace:3.8.1",
156+
"@tsparticles/shape-spiral": "workspace:3.8.1",
157+
"@tsparticles/updater-gradient": "workspace:3.8.1",
158+
"@tsparticles/updater-orbit": "workspace:3.8.1",
159+
"tsparticles": "workspace:3.8.1"
160+
},
161+
"publishConfig": {
162+
"access": "public",
163+
"directory": "dist",
164+
"linkDirectory": true
165+
}
166166
}

0 commit comments

Comments
 (0)