Skip to content

Commit 2c9c4e5

Browse files
fix(deps): update all minor dependency bump
1 parent 73a9092 commit 2c9c4e5

7 files changed

Lines changed: 99 additions & 86 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
with:
1212
# fetch whole history (needed for blog article creation time to work correctly)
1313
fetch-depth: 0
14-
- uses: pnpm/action-setup@v4.2.0
14+
- uses: pnpm/action-setup@v4.4.0
1515
- name: Use Node.js
1616
uses: actions/setup-node@v6
1717
with:

.github/workflows/sync-articles-with-3rd-party.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
contents: write
88
steps:
99
- uses: actions/checkout@v6
10-
- uses: pnpm/action-setup@v4.2.0
10+
- uses: pnpm/action-setup@v4.4.0
1111
- name: Use Node.js
1212
uses: actions/setup-node@v6
1313
with:

.github/workflows/test-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v6
8-
- uses: pnpm/action-setup@v4.2.0
8+
- uses: pnpm/action-setup@v4.4.0
99
- name: Use Node.js
1010
uses: actions/setup-node@v6
1111
with:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"repository": "https://github.com/FRSource/frsource.github.io.git",
77
"author": "Jakub Freisler",
88
"license": "Apache 2.0",
9-
"packageManager": "pnpm@10.30.3",
9+
"packageManager": "pnpm@10.32.1",
1010
"scripts": {
1111
"start": "concurrently 'pnpm run -r --parallel start' 'pnpm preview'",
1212
"build": "pnpm run -r build",

packages/blog/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"keywords": [],
2323
"devDependencies": {
2424
"@frsource/is-animated": "^1.0.1",
25-
"@frsource/prettier-config": "1.40.0",
25+
"@frsource/prettier-config": "1.41.0",
2626
"@swc-node/register": "1.11.1",
2727
"@swc/core": "1.15.18",
2828
"@types/command-line-args": "5.2.3",
@@ -46,6 +46,6 @@
4646
"vue": "3.5.30"
4747
},
4848
"dependencies": {
49-
"simple-icons": "16.9.0"
49+
"simple-icons": "16.12.0"
5050
}
5151
}

packages/index/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"devDependencies": {
2020
"@frsource/frs-replace": "5.1.95",
21-
"@frsource/prettier-config": "1.40.0",
21+
"@frsource/prettier-config": "1.41.0",
2222
"@parcel/packager-raw-url": "2.16.4",
2323
"@parcel/transformer-inline-string": "2.16.4",
2424
"@parcel/transformer-jsonld": "2.16.4",
@@ -30,7 +30,7 @@
3030
"parcel": "2.16.4",
3131
"prettier": "3.8.1",
3232
"rimraf": "6.1.3",
33-
"sass": "1.97.3",
33+
"sass": "1.98.0",
3434
"svgo": "^3",
3535
"typescript": "5.9.3"
3636
},

0 commit comments

Comments
 (0)