Skip to content

Commit

Permalink
chore(build) upgrade rollup, vite, and related plugins to latest vers…
Browse files Browse the repository at this point in the history
…ions
  • Loading branch information
etrepum committed May 3, 2024
1 parent 6086471 commit f5afcb2
Show file tree
Hide file tree
Showing 10 changed files with 2,395 additions and 3,739 deletions.
1,327 changes: 718 additions & 609 deletions examples/react-rich/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/react-rich/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"@types/react-dom": "^18.2.19",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "^5.2.2",
"vite": "^5.1.4"
"vite": "^5.2.11"
}
}
969 changes: 517 additions & 452 deletions examples/vanilla-js-plugin/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/vanilla-js-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
},
"devDependencies": {
"typescript": "^5.2.2",
"vite": "^5.1.4"
"vite": "^5.2.11"
}
}
969 changes: 517 additions & 452 deletions examples/vanilla-js/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/vanilla-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
},
"devDependencies": {
"typescript": "^5.2.2",
"vite": "^5.1.4"
"vite": "^5.2.11"
}
}
Loading

0 comments on commit f5afcb2

Please sign in to comment.