Skip to content

Commit

Permalink
fix(deps): update all dependencies (#57)
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 Dec 15, 2023
1 parent d189139 commit a328bc0
Show file tree
Hide file tree
Showing 5 changed files with 837 additions and 547 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,15 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: export screenshots (on failure only)
uses: actions/upload-artifact@v3.1.3
uses: actions/upload-artifact@v4.0.0
if: ${{ failure() }}
with:
name: cypress-screenshots
path: e2e/cypress/screenshots
retention-days: 7

- name: export screen recordings (on failure only)
uses: actions/upload-artifact@v3.1.3
uses: actions/upload-artifact@v4.0.0
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 @@ -18,7 +18,7 @@
"@prosemirror-adapter/react": "workspace:*",
"@prosemirror-adapter/svelte": "workspace:*",
"@prosemirror-adapter/vue": "workspace:*",
"@sveltejs/vite-plugin-svelte": "^2.4.4",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@types/react": "^18.0.30",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"prepare": "husky install"
},
"dependencies": {
"@antfu/eslint-config": "^1.0.0",
"@antfu/eslint-config": "^2.0.0",
"@changesets/cli": "^2.26.1",
"@commitlint/cli": "^18.0.0",
"@commitlint/config-conventional": "^18.0.0",
Expand All @@ -39,7 +39,7 @@
"prosemirror-view": "^1.30.2",
"tslib": "^2.5.0",
"typescript": "^5.0.2",
"vite": "^4.2.1"
"vite": "^5.0.0"
},
"pnpm": {
"peerDependencyRules": {
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"tslib": "^2.5.0"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.4.4",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"svelte": "^4.0.0"
}
}
Loading

0 comments on commit a328bc0

Please sign in to comment.