Skip to content

Commit 814a10d

Browse files
chore(deps): update all
1 parent db63455 commit 814a10d

3 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414
with:
1515
fetch-depth: 0
1616

1717
- name: Setup Node.js
18-
uses: actions/setup-node@v3
18+
uses: actions/setup-node@v4
1919
with:
2020
node-version: lts/*
2121

@@ -29,7 +29,7 @@ jobs:
2929
run: npm t -- --coverage
3030

3131
- name: Upload coverage to Codecov
32-
uses: codecov/codecov-action@v3
32+
uses: codecov/codecov-action@v5
3333

3434
- name: Release
3535
env:

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v3
11+
uses: actions/checkout@v4
1212
with:
1313
fetch-depth: 0
1414

1515
- name: Setup Node.js
16-
uses: actions/setup-node@v3
16+
uses: actions/setup-node@v4
1717
with:
1818
node-version: lts/*
1919

@@ -30,4 +30,4 @@ jobs:
3030
run: npm run build
3131

3232
- name: Upload coverage to Codecov
33-
uses: codecov/codecov-action@v3
33+
uses: codecov/codecov-action@v5

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,30 +52,30 @@
5252
"@babel/preset-react": "7.26.3",
5353
"@babel/preset-typescript": "7.26.0",
5454
"@babel/register": "7.25.9",
55-
"@rollup/plugin-alias": "4.0.4",
55+
"@rollup/plugin-alias": "5.1.1",
5656
"@rollup/plugin-babel": "6.0.4",
57-
"@rollup/plugin-node-resolve": "15.3.1",
57+
"@rollup/plugin-node-resolve": "16.0.0",
5858
"@rollup/plugin-terser": "0.4.4",
59-
"@sanity/eslint-config-studio": "2.0.4",
59+
"@sanity/eslint-config-studio": "5.0.1",
6060
"@types/jest": "29.5.14",
6161
"@types/react": "19.0.2",
6262
"@types/react-dom": "19.0.2",
6363
"@types/showdown": "2.0.6",
6464
"autoprefixer": "10.4.20",
6565
"@babel/eslint-parser": "7.25.9",
6666
"babel-plugin-module-resolver": "5.0.2",
67-
"cssnano": "5.1.15",
67+
"cssnano": "7.0.6",
6868
"eslint": "8.57.1",
6969
"jest": "29.7.0",
7070
"postcss": "8.4.49",
7171
"preact": "10.25.4",
72-
"preact-render-to-string": "5.2.6",
73-
"prettier": "2.8.8",
72+
"preact-render-to-string": "6.5.13",
73+
"prettier": "3.4.2",
7474
"react": "19.0.0",
7575
"react-dom": "19.0.0",
76-
"rollup": "3.29.5",
76+
"rollup": "4.30.1",
7777
"semantic-release": "24.2.0",
7878
"showdown": "2.1.0",
79-
"typescript": "4.9.5"
79+
"typescript": "5.7.3"
8080
}
8181
}

0 commit comments

Comments
 (0)