Move ast-types as dev dependency (#4586)
This commit is contained in:
parent
db38f61b2b
commit
16814dc718
3 changed files with 7 additions and 3 deletions
5
.changeset/loud-berries-sit.md
Normal file
5
.changeset/loud-berries-sit.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Move ast-types as dev dependency
|
|
@ -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",
|
||||
|
|
|
@ -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==}
|
||||
|
|
Loading…
Reference in a new issue