cra-template-particles-typescript 4.1.3 → 4.2.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 +6 -5
- package/template.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cra-template-particles-typescript",
|
|
3
|
-
"version": "4.1
|
|
3
|
+
"version": "4.2.1",
|
|
4
|
+
"deprecated": "Use @tsparticles/template-scaffold instead. Create React App is deprecated. Run `npm create tsparticles` for Vite-based templates.",
|
|
4
5
|
"description": "Official TypeScript React tsParticles template",
|
|
5
6
|
"keywords": [
|
|
6
7
|
"front-end",
|
|
@@ -90,14 +91,14 @@
|
|
|
90
91
|
"@testing-library/jest-dom": "^6.9.1",
|
|
91
92
|
"@testing-library/react": "^16.3.2",
|
|
92
93
|
"@testing-library/user-event": "^14.6.1",
|
|
93
|
-
"@tsparticles/engine": "4.1
|
|
94
|
-
"@tsparticles/react": "
|
|
94
|
+
"@tsparticles/engine": "4.2.1",
|
|
95
|
+
"@tsparticles/react": "4.2.1",
|
|
95
96
|
"@types/jest": "^30.0.0",
|
|
96
97
|
"@types/node": "^25.6.0",
|
|
97
98
|
"@types/react": "^19.2.14",
|
|
98
99
|
"@types/react-dom": "^19.2.3",
|
|
99
100
|
"tslib": "^2.8.1",
|
|
100
|
-
"tsparticles": "4.1
|
|
101
|
+
"tsparticles": "4.2.1",
|
|
101
102
|
"typescript": "^6.0.2",
|
|
102
103
|
"web-vitals": "^5.2.0"
|
|
103
104
|
},
|
|
@@ -110,5 +111,5 @@
|
|
|
110
111
|
"version": "pnpm run build && git add ./template.json",
|
|
111
112
|
"prepack": "pnpm run build"
|
|
112
113
|
},
|
|
113
|
-
"gitHead": "
|
|
114
|
+
"gitHead": "1f62e3eb35dea236f08382f909ff7c1959cf5870"
|
|
114
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.1
|
|
13
|
-
"@tsparticles/engine": "^4.1
|
|
12
|
+
"@tsparticles/react": "^4.2.1",
|
|
13
|
+
"@tsparticles/engine": "^4.2.1",
|
|
14
14
|
"tslib": "^2.8.1",
|
|
15
15
|
"typescript": "^6.0.2",
|
|
16
16
|
"web-vitals": "^5.2.0",
|
|
17
|
-
"tsparticles": "^4.1
|
|
17
|
+
"tsparticles": "^4.2.1"
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
20
|
}
|