Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
starsep committed Jun 30, 2024
1 parent 5e9b8b2 commit 32420d8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
Binary file modified bun.lockb
Binary file not shown.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,23 @@
"@maplibre/maplibre-gl-geocoder": "^1.5.0",
"@mdi/js": "^7.4.47",
"@mdi/react": "^1.6.1",
"@sentry/react": "^7.114.0",
"bulma": "^1.0.0",
"@sentry/react": "^8.13.0",
"bulma": "^1.0.1",
"bulma-checkradio": "^2.1.3",
"events": "^3.3.0",
"i18next": "^23.11.3",
"i18next-browser-languagedetector": "^7.2.1",
"i18next-http-backend": "^2.5.1",
"maplibre-gl": "^4.2.0",
"i18next": "^23.11.5",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-http-backend": "^2.5.2",
"maplibre-gl": "^4.5.0",
"opening_hours": "^3.8.0",
"osm-auth": "^2.5.0",
"react": "^18.3.1",
"react-bulma-components": "^4.1.0",
"react-dom": "^18.3.1",
"react-i18next": "^14.1.1",
"react-i18next": "^14.1.2",
"react-image-gallery": "^1.3.0",
"react-select": "^5.8.0",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
},
"engines": {
"node": ">=20.0.0"
Expand All @@ -40,18 +40,18 @@
"css-build": "sass sass/mystyles.scss src/mystyles.css"
},
"devDependencies": {
"@biomejs/biome": "1.7.3",
"@sentry/vite-plugin": "^2.16.1",
"@types/bun": "^1.1.1",
"@types/node": "^20.12.11",
"@types/react": "^18.3.1",
"@biomejs/biome": "1.8.3",
"@sentry/vite-plugin": "^2.20.1",
"@types/bun": "^1.1.6",
"@types/node": "^20.14.9",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-image-gallery": "^1.2.4",
"@vitejs/plugin-react": "^4.2.1",
"bun-types": "^1.1.7",
"sass": "^1.77.0",
"vite": "^5.2.11",
"vite-plugin-sitemap": "^0.5.3"
"@vitejs/plugin-react": "^4.3.1",
"bun-types": "^1.1.17",
"sass": "^1.77.6",
"vite": "^5.3.2",
"vite-plugin-sitemap": "^0.6.2"
},
"trustedDependencies": ["@biomejs/biome", "esbuild"]
}

0 comments on commit 32420d8

Please sign in to comment.