Skip to content

Commit

Permalink
fix: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper committed Apr 13, 2023
1 parent cc995e3 commit 1e6690b
Show file tree
Hide file tree
Showing 4 changed files with 2,122 additions and 1,947 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
18
14 changes: 7 additions & 7 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"serve": "vite preview"
},
"devDependencies": {
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"autoprefixer": "10.4.13",
"postcss": "8.4.19",
"@types/react": "18.0.35",
"@types/react-dom": "18.0.11",
"autoprefixer": "10.4.14",
"postcss": "8.4.21",
"react-dom": "18.2.0",
"react": "18.2.0",
"tailwindcss": "3.2.4",
"typescript": "4.9.3",
"vite": "3.2.5"
"tailwindcss": "3.3.1",
"typescript": "5.0.4",
"vite": "4.2.1"
}
}
Loading

0 comments on commit 1e6690b

Please sign in to comment.