cra-template-particles 4.0.0 → 4.0.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.0.
|
|
3
|
+
"version": "4.0.1",
|
|
4
4
|
"description": "Official React tsParticles template",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"front-end",
|
|
@@ -86,10 +86,10 @@
|
|
|
86
86
|
}
|
|
87
87
|
],
|
|
88
88
|
"dependencies": {
|
|
89
|
-
"@tsparticles/engine": "4.0.
|
|
90
|
-
"@tsparticles/react": "^4.0.
|
|
89
|
+
"@tsparticles/engine": "4.0.1",
|
|
90
|
+
"@tsparticles/react": "^4.0.1",
|
|
91
91
|
"tslib": "^2.8.1",
|
|
92
|
-
"tsparticles": "4.0.
|
|
92
|
+
"tsparticles": "4.0.1"
|
|
93
93
|
},
|
|
94
94
|
"devDependencies": {
|
|
95
95
|
"fs-extra": "^11.3.4"
|
|
@@ -100,5 +100,5 @@
|
|
|
100
100
|
"version": "pnpm run build && git add ./template.json",
|
|
101
101
|
"prepack": "pnpm run build"
|
|
102
102
|
},
|
|
103
|
-
"gitHead": "
|
|
103
|
+
"gitHead": "c0182f31a878af46c154d523cb5e7def4c8145f9"
|
|
104
104
|
}
|
package/template.json
CHANGED