@sveltia/ui 0.25.5 → 0.25.7
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.
|
@@ -52,8 +52,7 @@
|
|
|
52
52
|
const backticks = '```';
|
|
53
53
|
const editorStore = createEditorStore();
|
|
54
54
|
|
|
55
|
-
editorStore.config.isCodeEditor
|
|
56
|
-
editorStore.config.defaultLanguage = lang;
|
|
55
|
+
editorStore.config = { ...editorStore.config, isCodeEditor: true, defaultLanguage: lang };
|
|
57
56
|
|
|
58
57
|
setContext('editorStore', editorStore);
|
|
59
58
|
|
|
@@ -56,9 +56,7 @@
|
|
|
56
56
|
|
|
57
57
|
const editorStore = createEditorStore();
|
|
58
58
|
|
|
59
|
-
editorStore.config.modes
|
|
60
|
-
editorStore.config.enabledButtons = buttons;
|
|
61
|
-
editorStore.config.components = components;
|
|
59
|
+
editorStore.config = { ...editorStore.config, modes, enabledButtons: buttons, components };
|
|
62
60
|
|
|
63
61
|
setContext('editorStore', editorStore);
|
|
64
62
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sveltia/ui",
|
|
3
|
-
"version": "0.25.
|
|
3
|
+
"version": "0.25.7",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
@@ -28,19 +28,19 @@
|
|
|
28
28
|
"test:unit": "vitest"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@lexical/code": "^0.27.
|
|
32
|
-
"@lexical/dragon": "^0.27.
|
|
33
|
-
"@lexical/history": "^0.27.
|
|
34
|
-
"@lexical/link": "^0.27.
|
|
35
|
-
"@lexical/list": "^0.27.
|
|
36
|
-
"@lexical/markdown": "^0.27.
|
|
37
|
-
"@lexical/rich-text": "^0.27.
|
|
38
|
-
"@lexical/selection": "^0.27.
|
|
39
|
-
"@lexical/table": "^0.27.
|
|
40
|
-
"@lexical/utils": "^0.27.
|
|
31
|
+
"@lexical/code": "^0.27.2",
|
|
32
|
+
"@lexical/dragon": "^0.27.2",
|
|
33
|
+
"@lexical/history": "^0.27.2",
|
|
34
|
+
"@lexical/link": "^0.27.2",
|
|
35
|
+
"@lexical/list": "^0.27.2",
|
|
36
|
+
"@lexical/markdown": "^0.27.2",
|
|
37
|
+
"@lexical/rich-text": "^0.27.2",
|
|
38
|
+
"@lexical/selection": "^0.27.2",
|
|
39
|
+
"@lexical/table": "^0.27.2",
|
|
40
|
+
"@lexical/utils": "^0.27.2",
|
|
41
41
|
"@sveltia/utils": "^0.7.0",
|
|
42
|
-
"lexical": "^0.27.
|
|
43
|
-
"prismjs": "^1.
|
|
42
|
+
"lexical": "^0.27.2",
|
|
43
|
+
"prismjs": "^1.30.0"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|
|
46
46
|
"svelte": "^5.0.0"
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@playwright/test": "^1.51.0",
|
|
50
50
|
"@sveltejs/adapter-auto": "^4.0.0",
|
|
51
|
-
"@sveltejs/kit": "^2.19.
|
|
51
|
+
"@sveltejs/kit": "^2.19.2",
|
|
52
52
|
"@sveltejs/package": "^2.3.10",
|
|
53
53
|
"@sveltejs/vite-plugin-svelte": "5.0.3",
|
|
54
54
|
"cspell": "^8.17.5",
|
|
@@ -56,22 +56,22 @@
|
|
|
56
56
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
57
57
|
"eslint-config-prettier": "^10.1.1",
|
|
58
58
|
"eslint-plugin-import": "^2.31.0",
|
|
59
|
-
"eslint-plugin-jsdoc": "^50.6.
|
|
59
|
+
"eslint-plugin-jsdoc": "^50.6.6",
|
|
60
60
|
"eslint-plugin-svelte": "^2.46.1",
|
|
61
61
|
"postcss": "^8.5.3",
|
|
62
62
|
"postcss-html": "^1.8.0",
|
|
63
63
|
"prettier": "^3.5.3",
|
|
64
64
|
"prettier-plugin-svelte": "^3.3.3",
|
|
65
65
|
"sass": "^1.85.1",
|
|
66
|
-
"stylelint": "^16.
|
|
66
|
+
"stylelint": "^16.16.0",
|
|
67
67
|
"stylelint-config-recommended-scss": "^14.1.0",
|
|
68
68
|
"stylelint-scss": "^6.11.1",
|
|
69
|
-
"svelte": "5.
|
|
69
|
+
"svelte": "5.23.0",
|
|
70
70
|
"svelte-check": "^4.1.5",
|
|
71
71
|
"svelte-i18n": "^4.0.1",
|
|
72
72
|
"svelte-preprocess": "^6.0.3",
|
|
73
73
|
"tslib": "^2.8.1",
|
|
74
|
-
"vite": "^6.2.
|
|
74
|
+
"vite": "^6.2.2",
|
|
75
75
|
"vitest": "^3.0.8"
|
|
76
76
|
},
|
|
77
77
|
"exports": {
|
|
@@ -98,6 +98,7 @@
|
|
|
98
98
|
"esbuild@<=0.24.2": ">=0.25.0"
|
|
99
99
|
},
|
|
100
100
|
"onlyBuiltDependencies": [
|
|
101
|
+
"esbuild",
|
|
101
102
|
"svelte-preprocess"
|
|
102
103
|
]
|
|
103
104
|
}
|