|
42 | 42 | "test:unit": "nuxi prepare test/fixtures/basic && nuxi prepare test/fixtures/document-driven && vitest run"
|
43 | 43 | },
|
44 | 44 | "dependencies": {
|
45 |
| - "@nuxt/kit": "^3.0.0-rc.6", |
| 45 | + "@nuxt/kit": "^3.0.0-rc.8", |
46 | 46 | "consola": "^2.15.3",
|
47 | 47 | "csvtojson": "^2.0.10",
|
48 |
| - "defu": "^6.0.0", |
| 48 | + "defu": "^6.1.0", |
49 | 49 | "destr": "^1.1.1",
|
50 | 50 | "detab": "^3.0.1",
|
51 | 51 | "html-tags": "^3.2.0",
|
|
55 | 55 | "mdast-util-to-hast": "^12.2.0",
|
56 | 56 | "mdurl": "^1.0.1",
|
57 | 57 | "ohash": "^0.1.5",
|
58 |
| - "pathe": "^0.3.3", |
| 58 | + "pathe": "^0.3.5", |
59 | 59 | "property-information": "^6.1.1",
|
60 | 60 | "rehype-external-links": "^2.0.0",
|
61 | 61 | "rehype-raw": "^6.1.1",
|
|
64 | 64 | "rehype-sort-attributes": "^4.0.0",
|
65 | 65 | "remark-emoji": "^3.0.2",
|
66 | 66 | "remark-gfm": "^3.0.1",
|
67 |
| - "remark-mdc": "^1.0.4", |
| 67 | + "remark-mdc": "^1.0.7", |
68 | 68 | "remark-parse": "^10.0.1",
|
69 | 69 | "remark-rehype": "^10.1.0",
|
70 | 70 | "remark-squeeze-paragraphs": "^5.0.1",
|
|
75 | 75 | "unified": "^10.1.2",
|
76 | 76 | "unist-builder": "^3.0.0",
|
77 | 77 | "unist-util-position": "^4.0.3",
|
78 |
| - "unist-util-visit": "^4.1.0", |
| 78 | + "unist-util-visit": "^4.1.1", |
79 | 79 | "unstorage": "^0.5.6",
|
80 | 80 | "ws": "^8.8.1"
|
81 | 81 | },
|
82 | 82 | "devDependencies": {
|
83 | 83 | "@nuxt/module-builder": "^0.1.7",
|
84 |
| - "@nuxt/schema": "^3.0.0-rc.6", |
| 84 | + "@nuxt/schema": "^3.0.0-rc.8", |
85 | 85 | "@nuxt/test-utils": "npm:@nuxt/test-utils-edge@latest",
|
86 | 86 | "@nuxthq/admin": "npm:@nuxthq/admin-edge@latest",
|
87 | 87 | "@nuxtjs/eslint-config-typescript": "latest",
|
88 | 88 | "@types/ws": "^8.5.3",
|
89 | 89 | "c8": "^7.12.0",
|
90 |
| - "eslint": "^8.21.0", |
| 90 | + "eslint": "^8.22.0", |
91 | 91 | "globby": "^13.1.2",
|
92 | 92 | "husky": "^8.0.1",
|
93 | 93 | "jiti": "^1.14.0",
|
94 | 94 | "lint-staged": "^13.0.3",
|
95 | 95 | "nuxt": "npm:nuxt3@latest",
|
96 | 96 | "rehype-figure": "^1.0.1",
|
97 | 97 | "remark-oembed": "^1.2.2",
|
98 |
| - "vitest": "^0.21.1", |
| 98 | + "vitest": "^0.22.1", |
99 | 99 | "vue-docgen-web-types": "^0.1.7"
|
100 | 100 | }
|
101 | 101 | }
|
0 commit comments