Skip to content

Commit

Permalink
chore(deps): update dependency vite to v5 (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 28, 2024
1 parent a8d41ed commit e8da042
Show file tree
Hide file tree
Showing 4 changed files with 129 additions and 607 deletions.
2 changes: 1 addition & 1 deletion examples/lit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
},
"devDependencies": {
"typescript": "^4.9.5",
"vite": "^4.2.1"
"vite": "^5.4.11"
}
}
2 changes: 1 addition & 1 deletion examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"react-dom": "^18.2.0",
"tslib": "^2.5.0",
"typescript": "^4.9.5",
"vite": "^3.2.5"
"vite": "^5.4.11"
}
}
2 changes: 1 addition & 1 deletion examples/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"prosemirror-view": "^1.37.0",
"tslib": "^2.5.0",
"typescript": "^4.9.5",
"vite": "^3.2.5",
"vite": "^5.4.11",
"vue": "^3.2.47"
}
}
Loading

0 comments on commit e8da042

Please sign in to comment.