Skip to content
This repository was archived by the owner on Nov 2, 2024. It is now read-only.

Commit ea254d5

Browse files
chore(deps): update all non-major dependencies (#40)
1 parent 87909b6 commit ea254d5

File tree

4 files changed

+28
-17
lines changed

4 files changed

+28
-17
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }}
2929
restore-keys: |
3030
${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }}
31-
- uses: pnpm/action-setup@v2.2.4
31+
- uses: pnpm/action-setup@v2.4.0
3232
with:
3333
version: latest
3434
run_install: false

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }}
3030
restore-keys: |
3131
${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.node-version }}-
32-
- uses: pnpm/action-setup@v2.2.4
32+
- uses: pnpm/action-setup@v2.4.0
3333
with:
3434
version: latest
3535
run_install: false

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"autoprefixer": "^10.4.14",
2323
"clsx": "^1.2.1",
2424
"copy-to-clipboard": "^3.3.3",
25-
"framer-motion": "^10.12.18",
25+
"framer-motion": "^10.16.5",
2626
"next": "^13.4.9",
2727
"nextra": "latest",
2828
"nextra-theme-docs": "latest",
@@ -32,10 +32,10 @@
3232
"tailwindcss": "^3.3.2"
3333
},
3434
"devDependencies": {
35-
"@types/node": "20.4.1",
35+
"@types/node": "20.9.3",
3636
"@types/react": "^18.2.14",
3737
"gray-matter": "^4.0.3",
3838
"rss": "^1.2.2",
39-
"typescript": "^5.1.6"
39+
"typescript": "^5.3.2"
4040
}
4141
}

pnpm-lock.yaml

Lines changed: 23 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)