-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge renovate/rollup into renovate/update/react-select-5.x
- Loading branch information
Showing
10 changed files
with
111 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ set -e | |
|
||
# shellcheck source=setup-registry.sh | ||
. ".buildkite/scripts/helpers/setup-registry.sh" | ||
|
||
npm install -g [email protected] | ||
corepack enable | ||
pnpm install --frozen-lockfile | ||
pnpm turbo build:docs --filter=@docs/storybook | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,9 @@ runs: | |
using: composite | ||
steps: | ||
- name: Install package manager via corepack | ||
run: corepack enable | ||
run: | | ||
npm install -g [email protected] | ||
corepack enable | ||
shell: bash | ||
|
||
- name: Cache pnpm store | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@kaizen/components", | ||
"version": "1.70.14", | ||
"version": "1.70.17", | ||
"description": "Kaizen component library", | ||
"author": "Geoffrey Chong <[email protected]>", | ||
"homepage": "https://cultureamp.design", | ||
|
@@ -30,6 +30,63 @@ | |
"sideEffects": [ | ||
"styles.css" | ||
], | ||
"exports": { | ||
".": { | ||
"import": "./dist/esm/index.mjs", | ||
"require": "./dist/cjs/index.cjs", | ||
"types": "./dist/types/index.d.ts" | ||
}, | ||
"./future": { | ||
"import": "./dist/esm/future.mjs", | ||
"require": "./dist/cjs/future.cjs", | ||
"types": "./dist/types/__rc__/index.d.ts" | ||
}, | ||
"./v1/actions": { | ||
"import": "./dist/esm/actionsV1.mjs", | ||
"require": "./dist/cjs/actionsV1.cjs", | ||
"types": "./dist/types/v1-actions.d.ts" | ||
}, | ||
"./v1/overlays": { | ||
"import": "./dist/esm/overlaysV1.mjs", | ||
"main": "./dist/cjs/overlaysV1.cjs", | ||
"types": "./dist/types/v1-overlays.d.ts" | ||
}, | ||
"./v2/actions": { | ||
"import": "./dist/esm/actionsV2.mjs", | ||
"require": "./dist/cjs/actionsV2.cjs", | ||
"types": "./dist/types/v2-actions.d.ts" | ||
}, | ||
"./v2/overlays": { | ||
"import": "./dist/esm/overlaysV2.mjs", | ||
"require": "./dist/cjs/overlaysV2.cjs", | ||
"types": "./dist/types/v2-overlays.d.ts" | ||
}, | ||
"./v3/actions": { | ||
"import": "./dist/esm/actionsV3.mjs", | ||
"require": "./dist/cjs/actionsV3.cjs", | ||
"types": "./dist/types/v3-actions.d.ts" | ||
}, | ||
"./v3/overlays": { | ||
"import": "./dist/esm/overlaysV3.mjs", | ||
"require": "./dist/cjs/overlaysV3.cjs", | ||
"types": "./dist/types/v3-overlays.d.ts" | ||
}, | ||
"./v3/react-aria": { | ||
"import": "./dist/esm/reactAriaV3.mjs", | ||
"require": "./dist/cjs/reactAriaV3.cjs", | ||
"types": "./dist/types/__react-aria__/index.d.ts" | ||
}, | ||
"./v3/react-aria-components": { | ||
"import": "./dist/esm/reactAriaComponentsV3.mjs", | ||
"require": "./dist/cjs/reactAriaComponentsV3.cjs", | ||
"types": "./dist/types/__react-aria-components__/index.d.ts" | ||
}, | ||
"./dist/styles.css": { | ||
"import": "./dist/styles.css", | ||
"require": "./dist/styles.css", | ||
"style": "./dist/styles.css" | ||
} | ||
}, | ||
"bin": { | ||
"kaizen-codemod": "./bin/codemod.sh" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.