diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/astro/package.json | 12 | ||||
-rw-r--r-- | packages/create-astro/package.json | 5 |
2 files changed, 7 insertions, 10 deletions
diff --git a/packages/astro/package.json b/packages/astro/package.json index 4db17b24c..7e35ceab3 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -56,7 +56,6 @@ "@astrojs/compiler": "^0.3.3", "@astrojs/language-server": "^0.7.16", "@astrojs/markdown-remark": "^0.4.0-next.1", - "@astrojs/markdown-support": "0.3.1", "@astrojs/prism": "0.3.0-next.0", "@astrojs/renderer-preact": "^0.3.0-next.1", "@astrojs/renderer-react": "0.3.0-next.1", @@ -66,6 +65,7 @@ "@babel/traverse": "^7.15.4", "@proload/core": "^0.2.1", "@proload/plugin-tsm": "^0.1.0", + "@types/babel__core": "^7.1.15", "@web/parse5-utils": "^1.3.0", "astring": "^1.7.5", "ci-info": "^3.2.0", @@ -80,7 +80,7 @@ "kleur": "^4.1.4", "mime": "^2.5.2", "morphdom": "^2.6.1", - "node-fetch": "^2.6.5", + "node-fetch": "^3.0.0", "parse5": "^6.0.1", "path-to-regexp": "^6.2.0", "prismjs": "^1.25.0", @@ -96,29 +96,27 @@ "srcset-parse": "^1.1.0", "string-width": "^5.0.0", "strip-ansi": "^7.0.1", - "strip-indent": "^4.0.0", "supports-esm": "^1.0.0", "tsconfig-resolver": "^3.0.1", - "vite": "^2.6.10", "yargs-parser": "^20.2.9", "zod": "^3.8.1" }, "devDependencies": { "@astrojs/parser": "^0.20.2", "@babel/types": "^7.15.6", - "@types/babel__core": "^7.1.15", "@types/chai": "^4.2.22", "@types/connect": "^3.4.35", "@types/mime": "^2.0.3", "@types/mocha": "^9.0.0", - "@types/node-fetch": "^2.5.12", + "@types/node-fetch": "^3.0.0", "@types/resolve": "^1.20.1", "@types/rimraf": "^3.0.2", "@types/send": "^0.17.1", "@types/yargs-parser": "^20.2.1", "chai": "^4.3.4", "cheerio": "^1.0.0-rc.10", - "mocha": "^9.1.3" + "mocha": "^9.1.3", + "vite": "^2.6.10" }, "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0", diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json index 33aed0c92..a47dfe90c 100644 --- a/packages/create-astro/package.json +++ b/packages/create-astro/package.json @@ -25,16 +25,15 @@ ], "dependencies": { "@types/degit": "^2.8.2", - "@types/node-fetch": "^2.5.12", + "@types/node-fetch": "^3.0.0", "@types/prompts": "^2.0.12", "degit": "^2.8.4", "kleur": "^4.1.1", - "node-fetch": "^2.6.1", + "node-fetch": "^3.0.0", "prompts": "^2.4.1", "yargs-parser": "^20.2.7" }, "devDependencies": { - "@types/node-fetch": "^2.5.12", "uvu": "^0.5.1" }, "engines": { |