Skip to content

Commit b5b5414

Browse files
chore: manually commit lockfile due to change in package name, explicitly set --immutable defaults to true in CI (#27)
1 parent f2512e6 commit b5b5414

File tree

2 files changed

+44
-44
lines changed

2 files changed

+44
-44
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
node-version: "20"
2424

2525
- name: Install dependencies
26-
run: yarn install
26+
run: yarn install --immutable
2727

2828
- name: Build project
2929
run: yarn build

yarn.lock

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1491,6 +1491,49 @@ __metadata:
14911491
languageName: node
14921492
linkType: hard
14931493

1494+
"@bitcoin-dev-project/bdp-ui@workspace:.":
1495+
version: 0.0.0-use.local
1496+
resolution: "@bitcoin-dev-project/bdp-ui@workspace:."
1497+
dependencies:
1498+
"@chromatic-com/storybook": "npm:^1.5.0"
1499+
"@semantic-release/commit-analyzer": "npm:^13.0.0"
1500+
"@semantic-release/git": "npm:^10.0.1"
1501+
"@semantic-release/github": "npm:^10.1.4"
1502+
"@semantic-release/npm": "npm:^12.0.1"
1503+
"@semantic-release/release-notes-generator": "npm:^14.0.1"
1504+
"@storybook/addon-essentials": "npm:^8.1.10"
1505+
"@storybook/addon-interactions": "npm:^8.1.10"
1506+
"@storybook/addon-links": "npm:^8.1.10"
1507+
"@storybook/addon-onboarding": "npm:^8.1.10"
1508+
"@storybook/addon-webpack5-compiler-swc": "npm:^1.0.4"
1509+
"@storybook/blocks": "npm:^8.1.10"
1510+
"@storybook/react": "npm:^8.1.10"
1511+
"@storybook/react-webpack5": "npm:^8.1.10"
1512+
"@storybook/test": "npm:^8.1.10"
1513+
"@testing-library/jest-dom": "npm:^6.4.6"
1514+
"@testing-library/react": "npm:^16.0.0"
1515+
"@types/react": "npm:^18.3.3"
1516+
"@types/react-dom": "npm:^18.3.0"
1517+
autoprefixer: "npm:^10.4.19"
1518+
clsx: "npm:^2.1.1"
1519+
concurrently: "npm:^8.2.2"
1520+
jest: "npm:^29.7.0"
1521+
jest-environment-jsdom: "npm:^29.7.0"
1522+
postcss: "npm:^8.4.38"
1523+
react: "npm:^17.0.0 || ^18.0.0"
1524+
react-dom: "npm:^17.0.0 || ^18.0.0"
1525+
semantic-release: "npm:^24.0.0"
1526+
storybook: "npm:^8.1.10"
1527+
tailwind-merge: "npm:^2.5.2"
1528+
tailwindcss: "npm:^3.4.4"
1529+
tsup: "npm:^8.1.0"
1530+
typescript: "npm:^5.5.2"
1531+
peerDependencies:
1532+
react: ^17.0.0 || ^18.0.0
1533+
react-dom: ^17.0.0 || ^18.0.0
1534+
languageName: unknown
1535+
linkType: soft
1536+
14941537
"@chromatic-com/storybook@npm:^1.5.0":
14951538
version: 1.5.0
14961539
resolution: "@chromatic-com/storybook@npm:1.5.0"
@@ -5564,49 +5607,6 @@ __metadata:
55645607
languageName: node
55655608
linkType: hard
55665609

5567-
"bdp-ui@workspace:.":
5568-
version: 0.0.0-use.local
5569-
resolution: "bdp-ui@workspace:."
5570-
dependencies:
5571-
"@chromatic-com/storybook": "npm:^1.5.0"
5572-
"@semantic-release/commit-analyzer": "npm:^13.0.0"
5573-
"@semantic-release/git": "npm:^10.0.1"
5574-
"@semantic-release/github": "npm:^10.1.4"
5575-
"@semantic-release/npm": "npm:^12.0.1"
5576-
"@semantic-release/release-notes-generator": "npm:^14.0.1"
5577-
"@storybook/addon-essentials": "npm:^8.1.10"
5578-
"@storybook/addon-interactions": "npm:^8.1.10"
5579-
"@storybook/addon-links": "npm:^8.1.10"
5580-
"@storybook/addon-onboarding": "npm:^8.1.10"
5581-
"@storybook/addon-webpack5-compiler-swc": "npm:^1.0.4"
5582-
"@storybook/blocks": "npm:^8.1.10"
5583-
"@storybook/react": "npm:^8.1.10"
5584-
"@storybook/react-webpack5": "npm:^8.1.10"
5585-
"@storybook/test": "npm:^8.1.10"
5586-
"@testing-library/jest-dom": "npm:^6.4.6"
5587-
"@testing-library/react": "npm:^16.0.0"
5588-
"@types/react": "npm:^18.3.3"
5589-
"@types/react-dom": "npm:^18.3.0"
5590-
autoprefixer: "npm:^10.4.19"
5591-
clsx: "npm:^2.1.1"
5592-
concurrently: "npm:^8.2.2"
5593-
jest: "npm:^29.7.0"
5594-
jest-environment-jsdom: "npm:^29.7.0"
5595-
postcss: "npm:^8.4.38"
5596-
react: "npm:^17.0.0 || ^18.0.0"
5597-
react-dom: "npm:^17.0.0 || ^18.0.0"
5598-
semantic-release: "npm:^24.0.0"
5599-
storybook: "npm:^8.1.10"
5600-
tailwind-merge: "npm:^2.5.2"
5601-
tailwindcss: "npm:^3.4.4"
5602-
tsup: "npm:^8.1.0"
5603-
typescript: "npm:^5.5.2"
5604-
peerDependencies:
5605-
react: ^17.0.0 || ^18.0.0
5606-
react-dom: ^17.0.0 || ^18.0.0
5607-
languageName: unknown
5608-
linkType: soft
5609-
56105610
"before-after-hook@npm:^3.0.2":
56115611
version: 3.0.2
56125612
resolution: "before-after-hook@npm:3.0.2"

0 commit comments

Comments
 (0)