mdzjs 0.16.0 → 0.18.0

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +10 -10
package/README.md CHANGED
@@ -29,7 +29,7 @@ export default defineConfig({
29
29
  ---
30
30
  title : MDZ
31
31
  name : world
32
- __props__ :
32
+ MDZ.Props :
33
33
  background : tomato
34
34
  data : []
35
35
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdzjs",
3
- "version": "0.16.0",
3
+ "version": "0.18.0",
4
4
  "description": "markdown preprocessor for zikojs",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -32,24 +32,24 @@
32
32
  },
33
33
  "license": "MIT",
34
34
  "dependencies": {
35
- "acorn": "^8.14.0",
35
+ "acorn": "^8.15.0",
36
36
  "highlight.js": "^11.11.1",
37
- "htmlparser2": "^9.1.0",
37
+ "htmlparser2": "^10.1.0",
38
38
  "remark-frontmatter": "^5.0.0",
39
- "remark-gfm": "^4.0.0",
40
- "remark-mdx": "^3.1.0",
39
+ "remark-gfm": "^4.0.1",
40
+ "remark-mdx": "^3.1.1",
41
41
  "remark-parse": "^11.0.0",
42
42
  "remark-toc": "^9.0.0",
43
- "rollup": "^4.24.0",
43
+ "rollup": "^4.57.1",
44
44
  "unified": "^11.0.5",
45
45
  "vfile-matter": "^5.0.1",
46
46
  "vfile-reporter": "^8.1.1",
47
- "ziko": "^0.63.2"
47
+ "ziko": "^0.66.0"
48
48
  },
49
49
  "devDependencies": {
50
- "@rollup/plugin-commonjs": "^28.0.0",
51
- "@rollup/plugin-node-resolve": "^15.3.0",
50
+ "@rollup/plugin-commonjs": "^29.0.0",
51
+ "@rollup/plugin-node-resolve": "^16.0.3",
52
52
  "@rollup/plugin-terser": "^0.4.4",
53
- "cross-env": "^7.0.3"
53
+ "cross-env": "^10.1.0"
54
54
  }
55
55
  }