diff options
Diffstat (limited to 'packages/integrations')
-rw-r--r-- | packages/integrations/markdoc/package.json | 2 | ||||
-rw-r--r-- | packages/integrations/mdx/package.json | 5 | ||||
-rw-r--r-- | packages/integrations/partytown/package.json | 2 | ||||
-rw-r--r-- | packages/integrations/vercel/test/setup.js | 12 | ||||
-rw-r--r-- | packages/integrations/vue/package.json | 1 |
5 files changed, 4 insertions, 18 deletions
diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json index c928fbb20..93cc2b174 100644 --- a/packages/integrations/markdoc/package.json +++ b/packages/integrations/markdoc/package.json @@ -78,7 +78,7 @@ }, "devDependencies": { "@types/html-escaper": "^3.0.2", - "@types/markdown-it": "^13.0.6", + "@types/markdown-it": "^14.0.1", "astro": "workspace:*", "astro-scripts": "workspace:*", "devalue": "^4.3.2", diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json index 5dbc7dd95..c0e4575bb 100644 --- a/packages/integrations/mdx/package.json +++ b/packages/integrations/mdx/package.json @@ -44,7 +44,7 @@ "kleur": "^4.1.4", "rehype-raw": "^7.0.0", "remark-gfm": "^4.0.0", - "remark-smartypants": "^2.0.0", + "remark-smartypants": "^3.0.0", "source-map": "^0.7.4", "unist-util-visit": "^5.0.0", "vfile": "^6.0.1" @@ -53,7 +53,6 @@ "astro": "^4.0.0" }, "devDependencies": { - "@types/chai": "^4.3.10", "@types/estree": "^1.0.5", "@types/mdast": "^4.0.3", "@types/mocha": "^10.0.4", @@ -65,7 +64,7 @@ "mdast-util-mdx": "^3.0.0", "mdast-util-to-string": "^4.0.0", "reading-time": "^1.5.0", - "rehype-mathjax": "^5.0.0", + "rehype-mathjax": "^6.0.0", "rehype-pretty-code": "^0.13.0", "remark-math": "^6.0.0", "remark-rehype": "^11.0.0", diff --git a/packages/integrations/partytown/package.json b/packages/integrations/partytown/package.json index 83ba89c63..d23210d9d 100644 --- a/packages/integrations/partytown/package.json +++ b/packages/integrations/partytown/package.json @@ -33,7 +33,7 @@ }, "dependencies": { "@builder.io/partytown": "^0.8.0", - "mrmime": "^1.0.1" + "mrmime": "^2.0.0" }, "devDependencies": { "astro": "workspace:*", diff --git a/packages/integrations/vercel/test/setup.js b/packages/integrations/vercel/test/setup.js deleted file mode 100644 index c53aa9894..000000000 --- a/packages/integrations/vercel/test/setup.js +++ /dev/null @@ -1,12 +0,0 @@ -import { use } from 'chai'; -import chaiJestSnapshot from 'chai-jest-snapshot'; - -use(chaiJestSnapshot); - -before(function () { - chaiJestSnapshot.resetSnapshotRegistry(); -}); - -beforeEach(function () { - chaiJestSnapshot.configureUsingMochaContext(this); -}); diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index db48b34b3..e0dc2f60e 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -45,7 +45,6 @@ "@vue/compiler-sfc": "^3.3.8" }, "devDependencies": { - "@types/chai": "^4.3.10", "astro": "workspace:*", "astro-scripts": "workspace:*", "cheerio": "1.0.0-rc.12", |