@prozilla-os/settings 1.0.3 → 1.0.5

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/README.md +4 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -65,13 +65,15 @@ tab: number;
65
65
 
66
66
  ## Links
67
67
 
68
- - [Website/demo][website]
68
+ - [Demo][demo]
69
+ - [Docs][docs]
69
70
  - [GitHub][github]
70
71
  - [npm][npm]
71
72
  - [Discord][discord]
72
73
  - [Ko-fi][ko-fi]
73
74
 
74
- [website]: https://os.prozilla.dev/settings
75
+ [demo]: https://os.prozilla.dev/settings
76
+ [docs]: https://os.prozilla.dev/docs/reference/apps/settings
75
77
  [github]: https://github.com/prozilla-os/ProzillaOS/tree/main/packages/apps/settings
76
78
  [npm]: https://www.npmjs.com/package/@prozilla-os/settings
77
79
  [discord]: https://discord.gg/JwbyQP4tdz
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@prozilla-os/settings",
3
3
  "description": "A settings app for ProzillaOS.",
4
- "version": "1.0.3",
4
+ "version": "1.0.5",
5
5
  "homepage": "https://os.prozilla.dev/settings",
6
6
  "author": {
7
7
  "name": "Prozilla",
@@ -22,8 +22,8 @@
22
22
  "@fortawesome/free-solid-svg-icons": "^6.5.2",
23
23
  "@fortawesome/react-fontawesome": "^0.2.2",
24
24
  "react": "^18.3.1",
25
- "@prozilla-os/core": "1.1.0",
26
- "@prozilla-os/file-explorer": "1.0.14"
25
+ "@prozilla-os/file-explorer": "1.0.16",
26
+ "@prozilla-os/core": "1.1.2"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/node": "^20.14.5",
@@ -33,7 +33,7 @@
33
33
  "vite": "^5.3.1",
34
34
  "vite-plugin-dts": "^3.9.1",
35
35
  "vite-plugin-lib-inject-css": "^2.1.1",
36
- "@prozilla-os/shared": "1.0.3"
36
+ "@prozilla-os/shared": "1.0.4"
37
37
  },
38
38
  "files": [
39
39
  "dist"