Skip to content

Commit

Permalink
freeze deps
Browse files Browse the repository at this point in the history
  • Loading branch information
k4y4k committed Mar 30, 2024
1 parent 1a64d0e commit 6697d03
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
Binary file modified bun.lockb
Binary file not shown.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "jj",
"name": "mates",
"private": true,
"version": "0.0.0",
"type": "module",
Expand All @@ -9,14 +9,14 @@
"preview": "vite preview"
},
"dependencies": {
"preact": "^10.19.6"
"preact": "10.19.6"
},
"devDependencies": {
"@preact/preset-vite": "^2.8.2",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5.2.2",
"vite": "^5.2.0"
"@preact/preset-vite": "2.8.2",
"autoprefixer": "10.4.19",
"postcss": "8.4.38",
"tailwindcss": "3.4.3",
"typescript": "5.2.2",
"vite": "5.2.0"
}
}
1 change: 0 additions & 1 deletion src/app.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// import "./app.css";

export function App() {
return (
Expand Down

0 comments on commit 6697d03

Please sign in to comment.