Skip to content

Commit

Permalink
bump all deps
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwhitney committed May 27, 2024
1 parent 0306738 commit 3adf498
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions vite.config.mjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { defineConfig } from 'npm:vite@^5.2.10'
import react from 'npm:@vitejs/plugin-react@^4.2.1'
import { defineConfig } from 'npm:vite@^5.2.11'
import react from 'npm:@vitejs/plugin-react@^4.3.0'

import 'npm:react@^18.2.0'
import 'npm:react-dom@^18.2.0'
import 'npm:react@^18.3.1'
import 'npm:react-dom@^18.3.1'

// https://vitejs.dev/config/
export default defineConfig({
Expand Down

0 comments on commit 3adf498

Please sign in to comment.