diff options
author | 2022-07-08 14:49:06 -0500 | |
---|---|---|
committer | 2022-07-08 14:49:06 -0500 | |
commit | 70b0246d4c80204632533f44207e48482dab3399 (patch) | |
tree | 8cf205d9947b5dd837d9f162161e089f85fc4d28 /packages | |
parent | 37401cc3e6842c715ab3a373ecd0850629fe1582 (diff) | |
download | astro-70b0246d4c80204632533f44207e48482dab3399.tar.gz astro-70b0246d4c80204632533f44207e48482dab3399.tar.zst astro-70b0246d4c80204632533f44207e48482dab3399.zip |
fix(#3843): move @babel/types to dependencies (#3863)
* fix(#3843): move @babel/types to dependencies
* chore: update lockfile
Co-authored-by: Nate Moore <nate@astro.build>
Diffstat (limited to '')
-rw-r--r-- | packages/astro/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/package.json b/packages/astro/package.json index 3b5bfa74d..a87574a08 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -87,6 +87,7 @@ "@astrojs/telemetry": "^0.2.4", "@astrojs/webapi": "^0.12.0", "@babel/core": "^7.18.2", + "@babel/types": "^7.18.4", "@babel/generator": "^7.18.2", "@babel/parser": "^7.18.4", "@babel/plugin-transform-react-jsx": "^7.17.12", @@ -137,7 +138,6 @@ "zod": "^3.17.3" }, "devDependencies": { - "@babel/types": "^7.18.4", "@playwright/test": "^1.22.2", "@types/babel__core": "^7.1.19", "@types/babel__generator": "^7.6.4", |