Skip to content

Commit

Permalink
Merge pull request #1376 from visual-framework/Issue-1367
Browse files Browse the repository at this point in the history
chore: Issue-1367 - VF package updates and Node upgrade
  • Loading branch information
bhushan-ebi authored Nov 4, 2024
2 parents 76ab1d2 + 465b096 commit 9b86310
Show file tree
Hide file tree
Showing 4 changed files with 2,174 additions and 2,715 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup
uses: actions/setup-node@v2
with:
node-version: '16.x'
node-version: '18.x'
- name: Install dependencies
run: yarn install && yarn run build
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [18.x]

steps:
- uses: actions/checkout@v2
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@rollup/plugin-node-resolve": "13.3.0",
"@rollup/plugin-replace": "3.1.0",
"@visual-framework/ebi-vf1-integration": "1.0.7",
"@visual-framework/embl-breadcrumbs-lookup": "2.0.1",
"@visual-framework/embl-breadcrumbs-lookup": "1.2.0",
"@visual-framework/embl-conditional-edit": "1.0.3",
"@visual-framework/embl-content-hub-loader": "1.2.0",
"@visual-framework/embl-content-meta-properties": "1.0.1",
Expand All @@ -77,8 +77,8 @@
"@visual-framework/vf-cluster": "1.0.2",
"@visual-framework/vf-code-example": "1.3.0",
"@visual-framework/vf-config": "1.0.1-alpha.0",
"@visual-framework/vf-content": "1.6.16",
"@visual-framework/vf-core": "2.2.43",
"@visual-framework/vf-content": "1.6.17",
"@visual-framework/vf-core": "2.2.47",
"@visual-framework/vf-design-tokens": "3.6.4",
"@visual-framework/vf-details": "1.2.0",
"@visual-framework/vf-discussion": "1.0.1",
Expand Down Expand Up @@ -111,15 +111,15 @@
"@visual-framework/vf-page-header": "1.1.2",
"@visual-framework/vf-pagination": "1.1.2",
"@visual-framework/vf-profile": "1.4.0",
"@visual-framework/vf-sass-config": "2.7.2",
"@visual-framework/vf-sass-config": "2.7.3",
"@visual-framework/vf-sass-utilities": "1.0.1",
"@visual-framework/vf-search": "3.0.0-alpha.1",
"@visual-framework/vf-section-header": "1.5.5",
"@visual-framework/vf-social-links": "0.0.5",
"@visual-framework/vf-stack": "3.0.0",
"@visual-framework/vf-summary": "1.6.1",
"@visual-framework/vf-table": "1.2.2",
"@visual-framework/vf-tabs": "2.1.6",
"@visual-framework/vf-tabs": "2.1.7",
"@visual-framework/vf-text": "1.1.1",
"@visual-framework/vf-tree": "^2.0.0-alpha.1",
"@visual-framework/vf-u-fullbleed": "1.2.2",
Expand Down
Loading

0 comments on commit 9b86310

Please sign in to comment.