@prozilla-os/core 1.3.1 → 1.3.3
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/dist/main.d.ts +162 -47
- package/dist/main.js +23654 -23104
- package/dist/main.js.map +1 -1
- package/package.json +4 -5
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prozilla-os/core",
|
|
3
3
|
"description": "A React component library written in TypeScript for building web-based operating systems, made by Prozilla.",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.3",
|
|
5
5
|
"homepage": "https://os.prozilla.dev",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Prozilla",
|
|
@@ -29,18 +29,17 @@
|
|
|
29
29
|
"react-ga4": "^2.1.0",
|
|
30
30
|
"react-svg": "^16.1.34",
|
|
31
31
|
"@prozilla-os/shared": "1.2.0",
|
|
32
|
-
"@prozilla-os/skins": "1.1.
|
|
32
|
+
"@prozilla-os/skins": "1.1.3"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@types/node": "^20.14.5",
|
|
36
36
|
"@types/react": "^18.3.3",
|
|
37
37
|
"@vitejs/plugin-react-swc": "^3.7.0",
|
|
38
38
|
"glob": "^11.0.0",
|
|
39
|
-
"typescript": "^5.4
|
|
39
|
+
"typescript": "^5.5.4",
|
|
40
40
|
"vite": "^5.4.8",
|
|
41
41
|
"vite-plugin-css-injected-by-js": "^3.5.1",
|
|
42
|
-
"vite-plugin-dts": "^3.9.1"
|
|
43
|
-
"vite-plugin-lib-inject-css": "^2.1.1"
|
|
42
|
+
"vite-plugin-dts": "^3.9.1"
|
|
44
43
|
},
|
|
45
44
|
"peerDependencies": {
|
|
46
45
|
"react": "^18.3.1"
|