Skip to content

Commit

Permalink
Merge pull request #61 from krystxf/fix/update-dependencies
Browse files Browse the repository at this point in the history
chore: bump deps
  • Loading branch information
krystxf authored Dec 4, 2024
2 parents cd37c30 + 5ed328e commit 57eb3c9
Show file tree
Hide file tree
Showing 10 changed files with 1,370 additions and 1,214 deletions.
14 changes: 7 additions & 7 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@ If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**

- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**

- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

**Additional context**
Add any other context about the problem here.
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ Keep in mind the size of the application, but if you have an amazing feature ide

### Code Contributions

- Provide a clear PR title and description.
- Ensure your code passes all checks (unless there's a reason it shouldn't).
- Use semantic commit messages.
- Provide a clear PR title and description.
- Ensure your code passes all checks (unless there's a reason it shouldn't).
- Use semantic commit messages.

#### Setting Up the Local Environment

> ⚠️ if you don't have Prettier set up in your IDE make sure to run `pnpm run format:all` before commiting changes to pass CI checks
##### Mobile app

- Open `/apps/mobile` in Xcode, and everything should be ready.
- Feel free to make suggestions to my code; I'm not a big-time Swiftie
- Open `/apps/mobile` in Xcode, and everything should be ready.
- Feel free to make suggestions to my code; I'm not a big-time Swiftie
36 changes: 18 additions & 18 deletions apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
"prisma:seed": "prisma db seed"
},
"dependencies": {
"@apollo/server": "^4.11.0",
"@nestjs/apollo": "^12.2.0",
"@nestjs/cache-manager": "^2.2.2",
"@nestjs/common": "^10.4.4",
"@nestjs/config": "^3.2.3",
"@nestjs/core": "^10.4.4",
"@nestjs/graphql": "^12.2.0",
"@nestjs/platform-express": "^10.4.4",
"@apollo/server": "^4.11.2",
"@nestjs/apollo": "^12.2.1",
"@nestjs/cache-manager": "^2.3.0",
"@nestjs/common": "^10.4.13",
"@nestjs/config": "^3.3.0",
"@nestjs/core": "^10.4.13",
"@nestjs/graphql": "^12.2.1",
"@nestjs/platform-express": "^10.4.13",
"@nestjs/schedule": "^4.1.1",
"@nestjs/swagger": "^7.4.2",
"@prisma/client": "5.20.0",
Expand All @@ -44,34 +44,34 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@nestjs/cli": "^10.4.5",
"@nestjs/schematics": "^10.1.4",
"@nestjs/testing": "^10.4.4",
"@nestjs/cli": "^10.4.8",
"@nestjs/schematics": "^10.2.3",
"@nestjs/testing": "^10.4.13",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.13",
"@types/node": "^20.16.10",
"@types/jest": "^29.5.14",
"@types/node": "^20.17.9",
"@types/supertest": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"prettier": "^3.4.1",
"rimraf": "^6.0.1",
"source-map-support": "^0.5.21",
"supertest": "^6.3.4",
"ts-jest": "^29.2.5",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.6.2"
"typescript": "^5.7.2"
},
"optionalDependencies": {
"dotenv-cli": "^7.4.2",
"prisma": "^5.20.0"
"dotenv-cli": "^7.4.4",
"prisma": "^5.22.0"
},
"jest": {
"moduleFileExtensions": [
Expand Down
26 changes: 13 additions & 13 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,27 @@
"types:check": "tsc --pretty"
},
"dependencies": {
"@heroicons/react": "^2.1.5",
"@next/mdx": "^14.2.2",
"@heroicons/react": "^2.2.0",
"@next/mdx": "^14.2.19",
"clsx": "^2.1.1",
"framer-motion": "^11.11.17",
"motion": "^11.11.17",
"framer-motion": "^11.13.1",
"motion": "^11.13.1",
"next": "14.2.10",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sharp": "^0.33.5"
},
"devDependencies": {
"@napi-rs/simple-git-linux-arm64-gnu": "^0.1.19",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"@types/node": "^20.17.9",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.2",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
"postcss": "^8.4.49",
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2"
}
}
4 changes: 2 additions & 2 deletions apps/web/src/pages/docs/api.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# API

