react-markdown-table-ts 1.4.0 → 1.4.1

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.
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @fileoverview Prism.js language definition for Markdown syntax highlighting.
3
+ * Extends Prism's markup language to support Markdown-specific syntax including
4
+ * tables, code blocks, lists, links, and text formatting.
5
+ */
6
+ import Prism from 'prismjs';
7
+ export default Prism;
8
+ //# sourceMappingURL=prism-markdown.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"prism-markdown.d.ts","sourceRoot":"","sources":["../src/prism-markdown.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,MAAM,SAAS,CAAC;AAke5B,eAAe,KAAK,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-markdown-table-ts",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "A React component that converts structured data into Markdown table syntax and displays it within a `<pre>` tag.",
5
5
  "keywords": [
6
6
  "markdown",
@@ -62,8 +62,6 @@
62
62
  "prismjs": "^1.30.0"
63
63
  },
64
64
  "devDependencies": {
65
- "react": "^18.3.1",
66
- "react-dom": "^18.3.1",
67
65
  "@storybook/react-vite": "^9.1.10",
68
66
  "@testing-library/jest-dom": "^6.6.3",
69
67
  "@testing-library/react": "^16.3.0",
@@ -75,6 +73,8 @@
75
73
  "@vitejs/plugin-react-swc": "^4.1.0",
76
74
  "jest": "^29.7.0",
77
75
  "jest-environment-jsdom": "^29.7.0",
76
+ "react": "^18.3.1",
77
+ "react-dom": "^18.3.1",
78
78
  "storybook": "^9.1.10",
79
79
  "ts-jest": "^29.2.5",
80
80
  "typescript": "~5.9.3",