Skip to content

Commit

Permalink
Dev2 (#36)
Browse files Browse the repository at this point in the history
* feat: ⬆️ bump deps

* fix: 🏷️ added types to ErrorFallback

* fix: 🩹 fix issue #35

* docs: 🔖 v0.1.0
  • Loading branch information
Mozart409 committed May 12, 2023
1 parent b739dbb commit 26aa303
Show file tree
Hide file tree
Showing 5 changed files with 770 additions and 695 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# blocky-frontend

## 0.1.0

### Minor Changes

- # Changes

bumped the dependency versions
added more types
fix issue #35 API_URL in production

## 0.0.4

### Patch Changes
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "blocky-frontend",
"private": false,
"version": "0.0.4",
"version": "0.1.0",
"scripts": {
"predev": "docker compose up -d",
"dev": "vite --host",
Expand All @@ -11,28 +11,28 @@
"start": "vite preview"
},
"dependencies": {
"@headlessui/react": "^1.7.13",
"@total-typescript/ts-reset": "^0.4.2",
"@headlessui/react": "^1.7.14",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^3.1.4",
"react-hot-toast": "^2.4.0",
"react-error-boundary": "^4.0.4",
"react-hot-toast": "^2.4.1",
"react-query": "^3.39.3",
"redaxios": "^0.5.1",
"usehooks-ts": "^2.9.1"
},
"devDependencies": {
"@changesets/cli": "^2.26.0",
"@changesets/cli": "^2.26.1",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@total-typescript/ts-reset": "^0.4.2",
"@types/node": "^18.15.3",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react-swc": "^3.2.0",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"@vitejs/plugin-react-swc": "^3.3.1",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7",
"typescript": "^5.0.2",
"vite": "^4.2.0"
"postcss": "^8.4.23",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.4",
"vite": "^4.3.5"
}
}
Loading

0 comments on commit 26aa303

Please sign in to comment.