Skip to content

Commit

Permalink
chore(deps): update all major updates (#517)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Feb 5, 2024
1 parent 1a54d38 commit 64347ef
Show file tree
Hide file tree
Showing 6 changed files with 87 additions and 111 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4

- run: corepack enable
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changelogensets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
fetch-depth: 0
- run: corepack enable
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ jobs:
- uses: actions/checkout@v4

- run: corepack enable
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: pnpm

- name: Cache .
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
./.nx
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- uses: actions/checkout@v4

- run: corepack enable
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: pnpm
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,11 @@
"eslint-plugin-storybook": "^0.6.15",
"esno": "^4.0.0",
"globby": "^14.0.0",
"happy-dom": "^12.10.3",
"happy-dom": "^13.0.0",
"jiti": "^1.21.0",
"jsdom": "^23.1.0",
"jsdom": "^24.0.0",
"lint-staged": "^15.2.0",
"nx": "^17.2.8",
"nx": "^18.0.0",
"ofetch": "^1.3.3",
"pathe": "^1.1.1",
"postcss": "^8.4.33",
Expand Down
Loading

0 comments on commit 64347ef

Please sign in to comment.