Skip to content

Commit

Permalink
Merge pull request #126 from etn-ccis/dependabot/npm_and_yarn/dev/typ…
Browse files Browse the repository at this point in the history
…escript-5.7.3

Bump typescript from 5.7.2 to 5.7.3
  • Loading branch information
JeffGreiner-eaton authored Feb 11, 2025
2 parents bace541 + 788faf1 commit 147695a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/blui-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ jobs:
- run: yarn
- run: yarn build
- name: Save dist
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist
if-no-files-found: error
path: dist
- name: Save branding
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: branding
if-no-files-found: error
Expand All @@ -76,12 +76,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Download the dist folder
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dist
path: dist
- name: Download the branding folder
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: branding
path: branding
Expand All @@ -100,7 +100,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Download dist
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dist
path: dist
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ prettier@^3.0.3:
integrity sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==

typescript@^5.0.3:
version "5.7.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6"
integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==
version "5.7.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.3.tgz#919b44a7dbb8583a9b856d162be24a54bf80073e"
integrity sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==

0 comments on commit 147695a

Please sign in to comment.