Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit a58bf00

Browse files
committed
feat: update scripts
1 parent fc7d72c commit a58bf00

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+1112
-1177
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,3 +111,6 @@ cypress/screenshots
111111
.yarn
112112
.yarnrc
113113
.yarnrc.yml
114+
115+
# Turborepo
116+
.turbo

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"dev": "preconstruct dev",
3939
"clean": "pnpm -r --parallel run clean",
4040
"prebuild": "pnpm clean",
41-
"build": "pnpm preconstruct build",
41+
"build": "turbo run build --filter=!./examples/*",
4242
"build:types": "ts-node scripts/generate-global-types.ts",
4343
"postbuild": "pnpm build:types && pnpm size",
4444
"start": "preconstruct watch",
@@ -86,7 +86,8 @@
8686
"@babel/preset-typescript": "^7.12.7",
8787
"@chakra-ui/anatomy": "^2.0.1",
8888
"@chakra-ui/styled-system": "2.5.1",
89-
"@chakra-ui/theme-tools": "^2.0.16",
89+
"@chakra-ui/theme": "^2.2.5",
90+
"@chakra-ui/theme-tools": "^2.0.17",
9091
"@chakra-ui/theme-utils": "^2.0.6",
9192
"@chakra-ui/utils": "2.0.14",
9293
"@chakra-ui/vue-next": "2.0.0-beta.1",
@@ -221,7 +222,8 @@
221222
]
222223
},
223224
"resolutions": {
224-
"csstype": "3.1.1"
225+
"csstype": "3.1.1",
226+
"@chakra-ui/theme-tools": "2.0.17"
225227
},
226228
"packageManager": "[email protected]"
227229
}

0 commit comments

Comments
 (0)