Skip to content

Commit

Permalink
chore(deps): update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 15, 2024
1 parent 38d2d09 commit 45e7772
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: lts/*

Expand All @@ -29,7 +29,7 @@ jobs:
run: npm t -- --coverage

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

- name: Release
env:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: lts/*

Expand All @@ -30,4 +30,4 @@ jobs:
run: npm run build

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,30 +52,30 @@
"@babel/preset-react": "7.25.9",
"@babel/preset-typescript": "7.26.0",
"@babel/register": "7.25.9",
"@rollup/plugin-alias": "4.0.4",
"@rollup/plugin-alias": "5.1.1",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-node-resolve": "15.3.0",
"@rollup/plugin-node-resolve": "16.0.0",
"@rollup/plugin-terser": "0.4.4",
"@sanity/eslint-config-studio": "2.0.4",
"@sanity/eslint-config-studio": "5.0.0",
"@types/jest": "29.5.14",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/showdown": "2.0.6",
"autoprefixer": "10.4.20",
"@babel/eslint-parser": "7.25.9",
"babel-plugin-module-resolver": "5.0.2",
"cssnano": "5.1.15",
"cssnano": "7.0.6",
"eslint": "8.57.1",
"jest": "29.7.0",
"postcss": "8.4.49",
"preact": "10.25.0",
"preact-render-to-string": "5.2.6",
"prettier": "2.8.8",
"preact-render-to-string": "6.5.12",
"prettier": "3.4.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"rollup": "3.29.5",
"rollup": "4.28.1",
"semantic-release": "24.2.0",
"showdown": "2.1.0",
"typescript": "4.9.5"
"typescript": "5.7.2"
}
}

0 comments on commit 45e7772

Please sign in to comment.