chore: bump version (#3955)

This commit is contained in:
Alex Yang
2023-08-25 11:52:33 -05:00
committed by GitHub
parent 98b8fbc8cf
commit 7906b7bc5f
38 changed files with 2184 additions and 2231 deletions
+4 -1
View File
@@ -6,7 +6,7 @@
"module": "ESNext",
"verbatimModuleSyntax": false,
"resolveJsonModule": true,
"moduleResolution": "Node16",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"outDir": "./lib/.webpack",
"rootDir": "."
@@ -15,6 +15,9 @@
"references": [
{
"path": "../../packages/cli"
},
{
"path": "../../packages/env"
}
]
}