Skip to content

Commit

Permalink
fix(carousel): fix broken comment and workflows
Browse files Browse the repository at this point in the history
chore: frozen-workfile

fix(carousel): remove broken comment
  • Loading branch information
W3stside committed Sep 28, 2024
1 parent c63e456 commit bdf7786
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
clean: true

- name: Install dependencies
run: yarn install
run: yarn install --frozen-workfile

- name: Build packages
# skip building apps
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4

- name: Install dependencies
run: yarn install --immutable
run: yarn install --frozen-workfile

- name: Lint code
run: yarn lint
Expand All @@ -38,7 +38,7 @@ jobs:
uses: actions/checkout@v4

- name: Install dependencies
run: yarn install --immutable
run: yarn install --frozen-workfile

- name: Build
run: yarn build:packages
Expand Down
1 change: 0 additions & 1 deletion packages/carousel/src/components/Common/styleds.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ export const CarouselContainer = styled(ScrollerContainer).attrs({ $isVerticalSc
flex-flow: row nowrap;
justify-content: center;
align-items: center;
// transform requirement
position: relative;
overflow: hidden;
height: 100%;
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5252,7 +5252,7 @@ __metadata:
languageName: unknown
linkType: soft

"@past3lle/carousel@npm:^2.1.2-alpha.0, @past3lle/carousel@workspace:packages/carousel":
"@past3lle/carousel@npm:^2.1.2-alpha.1, @past3lle/carousel@workspace:packages/carousel":
version: 0.0.0-use.local
resolution: "@past3lle/carousel@workspace:packages/carousel"
dependencies:
Expand Down Expand Up @@ -5380,15 +5380,15 @@ __metadata:
languageName: unknown
linkType: soft

"@past3lle/forge-web3@npm:^2.3.2-alpha.0, @past3lle/forge-web3@workspace:packages/forge-web3":
"@past3lle/forge-web3@npm:^2.3.2-alpha.1, @past3lle/forge-web3@workspace:packages/forge-web3":
version: 0.0.0-use.local
resolution: "@past3lle/forge-web3@workspace:packages/forge-web3"
dependencies:
"@emotion/react": "npm:11.11.1"
"@past3lle/hooks": "npm:^2.1.2-alpha.0"
"@past3lle/skilltree-contracts": "npm:^0.1.8"
"@past3lle/utils": "npm:^2.1.0"
"@past3lle/web3-modal": "npm:^2.3.2-alpha.0"
"@past3lle/web3-modal": "npm:^2.3.2-alpha.1"
"@tanstack/react-query": "npm:^5.17.15"
"@types/react": "npm:^18.2.0"
"@types/react-dom": "npm:^18.2.0"
Expand Down Expand Up @@ -5449,11 +5449,11 @@ __metadata:
"@babel/plugin-proposal-private-property-in-object": "npm:^7.21.11"
"@craco/craco": "npm:^5.7.0"
"@past3lle/assets": "npm:^2.1.0"
"@past3lle/carousel": "npm:^2.1.2-alpha.0"
"@past3lle/carousel": "npm:^2.1.2-alpha.1"
"@past3lle/components": "npm:^2.1.2-alpha.0"
"@past3lle/constants": "npm:^2.1.0"
"@past3lle/hooks": "npm:^2.1.2-alpha.0"
"@past3lle/skillforge-widget": "npm:^2.3.2-alpha.0"
"@past3lle/skillforge-widget": "npm:^2.3.2-alpha.1"
"@past3lle/theme": "npm:^2.1.2-alpha.0"
"@past3lle/types": "npm:^2.1.0"
"@past3lle/utils": "npm:^2.1.0"
Expand Down Expand Up @@ -5496,12 +5496,12 @@ __metadata:
"@babel/plugin-proposal-private-property-in-object": "npm:^7.21.11"
"@craco/craco": "npm:^5.7.0"
"@past3lle/components": "npm:^2.1.2-alpha.0"
"@past3lle/forge-web3": "npm:^2.3.2-alpha.0"
"@past3lle/skillforge-widget": "npm:^2.3.2-alpha.0"
"@past3lle/forge-web3": "npm:^2.3.2-alpha.1"
"@past3lle/skillforge-widget": "npm:^2.3.2-alpha.1"
"@past3lle/skilltree-contracts": "npm:^0.1.8"
"@past3lle/theme": "npm:^2.1.2-alpha.0"
"@past3lle/utils": "npm:^2.1.0"
"@past3lle/wagmi-connectors": "npm:^2.3.2-alpha.0"
"@past3lle/wagmi-connectors": "npm:^2.3.2-alpha.1"
"@tanstack/react-query": "npm:^5.17.15"
"@trivago/prettier-plugin-sort-imports": "npm:^4.0.0"
"@types/jest": "npm:^25.2.1"
Expand Down Expand Up @@ -5546,13 +5546,13 @@ __metadata:
languageName: unknown
linkType: soft

"@past3lle/skillforge-widget@npm:^2.3.2-alpha.0, @past3lle/skillforge-widget@workspace:packages/skillforge-widget":
"@past3lle/skillforge-widget@npm:^2.3.2-alpha.1, @past3lle/skillforge-widget@workspace:packages/skillforge-widget":
version: 0.0.0-use.local
resolution: "@past3lle/skillforge-widget@workspace:packages/skillforge-widget"
dependencies:
"@babel/plugin-proposal-nullish-coalescing-operator": "npm:^7.13.8"
"@past3lle/components": "npm:^2.1.2-alpha.0"
"@past3lle/forge-web3": "npm:^2.3.2-alpha.0"
"@past3lle/forge-web3": "npm:^2.3.2-alpha.1"
"@past3lle/hooks": "npm:^2.1.2-alpha.0"
"@past3lle/theme": "npm:^2.1.2-alpha.0"
"@past3lle/types": "npm:^2.1.0"
Expand Down Expand Up @@ -5664,7 +5664,7 @@ __metadata:
languageName: unknown
linkType: soft

"@past3lle/wagmi-connectors@npm:^2.3.2-alpha.0, @past3lle/wagmi-connectors@workspace:packages/wagmi-connectors":
"@past3lle/wagmi-connectors@npm:^2.3.2-alpha.1, @past3lle/wagmi-connectors@workspace:packages/wagmi-connectors":
version: 0.0.0-use.local
resolution: "@past3lle/wagmi-connectors@workspace:packages/wagmi-connectors"
dependencies:
Expand Down Expand Up @@ -5703,15 +5703,15 @@ __metadata:
languageName: unknown
linkType: soft

"@past3lle/web3-modal@npm:^2.3.2-alpha.0, @past3lle/web3-modal@workspace:packages/web3-modal":
"@past3lle/web3-modal@npm:^2.3.2-alpha.1, @past3lle/web3-modal@workspace:packages/web3-modal":
version: 0.0.0-use.local
resolution: "@past3lle/web3-modal@workspace:packages/web3-modal"
dependencies:
"@past3lle/components": "npm:^2.1.2-alpha.0"
"@past3lle/hooks": "npm:^2.1.2-alpha.0"
"@past3lle/theme": "npm:^2.1.2-alpha.0"
"@past3lle/utils": "npm:^2.1.0"
"@past3lle/wagmi-connectors": "npm:^2.3.2-alpha.0"
"@past3lle/wagmi-connectors": "npm:^2.3.2-alpha.1"
"@rollup/plugin-terser": "npm:^0.4.3"
"@rollup/plugin-typescript": "npm:^11.1.3"
"@safe-global/api-kit": "npm:^2.4.5"
Expand Down

0 comments on commit bdf7786

Please sign in to comment.