@sveltia/ui 0.35.5 → 0.35.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.
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
<script>
|
|
2
|
+
// Work around the “Prism is not defined” error in consumers
|
|
3
|
+
// @see https://github.com/remix-run/remix/discussions/8182
|
|
4
|
+
import 'prismjs';
|
|
5
|
+
|
|
2
6
|
import { $isCodeNode as isCodeNode } from '@lexical/code';
|
|
3
7
|
import { $getNodeByKey as getNodeByKey, $getRoot as getRoot } from 'lexical';
|
|
4
8
|
import prismComponents from 'prismjs/components';
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
<script>
|
|
2
|
+
// Work around the “Prism is not defined” error in consumers
|
|
3
|
+
// @see https://github.com/remix-run/remix/discussions/8182
|
|
4
|
+
import 'prismjs';
|
|
5
|
+
|
|
2
6
|
import { $createCodeNode as createCodeNode } from '@lexical/code';
|
|
3
7
|
import { INSERT_ORDERED_LIST_COMMAND, INSERT_UNORDERED_LIST_COMMAND } from '@lexical/list';
|
|
4
8
|
import {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sveltia/ui",
|
|
3
|
-
"version": "0.35.
|
|
3
|
+
"version": "0.35.6",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
@@ -33,16 +33,16 @@
|
|
|
33
33
|
"@sveltejs/kit": "^2.55.0",
|
|
34
34
|
"@sveltejs/package": "^2.5.7",
|
|
35
35
|
"@sveltejs/vite-plugin-svelte": "^7.0.0",
|
|
36
|
-
"@vitest/coverage-v8": "^4.1.
|
|
36
|
+
"@vitest/coverage-v8": "^4.1.1",
|
|
37
37
|
"cspell": "^9.7.0",
|
|
38
38
|
"eslint": "^8.57.1",
|
|
39
39
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
40
40
|
"eslint-config-prettier": "^10.1.8",
|
|
41
41
|
"eslint-plugin-import": "^2.32.0",
|
|
42
|
-
"eslint-plugin-jsdoc": "^62.8.
|
|
42
|
+
"eslint-plugin-jsdoc": "^62.8.1",
|
|
43
43
|
"eslint-plugin-svelte": "^2.46.1",
|
|
44
|
-
"happy-dom": "^20.8.
|
|
45
|
-
"oxlint": "^1.
|
|
44
|
+
"happy-dom": "^20.8.8",
|
|
45
|
+
"oxlint": "^1.57.0",
|
|
46
46
|
"postcss": "^8.5.8",
|
|
47
47
|
"postcss-html": "^1.8.1",
|
|
48
48
|
"prettier": "^3.8.1",
|
|
@@ -51,12 +51,12 @@
|
|
|
51
51
|
"stylelint": "^17.5.0",
|
|
52
52
|
"stylelint-config-recommended-scss": "^17.0.0",
|
|
53
53
|
"stylelint-scss": "^7.0.0",
|
|
54
|
-
"svelte": "^5.
|
|
54
|
+
"svelte": "^5.55.0",
|
|
55
55
|
"svelte-check": "^4.4.5",
|
|
56
56
|
"svelte-preprocess": "^6.0.3",
|
|
57
57
|
"tslib": "^2.8.1",
|
|
58
|
-
"vite": "^8.0.
|
|
59
|
-
"vitest": "^4.1.
|
|
58
|
+
"vite": "^8.0.3",
|
|
59
|
+
"vitest": "^4.1.1"
|
|
60
60
|
},
|
|
61
61
|
"exports": {
|
|
62
62
|
".": {
|