Skip to content

Commit

Permalink
general: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zbycz committed Nov 28, 2024
1 parent 6fdf661 commit c4e91b5
Show file tree
Hide file tree
Showing 2 changed files with 719 additions and 535 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@
}
},
"dependencies": {
"@babel/runtime": "^7.25.7",
"@emotion/cache": "^11.13.1",
"@emotion/react": "^11.13.3",
"@babel/runtime": "^7.26.0",
"@emotion/cache": "^11.13.5",
"@emotion/react": "^11.13.5",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^6.1.3",
"@mui/lab": "^6.0.0-beta.11",
"@mui/material": "^6.1.3",
"@mui/material-nextjs": "^6.1.3",
"@emotion/styled": "^11.13.5",
"@mui/icons-material": "^6.1.9",
"@mui/lab": "^6.0.0-beta.17",
"@mui/material": "^6.1.9",
"@mui/material-nextjs": "^6.1.9",
"@openstreetmap/id-tagging-schema": "^6.8.1",
"@sentry/nextjs": "^8.34.0",
"@sentry/nextjs": "^8.41.0",
"@teritorio/openmaptiles-gl-language": "^1.5.4",
"@xmldom/xmldom": "^0.9.3",
"@xmldom/xmldom": "^0.9.5",
"accept-language-parser": "^1.5.0",
"autosuggest-highlight": "^3.3.4",
"canvas": "^2.11.2",
Expand All @@ -49,7 +49,7 @@
"lodash": "^4.17.21",
"maplibre-gl": "^4.7.1",
"maplibre-gl-indoorequal": "^1.2.0",
"next": "^14.2.15",
"next": "^15.0.3",
"next-codegrid": "^1.0.3",
"next-cookies": "^2.0.3",
"opening_hours": "^3.8.0",
Expand All @@ -64,12 +64,12 @@
},
"devDependencies": {
"@types/autosuggest-highlight": "^3.2.3",
"@types/jest": "^29.5.13",
"@types/jest": "^29.5.14",
"@types/js-cookie": "^3.0.6",
"@types/lodash": "^4.17.10",
"@types/lodash": "^4.17.13",
"@types/react-custom-scrollbars": "^4.0.13",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/typescript-estree": "^8.8.1",
"@typescript-eslint/typescript-estree": "^8.16.0",
"babel-eslint": "^10.1.0",
"copyfiles": "^2.4.1",
"eslint": "^8",
Expand All @@ -79,8 +79,8 @@
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"typescript": "^5.6.3"
"prettier": "^3.4.1",
"typescript": "^5.7.2"
},
"resolutions": {
"wrap-ansi": "npm:wrap-ansi@^7"
Expand Down
Loading

0 comments on commit c4e91b5

Please sign in to comment.