This repository was archived by the owner on Sep 20, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +24
-13
lines changed Expand file tree Collapse file tree 5 files changed +24
-13
lines changed Original file line number Diff line number Diff line change 2
2
* Global component types for @@chakra-ui/vue-next1.0.0-alpha.4
3
3
* This is a generated file. Do not edit it's contents.
4
4
*
5
- * This file was generated on 2021-06-22T09:14:59.565Z
5
+ * This file was generated on 2021-06-22T09:21:16.557Z
6
6
*/
7
7
declare module 'vue' {
8
8
export interface GlobalComponents {
@@ -121,7 +121,7 @@ declare module 'vue' {
121
121
* Global component types for @@chakra-ui/vue-next1.0.0-alpha.4
122
122
* This is a generated file. Do not edit it's contents.
123
123
*
124
- * This file was generated on 2021-06-22T09:14:59.565Z
124
+ * This file was generated on 2021-06-22T09:21:16.557Z
125
125
*/
126
126
declare module 'vue' {
127
127
export interface GlobalComponents {
Original file line number Diff line number Diff line change 136
136
"vue-prism-editor" : " ^2.0.0-alpha.2" ,
137
137
"vue-router" : " ^4.0.6" ,
138
138
"vue3-perfect-scrollbar" : " ^1.5.5"
139
+ },
140
+ "devDependencies" : {
141
+ "@types/eslint" : " ^7.2.13"
139
142
}
140
143
}
Original file line number Diff line number Diff line change 23
23
"build:esm" : " cross-env BABEL_ENV=esm babel src --root-mode upward --extensions .ts,.tsx -d dist/esm --source-maps" ,
24
24
"build:cjs" : " cross-env BABEL_ENV=cjs babel src --root-mode upward --extensions .ts,.tsx -d dist/cjs --source-maps" ,
25
25
"build:types" : " cross-env tsc --emitDeclarationOnly --declaration --declarationDir dist/types" ,
26
- "postbuild" : " cross-env ts-node ../../scripts/generate-global-types.ts" ,
26
+ "postbuild" : " cross-env yarn run ts-node ../../scripts/generate-global-types.ts" ,
27
27
"watch" : " concurrently yarn:watch:*" ,
28
28
"watch:esm" : " cross-env BABEL_ENV=esm babel src --root-mode upward --extensions .ts,.tsx -d dist/esm --source-maps --watch" ,
29
29
"watch:cjs" : " cross-env BABEL_ENV=cjs babel src --root-mode upward --extensions .ts,.tsx -d dist/cjs --source-maps --watch" ,
Original file line number Diff line number Diff line change 1
- import { writeFileSync , appendFileSync } from 'fs'
2
- import { resolve } from 'path'
3
- import * as ChakraComponents from '@chakra-ui/vue-next'
4
- import {
5
- name as pkgName ,
6
- version as pkgVersion ,
7
- } from '../packages/core/package.json'
8
- import { ESLint } from 'eslint'
9
- import { domElements } from '@chakra-ui/vue-system'
1
+ const { writeFileSync, appendFileSync } = require ( 'fs' )
2
+ const { resolve } = require ( 'path' )
3
+ const {
4
+ name : pkgName ,
5
+ version : pkgVersion ,
6
+ } = require ( '../packages/core/package.json' )
7
+ const { ESLint } = require ( 'eslint' )
8
+ const { domElements } = require ( '@chakra-ui/vue-system' )
9
+ const ChakraComponents = require ( '@chakra-ui/vue-next' )
10
10
11
11
type ComponentsImport = typeof ChakraComponents
12
12
Original file line number Diff line number Diff line change 3059
3059
resolved "https://registry.yarnpkg.com/@types/cookie/-/cookie-0.3.3.tgz#85bc74ba782fb7aa3a514d11767832b0e3bc6803"
3060
3060
integrity sha512-LKVP3cgXBT9RYj+t+9FDKwS5tdI+rPBXaNSkma7hvqy35lc7mAokC2zsqWJH0LaqIt3B962nuYI77hsJoT1gow==
3061
3061
3062
+ "@types/eslint@^7.2.13":
3063
+ version "7.2.13"
3064
+ resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-7.2.13.tgz#e0ca7219ba5ded402062ad6f926d491ebb29dd53"
3065
+ integrity sha512-LKmQCWAlnVHvvXq4oasNUMTJJb2GwSyTY8+1C7OH5ILR8mPLaljv1jxL1bXW3xB3jFbQxTKxJAvI8PyjB09aBg==
3066
+ dependencies:
3067
+ "@types/estree" "*"
3068
+ "@types/json-schema" "*"
3069
+
3062
3070
"@types/estree@*":
3063
3071
version "0.0.47"
3064
3072
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.47.tgz#d7a51db20f0650efec24cd04994f523d93172ed4"
3114
3122
jest-diff "^26.0.0"
3115
3123
pretty-format "^26.0.0"
3116
3124
3117
- "@types/json-schema@^7.0.3":
3125
+ "@types/json-schema@*", "@types/json-schema@ ^7.0.3":
3118
3126
version "7.0.7"
3119
3127
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.7.tgz#98a993516c859eb0d5c4c8f098317a9ea68db9ad"
3120
3128
integrity sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA==
You can’t perform that action at this time.
0 commit comments