progy 0.15.2 → 0.16.0

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "progy",
3
- "version": "0.15.2",
3
+ "version": "0.16.0",
4
4
  "description": "The interactive CLI and learning platform for Progy courses.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -56,7 +56,8 @@
56
56
  "react-dom": "19.2.4",
57
57
  "react-markdown": "^9.0.1",
58
58
  "rehype-highlight": "^7.0.0",
59
- "tailwind-merge": "^2.3.0"
59
+ "tailwind-merge": "^2.3.0",
60
+ "@progy/core": "0.1.0"
60
61
  },
61
62
  "peerDependencies": {
62
63
  "typescript": "^5"
@@ -83,17 +84,9 @@
83
84
  "@codemirror/state": "^6.5.4",
84
85
  "@codemirror/theme-one-dark": "^6.1.3",
85
86
  "@codemirror/view": "^6.39.13",
86
- "@dnd-kit/core": "^6.3.1",
87
- "@dnd-kit/sortable": "^10.0.0",
88
- "@dnd-kit/utilities": "^3.2.2",
89
87
  "@nanostores/persistent": "^1.3.3",
90
88
  "@nanostores/router": "^1.0.0",
91
89
  "@shikijs/rehype": "^3.22.0",
92
- "@tanstack/react-form": "^1.28.0",
93
- "@tiptap/extension-link": "^3.19.0",
94
- "@tiptap/pm": "^3.19.0",
95
- "@tiptap/react": "^3.19.0",
96
- "@tiptap/starter-kit": "^3.19.0",
97
90
  "@types/katex": "^0.16.8",
98
91
  "@types/mdast": "^4.0.4",
99
92
  "@types/unist": "^3.0.3",
@@ -104,16 +97,15 @@
104
97
  "codemirror": "^6.0.2",
105
98
  "commander": "^12.1.0",
106
99
  "katex": "^0.16.28",
107
- "mermaid": "^11.12.2",
108
- "react-resizable-panels": "^4.6.2",
109
100
  "rehype-katex": "^7.0.1",
110
101
  "remark-breaks": "^4.0.0",
111
102
  "remark-callouts": "^2.0.0",
112
103
  "remark-directive": "^4.0.0",
113
104
  "remark-gfm": "^4.0.1",
114
105
  "remark-math": "^6.0.0",
106
+ "sharp": "^0.34.5",
115
107
  "shiki": "^3.22.0",
116
- "tiptap-markdown": "^0.9.0",
108
+ "smol-toml": "^1.6.0",
117
109
  "unist-util-visit": "^5.1.0",
118
110
  "use-sound": "^5.0.0",
119
111
  "use-stick-to-bottom": "^1.1.3",