@sveltia/ui 0.25.9 → 0.25.10

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,7 +52,6 @@ import {
52
52
  } from 'lexical';
53
53
  import prismComponents from 'prismjs/components';
54
54
  import { blockButtonTypes, textFormatButtonTypes } from '.';
55
- import { dependencies } from '../../../../package.json';
56
55
  import { TABLE } from './transformers/table';
57
56
 
58
57
  /**
@@ -66,8 +65,7 @@ import { TABLE } from './transformers/table';
66
65
  */
67
66
 
68
67
  const allTransformers = [...TRANSFORMERS, TABLE];
69
- const prismVersion = dependencies.prismjs.replace(/^\D/, '');
70
- const prismBaseURL = `https://unpkg.com/prismjs@${prismVersion}`;
68
+ const prismBaseURL = `https://unpkg.com/prismjs@1.30.0`;
71
69
 
72
70
  /**
73
71
  * Lexical editor configuration.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sveltia/ui",
3
- "version": "0.25.9",
3
+ "version": "0.25.10",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "repository": {