- [Swagger (REST API)](https://api.metronow.dev/)
- [GraphQL](https://api.metronow.dev/graphql)
- [Swagger (REST API)](https://api.metronow.dev/)
- [GraphQL](https://api.metronow.dev/graphql)
6 changes: 3 additions & 3 deletions apps/web/src/pages/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

## Supported cities

- Prague
- Prague

## Supported devices

- iPhone - WIP
- Apple Watch
- iPhone - WIP
- Apple Watch
22 changes: 11 additions & 11 deletions apps/web/src/pages/docs/privacy-policy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ This privacy policy applies to the Metro Now app (hereby referred to as "Applica

The Application collects information when you download and use it. This information may include information such as

- Your device's Internet Protocol address (e.g. IP address)
- The pages of the Application that you visit, the time and date of your visit, the time spent on those pages
- The time spent on the Application
- The operating system you use on your mobile device
- Your device's Internet Protocol address (e.g. IP address)
- The pages of the Application that you visit, the time and date of your visit, the time spent on those pages
- The time spent on the Application
- The operating system you use on your mobile device

The Application does not gather precise information about the location of your mobile device.

The Application collects your device's location, which helps the Service Provider determine your approximate geographical location and make use of in below ways:

- Geolocation Services: The Service Provider utilizes location data to provide features such as personalized content, relevant recommendations, and location-based services.
- Analytics and Improvements: Aggregated and anonymized location data helps the Service Provider to analyze user behavior, identify trends, and improve the overall performance and functionality of the Application.
- Third-Party Services: Periodically, the Service Provider may transmit anonymized location data to external services. These services assist them in enhancing the Application and optimizing their offerings.
- Geolocation Services: The Service Provider utilizes location data to provide features such as personalized content, relevant recommendations, and location-based services.
- Analytics and Improvements: Aggregated and anonymized location data helps the Service Provider to analyze user behavior, identify trends, and improve the overall performance and functionality of the Application.
- Third-Party Services: Periodically, the Service Provider may transmit anonymized location data to external services. These services assist them in enhancing the Application and optimizing their offerings.

The Service Provider may use the information you provided to contact you from time to time to provide you with important information, required notices and marketing promotions.

Expand All @@ -29,13 +29,13 @@ Only aggregated, anonymized data is periodically transmitted to external service

Please note that the Application utilizes third-party services that have their own Privacy Policy about handling data. Below are the links to the Privacy Policy of the third-party service providers used by the Application:

- [Mapbox](https://www.mapbox.com/legal/privacy)
- [Mapbox](https://www.mapbox.com/legal/privacy)

The Service Provider may disclose User Provided and Automatically Collected Information:

- as required by law, such as to comply with a subpoena, or similar legal process;
- when they believe in good faith that disclosure is necessary to protect their rights, protect your safety or the safety of others, investigate fraud, or respond to a government request;
- with their trusted services providers who work on their behalf, do not have an independent use of the information we disclose to them, and have agreed to adhere to the rules set forth in this privacy statement.
- as required by law, such as to comply with a subpoena, or similar legal process;
- when they believe in good faith that disclosure is necessary to protect their rights, protect your safety or the safety of others, investigate fraud, or respond to a government request;
- with their trusted services providers who work on their behalf, do not have an independent use of the information we disclose to them, and have agreed to adhere to the rules set forth in this privacy statement.

**Opt-Out Rights**

Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/pages/docs/terms-and-conditions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The Application stores and processes personal data that you have provided to the

Please note that the Application utilizes third-party services that have their own Terms and Conditions. Below are the links to the Terms and Conditions of the third-party service providers used by the Application:

- [Mapbox](https://www.mapbox.com/legal/tos)
- [Mapbox](https://www.mapbox.com/legal/tos)

Please be aware that the Service Provider does not assume responsibility for certain aspects. Some functions of the Application require an active internet connection, which can be Wi-Fi or provided by your mobile network provider. The Service Provider cannot be held responsible if the Application does not function at full capacity due to lack of access to Wi-Fi or if you have exhausted your data allowance.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"docker:down": "docker compose down --remove-orphans --volumes"
},
"devDependencies": {
"prettier": "^3.2.5"
"prettier": "^3.4.1"
},
"homepage": "https://metro-now.vercel.app/",
"repository": {
Expand Down
Loading

1 comment on commit 57eb3c9

@vercel
Copy link

@vercel vercel bot commented on 57eb3c9 Dec 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.