Skip to content

Commit

Permalink
chore(deps): update all dependencies (#93)
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] authored Oct 15, 2024
1 parent 71c0521 commit 42c3be4
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 77 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,15 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: export screenshots (on failure only)
uses: actions/[email protected].0
uses: actions/[email protected].3
if: ${{ failure() }}
with:
name: cypress-screenshots
path: e2e/cypress/screenshots
retention-days: 7

- name: export screen recordings (on failure only)
uses: actions/[email protected].0
uses: actions/[email protected].3
if: ${{ failure() }}
with:
name: cypress-videos
Expand Down
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"start-server-and-test": "^2.0.0",
"svelte": "^4.0.0",
"vite-plugin-solid": "^2.8.2",
"vue": "3.5.8"
"vue": "3.5.12"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@prosemirror-adapter/monorepo",
"private": true,
"packageManager": "pnpm@9.11.0",
"packageManager": "pnpm@9.12.1",
"license": "MIT",
"engines": {
"node": ">=20"
Expand Down Expand Up @@ -30,7 +30,7 @@
"cross-env": "^7.0.3",
"eslint": "^9.3.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-hooks": "^5.0.0",
"git-cz": "^4.9.0",
"husky": "^9.0.11",
"lint-staged": "^15.0.0",
Expand Down
Loading

0 comments on commit 42c3be4

Please sign in to comment.