Skip to content

Commit

Permalink
Merge branch 'dev' into dependabot/npm_and_yarn/qs-6.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
VividLemon committed Jan 7, 2023
2 parents 805014e + 3e29c63 commit 37ef072
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: echo "::set-output name=dir::$(yarn cache dir)"

- name: Cache node_modules
uses: actions/cache@v3.0.11
uses: actions/cache@v3.2.2
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
key: ${{ matrix.os }}-node-v${{ matrix.node }}-yarn-${{ hashFiles('**/yarn.lock') }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: echo "::set-output name=dir::$(yarn cache dir)"

- name: Cache node_modules
uses: actions/cache@v3.0.11
uses: actions/cache@v3.2.2
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
key: ${{ matrix.os }}-node-v${{ matrix.node }}-yarn-${{ hashFiles('**/yarn.lock') }}
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
run: echo "::set-output name=dir::$(yarn cache dir)"

- name: Cache node_modules
uses: actions/cache@v3.0.11
uses: actions/cache@v3.2.2
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
key: ${{ matrix.os }}-node-v${{ matrix.node }}-yarn-${{ hashFiles('**/yarn.lock') }}
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
run: echo "::set-output name=dir::$(yarn cache dir)"

- name: Cache node_modules
uses: actions/cache@v3.0.11
uses: actions/cache@v3.2.2
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
key: ${{ matrix.os }}-node-v${{ matrix.node }}-yarn-${{ hashFiles('**/yarn.lock') }}
Expand Down
2 changes: 1 addition & 1 deletion src/components/calendar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
{
"prop": "headerTag",
"version": "2.22.0",
"description": "Specify the HTML tag to render instead of the default tag for the footer"
"description": "Specify the HTML tag to render instead of the default tag for the header"
},
{
"prop": "hidden",
Expand Down
2 changes: 1 addition & 1 deletion src/components/modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
{
"prop": "headerTag",
"version": "2.22.0",
"description": "Specify the HTML tag to render instead of the default tag for the footer"
"description": "Specify the HTML tag to render instead of the default tag for the header"
},
{
"prop": "hideBackdrop",
Expand Down
2 changes: 1 addition & 1 deletion src/components/sidebar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
{
"prop": "headerTag",
"version": "2.22.0",
"description": "Specify the HTML tag to render instead of the default tag for the footer"
"description": "Specify the HTML tag to render instead of the default tag for the header"
},
{
"prop": "lazy",
Expand Down
2 changes: 1 addition & 1 deletion src/components/time/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
{
"prop": "headerTag",
"version": "2.22.0",
"description": "Specify the HTML tag to render instead of the default tag for the footer"
"description": "Specify the HTML tag to render instead of the default tag for the header"
},
{
"prop": "hideHeader",
Expand Down
2 changes: 1 addition & 1 deletion src/components/toast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
{
"prop": "headerTag",
"version": "2.22.0",
"description": "Specify the HTML tag to render instead of the default tag for the footer"
"description": "Specify the HTML tag to render instead of the default tag for the header"
},
{
"prop": "isStatus",
Expand Down

0 comments on commit 37ef072

Please sign in to comment.