diff options
author | 2022-09-02 00:33:29 +0800 | |
---|---|---|
committer | 2022-09-01 12:33:29 -0400 | |
commit | 16814dc718614c0cce46b788470c1bc40b5cc981 (patch) | |
tree | 08120ed8e33292dd32cf1b4d352e47918d0d1f2b | |
parent | db38f61b2b2dc55f03b28797d19b163b1940f1c8 (diff) | |
download | astro-16814dc718614c0cce46b788470c1bc40b5cc981.tar.gz astro-16814dc718614c0cce46b788470c1bc40b5cc981.tar.zst astro-16814dc718614c0cce46b788470c1bc40b5cc981.zip |
Move ast-types as dev dependency (#4586)
Diffstat (limited to '')
-rw-r--r-- | .changeset/loud-berries-sit.md | 5 | ||||
-rw-r--r-- | packages/astro/package.json | 2 | ||||
-rw-r--r-- | pnpm-lock.yaml | 3 |
3 files changed, 7 insertions, 3 deletions
diff --git a/.changeset/loud-berries-sit.md b/.changeset/loud-berries-sit.md new file mode 100644 index 000000000..43704a645 --- /dev/null +++ b/.changeset/loud-berries-sit.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Move ast-types as dev dependency diff --git a/packages/astro/package.json b/packages/astro/package.json index 020781dfe..93fab5846 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -107,7 +107,6 @@ "@babel/types": "^7.18.4", "@proload/core": "^0.3.2", "@proload/plugin-tsm": "^0.2.1", - "ast-types": "^0.14.2", "boxen": "^6.2.1", "ci-info": "^3.3.1", "common-ancestor-path": "^1.0.1", @@ -172,6 +171,7 @@ "@types/send": "^0.17.1", "@types/unist": "^2.0.6", "@types/yargs-parser": "^21.0.0", + "ast-types": "^0.14.2", "astro-scripts": "workspace:*", "chai": "^4.3.6", "cheerio": "^1.0.0-rc.11", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a70045599..9e1fdfb59 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -469,7 +469,6 @@ importers: '@babel/types': 7.18.10 '@proload/core': 0.3.2 '@proload/plugin-tsm': 0.2.1_@proload+core@0.3.2 - ast-types: 0.14.2 boxen: 6.2.1 ci-info: 3.3.2 common-ancestor-path: 1.0.1 @@ -533,6 +532,7 @@ importers: '@types/send': 0.17.1 '@types/unist': 2.0.6 '@types/yargs-parser': 21.0.0 + ast-types: 0.14.2 astro-scripts: link:../../scripts chai: 4.3.6 cheerio: 1.0.0-rc.12 @@ -9558,7 +9558,6 @@ packages: engines: {node: '>=4'} dependencies: tslib: 2.4.0 - dev: false /astring/1.8.3: resolution: {integrity: sha512-sRpyiNrx2dEYIMmUXprS8nlpRg2Drs8m9ElX9vVEXaCB4XEAJhKfs7IcX0IwShjuOAjLR6wzIrgoptz1n19i1A==} |