Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
seadeep42 committed Sep 12, 2023
1 parent c2c5927 commit 8a3393e
Show file tree
Hide file tree
Showing 3 changed files with 1,634 additions and 1,499 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@
"@sentry/tracing": "^7.29.0",
"classnames": "^2.3.2",
"geolib": "^3.3.3",
"gh-pages": "^4.0.0",
"gh-pages": "^6.0.0",
"google-polyline": "^1.0.3",
"i18next": "^22.4.8",
"i18next": "^23.5.1",
"lodash": "^4.17.21",
"mapbox-gl": "^2.10.0",
"prettier": "^2.8.1",
"prettier": "^3.0.3",
"qs": "^6.11.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-google-autocomplete": "^2.7.1",
"react-i18next": "^12.1.1",
"react-i18next": "^13.2.2",
"react-markdown": "^8.0.4",
"rehype-raw": "^6.1.1",
"sass": "^1.55.0",
"vite": "^3.1.0",
"vite-plugin-pwa": "^0.14.0"
"vite": "^4.4.9",
"vite-plugin-pwa": "^0.16.5"
}
}
5 changes: 5 additions & 0 deletions src/utils/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,11 @@ export const STOPS_DATA = {
},
};

const TELEGRAM_GROUPS = {
"4/4A": "https://t.me/+7ga4_hAxGUE2NWI1",
"6/6A": "https://t.me/+KZpw98bVQP1hYTE9",
}

export const BUS_DATA = {
to: [
{
Expand Down
Loading

0 comments on commit 8a3393e

Please sign in to comment.