Skip to content

Commit

Permalink
chore(deps): update dependency vite to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 21, 2023
1 parent 7410a06 commit be6f5b5
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 264 deletions.
2 changes: 1 addition & 1 deletion examples/with-prosemirror/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
},
"devDependencies": {
"typescript": "^5.2.2",
"vite": "^4.5.0"
"vite": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion examples/with-remirror/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"@types/react-dom": "^18.2.14",
"@vitejs/plugin-react-swc": "^3.4.1",
"typescript": "^5.2.2",
"vite": "^4.5.0"
"vite": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"tsup": "^8.0.1",
"typescript": "^5.2.2",
"unified": "^11.0.4",
"vite": "^4.5.0",
"vite": "^5.0.0",
"vitest": "^0.34.6"
},
"typedocOptions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/remirror-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"tsup": "^8.0.1",
"typescript": "^5.2.2",
"unified": "^11.0.4",
"vite": "^4.5.0",
"vite": "^5.0.0",
"vitest": "^0.34.6"
},
"typedocOptions": {
Expand Down
Loading

0 comments on commit be6f5b5

Please sign in to comment.