@prozilla-os/text-editor 1.0.5 → 1.0.6

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 +3 -3
package/README.md CHANGED
@@ -84,7 +84,7 @@ mode: "view" | "edit";
84
84
  - [Ko-fi][ko-fi]
85
85
 
86
86
  [website]: https://os.prozilla.dev/text-editor
87
- [github]: https://github.com/prozilla-os/ProzillaOS/tree/convert-to-monorepo/packages/apps/text-editor
87
+ [github]: https://github.com/prozilla-os/ProzillaOS/tree/main/packages/apps/text-editor
88
88
  [npm]: https://www.npmjs.com/package/@prozilla-os/text-editor
89
89
  [discord]: https://discord.gg/JwbyQP4tdz
90
90
  [ko-fi]: https://ko-fi.com/prozilla
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@prozilla-os/text-editor",
3
3
  "description": "A text editor application for ProzillaOS.",
4
- "version": "1.0.5",
4
+ "version": "1.0.6",
5
5
  "homepage": "https://os.prozilla.dev/text-editor",
6
6
  "author": {
7
7
  "name": "Prozilla",
@@ -23,7 +23,7 @@
23
23
  "markdown-to-jsx": "^7.4.7",
24
24
  "react": "^18.3.1",
25
25
  "react-syntax-highlighter": "^15.5.0",
26
- "@prozilla-os/core": "1.0.15"
26
+ "@prozilla-os/core": "1.0.16"
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"