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

Commit 648ea14

Browse files
committed
fix: change build packages
1 parent ff0df27 commit 648ea14

File tree

48 files changed

+3125
-670
lines changed

Some content is hidden

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

48 files changed

+3125
-670
lines changed

.github/workflows/pr.yml

Lines changed: 0 additions & 69 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Release
1616
runs-on: ubuntu-latest
1717
env:
18-
NODE_OPTIONS: "--max-old-space-size=16384"
18+
# NODE_OPTIONS: "--max-old-space-size=16384"
1919
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
2020
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
2121

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@
9191
"@emotion/css": "^11.9.0",
9292
"@emotion/jest": "^11.7.1",
9393
"@emotion/server": "^11.4.0",
94+
"@nuxt/kit": "^3.0.0",
95+
"@nuxt/module-builder": "^0.2.1",
96+
"@nuxt/schema": "^3.0.0",
97+
"@nuxt/test-utils": "^3.0.0",
9498
"@manypkg/cli": "^0.17.0",
9599
"@mdx-js/rollup": "^2.0.0-rc.2",
96100
"@popperjs/core": "^2.8.4",

packages/c-accordion/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
},
1616
"description": "Chakra UI Vue | CAccordion component",
17-
"repository": "https://github.com/chakra-ui/chakra-ui-vue-next/tree/master/packages/c-accordion",
17+
"repository": "https://github.com/chakra-ui/chakra-ui-vue-next/tree/main/packages/c-accordion",
1818
"author": "Jonathan Bakebwa [email protected]",
1919
"license": "MIT",
2020
"scripts": {
@@ -44,4 +44,4 @@
4444
"devDependencies": {
4545
"vue": "^3.2.37"
4646
}
47-
}
47+
}

packages/c-alert/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
},
1515
"description": "Chakra UI Vue | CAlert component",
16-
"repository": "https://github.com/chakra-ui/chakra-ui-vue-next/tree/master/packages/c-alert",
16+
"repository": "https://github.com/chakra-ui/chakra-ui-vue-next/tree/main/packages/c-alert",
1717
"author": "Jonathan Bakebwa [email protected]",
1818
"license": "MIT",
1919
"scripts": {
@@ -38,4 +38,4 @@
3838
"devDependencies": {
3939
"vue": "^3.2.37"
4040
}
41-
}
41+
}

packages/c-avatar/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"default": "./dist/chakra-ui-c-avatar.esm.js"
1717
}
1818
},
19-
"repository": "https://github.com/chakra-ui/chakra-ui-vue-next/tree/master/packages/c-avatar",
19+
"repository": "https://github.com/chakra-ui/chakra-ui-vue-next/tree/main/packages/c-avatar",
2020
"bugs": {
2121
"url": "https://github.com/chakra-ui/chakra-ui-vue-next/issues"
2222
},
@@ -50,4 +50,4 @@
5050
"publishConfig": {
5151
"access": "public"
5252
}
53-
}
53+
}

packages/c-breadcrumb/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"publishConfig": {
2020
"access": "public"
2121
},
22-
"repository": "https://github.com/chakra-ui/chakra-ui-vue-next/tree/master/packages/c-breadcrumb",
22+
"repository": "https://github.com/chakra-ui/chakra-ui-vue-next/tree/main/packages/c-breadcrumb",
2323
"bugs": {
2424
"url": "https://github.com/chakra-ui/chakra-ui-vue-next/issues"
2525
},
@@ -44,4 +44,4 @@
4444
"devDependencies": {
4545
"vue": "^3.2.37"
4646
}
47-
}
47+
}

packages/c-button/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
},
1515
"description": "Chakra UI Vue | CButton component",
16-
"repository": "https://github.com/chakra-ui/chakra-ui-vue-next/tree/master/packages/c-button",
16+
"repository": "https://github.com/chakra-ui/chakra-ui-vue-next/tree/main/packages/c-button",
1717
"author": "Jonathan Bakebwa [email protected]",
1818
"license": "MIT",
1919
"scripts": {
@@ -40,4 +40,4 @@
4040
"devDependencies": {
4141
"vue": "^3.2.37"
4242
}
43-
}
43+
}

packages/c-checkbox/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"default": "./dist/chakra-ui-c-checkbox.esm.js"
1717
}
1818
},
19-
"repository": "https://github.com/chakra-ui/chakra-ui-vue-next/tree/master/packages/c-checkbox",
19+
"repository": "https://github.com/chakra-ui/chakra-ui-vue-next/tree/main/packages/c-checkbox",
2020
"bugs": {
2121
"url": "https://github.com/chakra-ui/chakra-ui-vue-next/issues"
2222
},
@@ -49,4 +49,4 @@
4949
"publishConfig": {
5050
"access": "public"
5151
}
52-
}
52+
}

packages/c-close-button/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"publishConfig": {
2020
"access": "public"
2121
},
22-
"repository": "https://github.com/chakra-ui/chakra-ui-vue-next/tree/master/packages/c-close-button",
22+
"repository": "https://github.com/chakra-ui/chakra-ui-vue-next/tree/main/packages/c-close-button",
2323
"bugs": {
2424
"url": "https://github.com/chakra-ui/chakra-ui-vue-next/issues"
2525
},
@@ -45,4 +45,4 @@
4545
"peerDependencies": {
4646
"vue": "^3.1.4"
4747
}
48-
}
48+
}

0 commit comments

Comments
 (0)