cra-template-particles-typescript 4.3.1 → 4.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +5 -5
  2. package/template.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cra-template-particles-typescript",
3
- "version": "4.3.1",
3
+ "version": "4.3.2",
4
4
  "deprecated": "Use @tsparticles/template-scaffold instead. Create React App is deprecated. Run `npm create tsparticles` for Vite-based templates.",
5
5
  "description": "Official TypeScript React tsParticles template",
6
6
  "keywords": [
@@ -91,14 +91,14 @@
91
91
  "@testing-library/jest-dom": "^6.9.1",
92
92
  "@testing-library/react": "^16.3.2",
93
93
  "@testing-library/user-event": "^14.6.1",
94
- "@tsparticles/engine": "4.3.1",
95
- "@tsparticles/react": "4.3.1",
94
+ "@tsparticles/engine": "4.3.2",
95
+ "@tsparticles/react": "4.3.2",
96
96
  "@types/jest": "^30.0.0",
97
97
  "@types/node": "^25.6.0",
98
98
  "@types/react": "^19.2.14",
99
99
  "@types/react-dom": "^19.2.3",
100
100
  "tslib": "^2.8.1",
101
- "tsparticles": "4.3.1",
101
+ "tsparticles": "4.3.2",
102
102
  "typescript": "^6.0.2",
103
103
  "web-vitals": "^5.2.0"
104
104
  },
@@ -111,5 +111,5 @@
111
111
  "version": "pnpm run build && git add ./template.json",
112
112
  "prepack": "pnpm run build"
113
113
  },
114
- "gitHead": "44ad3740249e218b285bd24a7400b77459bbffa2"
114
+ "gitHead": "527bc42f2324fbb9b93262efa3d90a5517532b8b"
115
115
  }
package/template.json CHANGED
@@ -9,12 +9,12 @@
9
9
  "@types/react": "^19.2.14",
10
10
  "@types/react-dom": "^19.2.3",
11
11
  "@types/jest": "^30.0.0",
12
- "@tsparticles/react": "^4.3.1",
13
- "@tsparticles/engine": "^4.3.1",
12
+ "@tsparticles/react": "^4.3.2",
13
+ "@tsparticles/engine": "^4.3.2",
14
14
  "tslib": "^2.8.1",
15
15
  "typescript": "^6.0.2",
16
16
  "web-vitals": "^5.2.0",
17
- "tsparticles": "^4.3.1"
17
+ "tsparticles": "^4.3.2"
18
18
  }
19
19
  }
20
20
  }