Skip to content

Commit

Permalink
Update dependencies in package.json to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-vasconcelos committed Jan 21, 2025
1 parent a7aa31c commit 94b2d08
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"start": "next start"
},
"dependencies": {
"@mantine/carousel": "7.16.0",
"@mantine/charts": "7.16.0",
"@mantine/core": "7.16.0",
"@mantine/dates": "7.16.0",
"@mantine/form": "7.16.0",
"@mantine/hooks": "7.16.0",
"@mantine/modals": "7.16.0",
"@mantine/notifications": "7.16.0",
"@mantine/carousel": "7.16.1",
"@mantine/charts": "7.16.1",
"@mantine/core": "7.16.1",
"@mantine/dates": "7.16.1",
"@mantine/form": "7.16.1",
"@mantine/hooks": "7.16.1",
"@mantine/modals": "7.16.1",
"@mantine/notifications": "7.16.1",
"@rajesh896/broprint.js": "2.1.1",
"@tabler/icons-react": "3.28.1",
"@turf/turf": "7.2.0",
Expand All @@ -30,7 +30,7 @@
"jsonwebtoken": "9.0.2",
"luxon": "3.5.0",
"maplibre-gl": "5.0.1",
"next": "15.1.4",
"next": "15.1.5",
"next-intl": "3.26.3",
"nuqs": "2.3.1",
"react": "19.0.0",
Expand All @@ -47,12 +47,12 @@
"uuid": "11.0.5"
},
"devDependencies": {
"@carrismetropolitana/api-types": "20250106.2343.58",
"@carrismetropolitana/api-types": "20250121.1109.5",
"@carrismetropolitana/eslint": "20250103.1610.23",
"@types/geojson": "7946.0.15",
"@types/jsonwebtoken": "9.0.7",
"@types/luxon": "3.4.2",
"@types/node": "22.10.6",
"@types/node": "22.10.7",
"@types/react": "19.0.7",
"@types/react-dom": "19.0.3",
"postcss": "8.5.1",
Expand Down

0 comments on commit 94b2d08

Please sign in to comment.