Skip to content

Commit

Permalink
feature: BIM-17740 add tooltip demo to kit menu
Browse files Browse the repository at this point in the history
  • Loading branch information
faraononon authored and Dmitriy Farion committed Aug 28, 2023
1 parent 4fe8542 commit 0a909f0
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-pages-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: 18.14.0
node-version: 18.16.1
cache: 'npm'

- name: Install missing packages
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-package-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: 18.14.0
node-version: 18.16.1
cache: 'npm'

- name: Install missing packages
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
uses: actions/setup-node@v3
with:
always-auth: true
node-version: 18.14.0
node-version: 18.16.1

- name: Do prepublish
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-package-next.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: 18.14.0
node-version: 18.16.1
cache: 'npm'

- name: Install missing packages
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
uses: actions/setup-node@v3
with:
always-auth: true
node-version: 18.14.0
node-version: 18.16.1

- name: Do prepublish
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: 18.14.0
node-version: 18.16.1
cache: 'npm'

- name: Install missing packages
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
uses: actions/setup-node@v3
with:
always-auth: true
node-version: 18.14.0
node-version: 18.16.1

- name: Do prepublish
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: 18.14.0
node-version: 18.16.1
cache: 'npm'

- name: Install missing packages
Expand Down
4 changes: 2 additions & 2 deletions .moon/toolchain.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
$schema: 'https://moonrepo.dev/schemas/toolchain.json'

node:
version: '18.14.0'
version: '18.16.1'
packageManager: 'npm'

npm:
version: '8.19.3'
version: '9.5.1'
addEnginesConstraint: false
aliasPackageNames: 'name-and-scope'
dedupeOnLockfileChange: true
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"email": "[email protected]"
},
"engines": {
"node": "18.14.0",
"npm": ">=8.0.0"
"node": "18.16.1",
"npm": ">=9.0.0"
},
"packageManager": "npm@8.19.3",
"packageManager": "npm@9.5.1",
"workspaces": [
"projects/*"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export class SidebarComponent {
{ title: 'Stepper', link: '/kit/stepper' },
{ title: 'Option', link: '/kit/option' },
{ title: 'Callout', link: '/kit/callout' },
{ title: 'Tooltip', link: '/kit/tooltip' },
],
'title'
),
Expand Down

0 comments on commit 0a909f0

Please sign in to comment.