repl-sdk 1.1.1 → 1.1.2
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 +30 -30
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "repl-sdk",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -40,53 +40,53 @@
|
|
|
40
40
|
"prettier": "^3.7.4",
|
|
41
41
|
"publint": "^0.3.16",
|
|
42
42
|
"typescript": "^5.9.3",
|
|
43
|
-
"vite": "^7.
|
|
43
|
+
"vite": "^7.3.1",
|
|
44
44
|
"vite-plugin-dts": "4.5.4",
|
|
45
45
|
"vitest": "^3.2.4"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"remark-gfm": "^4.0.1",
|
|
52
|
-
"unified": "^11.0.5",
|
|
53
|
-
"unist-util-visit": "^5.0.0",
|
|
54
|
-
"vfile": "^6.0.3",
|
|
55
|
-
"remark-parse": "^11.0.0",
|
|
56
|
-
"remark-rehype": "^11.1.2",
|
|
57
|
-
"@shikijs/rehype": "^3.7.0",
|
|
58
|
-
"@codemirror/autocomplete": "6.18.6",
|
|
59
|
-
"@codemirror/commands": "6.8.1",
|
|
60
|
-
"@codemirror/lang-html": "^6.4.9",
|
|
48
|
+
"@codemirror/autocomplete": "6.20.0",
|
|
49
|
+
"@codemirror/commands": "6.10.1",
|
|
50
|
+
"@codemirror/lang-html": "^6.4.11",
|
|
61
51
|
"@codemirror/lang-javascript": "6.2.4",
|
|
62
|
-
"@codemirror/lang-markdown": "6.
|
|
52
|
+
"@codemirror/lang-markdown": "6.5.0",
|
|
63
53
|
"@codemirror/lang-vue": "^0.1.3",
|
|
64
54
|
"@codemirror/lang-yaml": "^6.1.2",
|
|
65
|
-
"@codemirror/language": "^6.
|
|
66
|
-
"@codemirror/language-data": "^6.5.
|
|
67
|
-
"@codemirror/lint": "^6.
|
|
55
|
+
"@codemirror/language": "^6.12.1",
|
|
56
|
+
"@codemirror/language-data": "^6.5.2",
|
|
57
|
+
"@codemirror/lint": "^6.9.2",
|
|
68
58
|
"@codemirror/search": "6.5.11",
|
|
69
|
-
"@codemirror/state": "6.5.
|
|
70
|
-
"@codemirror/view": "6.
|
|
71
|
-
"@lezer/common": "^1.
|
|
72
|
-
"@lezer/highlight": "^1.2.
|
|
73
|
-
"@lezer/html": "^1.3.
|
|
74
|
-
"@lezer/markdown": "^1.
|
|
59
|
+
"@codemirror/state": "6.5.3",
|
|
60
|
+
"@codemirror/view": "6.39.9",
|
|
61
|
+
"@lezer/common": "^1.5.0",
|
|
62
|
+
"@lezer/highlight": "^1.2.3",
|
|
63
|
+
"@lezer/html": "^1.3.13",
|
|
64
|
+
"@lezer/markdown": "^1.6.3",
|
|
75
65
|
"@replit/codemirror-lang-svelte": "^6.0.0",
|
|
66
|
+
"@shikijs/rehype": "^3.7.0",
|
|
76
67
|
"change-case": "^5.4.4",
|
|
77
68
|
"codemirror": "^6.0.2",
|
|
78
69
|
"codemirror-lang-mermaid": "^0.5.0",
|
|
79
70
|
"codemirror-languageserver": "^1.12.1",
|
|
80
71
|
"comlink": "^4.4.2",
|
|
81
|
-
"es-module-shims": "^2.
|
|
72
|
+
"es-module-shims": "^2.8.0",
|
|
73
|
+
"mdast": "^3.0.0",
|
|
82
74
|
"mime": "^4.0.7",
|
|
83
|
-
"package-name-regex": "^
|
|
75
|
+
"package-name-regex": "^5.0.0",
|
|
76
|
+
"rehype-raw": "^7.0.0",
|
|
77
|
+
"rehype-stringify": "^10.0.1",
|
|
78
|
+
"remark-gfm": "^4.0.1",
|
|
79
|
+
"remark-parse": "^11.0.0",
|
|
80
|
+
"remark-rehype": "^11.1.2",
|
|
84
81
|
"resolve.exports": "^2.0.3",
|
|
85
82
|
"resolve.imports": "^2.0.3",
|
|
86
83
|
"tarparser": "^0.0.5",
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"
|
|
84
|
+
"unified": "^11.0.5",
|
|
85
|
+
"unist-util-visit": "^5.0.0",
|
|
86
|
+
"vfile": "^6.0.3",
|
|
87
|
+
"codemirror-lang-glimdown": "2.0.2",
|
|
88
|
+
"codemirror-lang-glimmer-js": "2.0.2",
|
|
89
|
+
"codemirror-lang-glimmer": "2.0.2"
|
|
90
90
|
},
|
|
91
91
|
"volta": {
|
|
92
92
|
"extends": "../../package.json"
|