@chakra-ui/cli
Advanced tools
Comparing version 1.5.2 to 1.5.3
# @chakra-ui/cli | ||
## 1.5.3 | ||
### Patch Changes | ||
- [`e0a004b45`](https://github.com/chakra-ui/chakra-ui/commit/e0a004b450a76915477ab3da687cf311e96c7494) | ||
[#4818](https://github.com/chakra-ui/chakra-ui/pull/4818) Thanks | ||
[@igorwessel](https://github.com/igorwessel)! - Fixed an issue where the CLI | ||
tokens command exited unexpectedly with: | ||
`SyntaxError: Cannot use import statement outside a module` | ||
- Updated dependencies | ||
[[`c06d242c6`](https://github.com/chakra-ui/chakra-ui/commit/c06d242c672a10f93fab4dc2321143beae2db669), | ||
[`5b4d8ef24`](https://github.com/chakra-ui/chakra-ui/commit/5b4d8ef24017dab1d69aeb5016b53366bdb3bcfd)]: | ||
- @chakra-ui/utils@1.8.3 | ||
## 1.5.2 | ||
@@ -4,0 +19,0 @@ |
@@ -100,3 +100,6 @@ "use strict"; | ||
// use the TS projects own tsconfig file | ||
project: tsConfig.configFileAbsolutePath | ||
project: tsConfig.configFileAbsolutePath, | ||
compilerOptions: { | ||
module: "CommonJS" | ||
} | ||
}); | ||
@@ -103,0 +106,0 @@ /** |
{ | ||
"name": "@chakra-ui/cli", | ||
"version": "1.5.2", | ||
"version": "1.5.3", | ||
"description": "Generate theme typings for autocomplete", | ||
@@ -51,3 +51,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@chakra-ui/utils": "^1.8.1", | ||
"@chakra-ui/utils": "^1.8.3", | ||
"cli-check-node": "^1.3.4", | ||
@@ -54,0 +54,0 @@ "cli-handle-unhandled": "^1.1.1", |
Sorry, the diff of this file is not supported yet
82265
845
Updated@chakra-ui/utils@^1.8.3