-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* bump version * update pocketbase * update viewport metadata * version 1.6.5 --------- Co-authored-by: Dominic Wrege <[email protected]>
- Loading branch information
1 parent
429facb
commit f922345
Showing
6 changed files
with
457 additions
and
600 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
version: "3.7" | ||
|
||
services: | ||
pocketbase: | ||
image: spectado/pocketbase:0.18.3 | ||
container_name: pocketbase | ||
restart: always | ||
ports: | ||
- 8090:8090 | ||
volumes: | ||
- ./pocketbase-data:/pb_data | ||
parkfuchsweb: | ||
image: dominicwrege/parkfuchs-web:latest | ||
container_name: parkfuchs-web | ||
restart: always | ||
ports: | ||
- 3000:3000 | ||
environment: | ||
DB_HOST: http://pocketbase:8090 | ||
pocketbase: | ||
image: spectado/pocketbase:0.20.1 | ||
container_name: pocketbase | ||
restart: always | ||
ports: | ||
- 8090:8090 | ||
volumes: | ||
- ./pocketbase-data:/pb_data | ||
parkfuchsweb: | ||
image: dominicwrege/parkfuchs-web:latest | ||
container_name: parkfuchs-web | ||
restart: always | ||
ports: | ||
- 3000:3000 | ||
environment: | ||
DB_HOST: http://pocketbase:8090 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "parkfuchs", | ||
"version": "1.6.4", | ||
"version": "1.6.5", | ||
"private": true, | ||
"scripts": { | ||
"dev": "next dev", | ||
|
@@ -9,40 +9,40 @@ | |
"lint": "next lint" | ||
}, | ||
"dependencies": { | ||
"@fortawesome/fontawesome-svg-core": "^6.4.2", | ||
"@fortawesome/free-brands-svg-icons": "^6.4.2", | ||
"@fortawesome/free-solid-svg-icons": "^6.4.2", | ||
"@fortawesome/fontawesome-svg-core": "^6.5.1", | ||
"@fortawesome/free-brands-svg-icons": "^6.5.1", | ||
"@fortawesome/free-solid-svg-icons": "^6.5.1", | ||
"@fortawesome/react-fontawesome": "^0.2.0", | ||
"@tailwindcss/forms": "^0.5.7", | ||
"@types/node": "20.9.4", | ||
"@types/react": "18.2.38", | ||
"@types/node": "20.10.4", | ||
"@types/react": "18.2.43", | ||
"@types/react-dom": "18.2.17", | ||
"axios": "^1.6.2", | ||
"eslint": "8.54.0", | ||
"eslint-config-next": "14.0.3", | ||
"eslint": "8.55.0", | ||
"eslint-config-next": "14.0.4", | ||
"html2plaintext": "^2.1.4", | ||
"javascript-time-ago": "^2.5.9", | ||
"linkify-react": "^4.1.3", | ||
"linkifyjs": "^4.1.3", | ||
"lottie-react": "^2.4.0", | ||
"next": "14.0.3", | ||
"next": "14.0.4", | ||
"next-pwa": "^5.6.0", | ||
"pocketbase": "^0.19.0", | ||
"pocketbase": "^0.20.1", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"react-hook-form": "^7.48.2", | ||
"react-hook-form": "^7.49.0", | ||
"react-hot-toast": "^2.4.1", | ||
"react-timeago": "^7.2.0", | ||
"sanitize-html": "^2.11.0", | ||
"sharp": "^0.32.6" | ||
"sharp": "^0.33.0" | ||
}, | ||
"devDependencies": { | ||
"@types/react-list": "^0.8.10", | ||
"@types/react-list": "^0.8.11", | ||
"autoprefixer": "^10.4.16", | ||
"eslint-plugin-unused-imports": "^3.0.0", | ||
"postcss": "^8.4.31", | ||
"tailwindcss": "^3.3.5", | ||
"typescript": "5.2.2", | ||
"postcss": "^8.4.32", | ||
"tailwindcss": "^3.3.6", | ||
"typescript": "5.3.3", | ||
"webpack": "^5.89.0" | ||
}, | ||
"packageManager": "[email protected]" | ||
|
Oops, something went wrong.