cra-template-particles 4.2.1 → 4.3.1
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.
- package/package.json +5 -5
- package/template.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cra-template-particles",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.3.1",
|
|
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 React tsParticles template",
|
|
6
6
|
"keywords": [
|
|
@@ -87,10 +87,10 @@
|
|
|
87
87
|
}
|
|
88
88
|
],
|
|
89
89
|
"dependencies": {
|
|
90
|
-
"@tsparticles/engine": "4.
|
|
91
|
-
"@tsparticles/react": "4.
|
|
90
|
+
"@tsparticles/engine": "4.3.1",
|
|
91
|
+
"@tsparticles/react": "4.3.1",
|
|
92
92
|
"tslib": "^2.8.1",
|
|
93
|
-
"tsparticles": "4.
|
|
93
|
+
"tsparticles": "4.3.1"
|
|
94
94
|
},
|
|
95
95
|
"devDependencies": {
|
|
96
96
|
"fs-extra": "^11.3.4"
|
|
@@ -101,5 +101,5 @@
|
|
|
101
101
|
"version": "pnpm run build && git add ./template.json",
|
|
102
102
|
"prepack": "pnpm run build"
|
|
103
103
|
},
|
|
104
|
-
"gitHead": "
|
|
104
|
+
"gitHead": "44ad3740249e218b285bd24a7400b77459bbffa2"
|
|
105
105
|
}
|
package/template.json
CHANGED