@prozilla-os/settings 1.0.1 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -72,7 +72,7 @@ tab: number;
72
72
  - [Ko-fi][ko-fi]
73
73
 
74
74
  [website]: https://os.prozilla.dev/settings
75
- [github]: https://github.com/prozilla-os/ProzillaOS/tree/convert-to-monorepo/packages/apps/settings
75
+ [github]: https://github.com/prozilla-os/ProzillaOS/tree/main/packages/apps/settings
76
76
  [npm]: https://www.npmjs.com/package/@prozilla-os/settings
77
77
  [discord]: https://discord.gg/JwbyQP4tdz
78
78
  [ko-fi]: https://ko-fi.com/prozilla
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.1",
4
+ "version": "1.0.3",
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.0.15",
26
- "@prozilla-os/file-explorer": "1.0.12"
25
+ "@prozilla-os/core": "1.1.0",
26
+ "@prozilla-os/file-explorer": "1.0.14"
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.2"
36
+ "@prozilla-os/shared": "1.0.3"
37
37
  },
38
38
  "files": [
39
39
  "dist"