Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-vasconcelos committed Feb 29, 2024
1 parent 0efcceb commit b0b111f
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carrismetropolitana/website",
"version": "2024.02.10-0417",
"version": "2024.02.29-1636",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -10,43 +10,43 @@
"lint": "next lint"
},
"dependencies": {
"@auth/mongodb-adapter": "2.3.3",
"@mantine/carousel": "7.5.2",
"@mantine/core": "7.5.2",
"@mantine/dates": "7.5.2",
"@mantine/form": "7.5.2",
"@mantine/hooks": "7.5.2",
"@mantine/modals": "7.5.2",
"@mantine/charts": "7.5.2",
"@auth/mongodb-adapter": "2.4.0",
"@mantine/carousel": "7.6.1",
"@mantine/core": "7.6.1",
"@mantine/dates": "7.6.1",
"@mantine/form": "7.6.1",
"@mantine/hooks": "7.6.1",
"@mantine/modals": "7.6.1",
"@mantine/charts": "7.6.1",
"@rajesh896/broprint.js": "2.1.1",
"@tabler/icons-react": "2.47.0",
"@turf/turf": "6.5.0",
"dayjs": "1.11.10",
"deck.gl": "^8.9.34",
"embla-carousel-react": "7.1.0",
"deck.gl": "^8.9.35",
"embla-carousel-react": "8.0.0",
"inflected": "2.1.0",
"jsonwebtoken": "^9.0.2",
"luxon": "3.4.4",
"maplibre-gl": "3.6.2",
"mongodb": "6.3.0",
"mongoose": "8.1.1",
"mongoose": "8.2.0",
"next": "14.1.0",
"next-auth": "5.0.0-beta.4",
"next-intl": "3.7.0",
"nodemailer": "6.9.9",
"next-intl": "3.9.1",
"nodemailer": "6.9.11",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-map-gl": "7.1.7",
"sharp": "0.33.2",
"swr": "2.2.4",
"swr": "2.2.5",
"ua-parser-js": "1.0.37",
"yup": "1.3.3"
},
"devDependencies": {
"@types/node": "20.11.17",
"@types/react": "18.2.55",
"@types/node": "20.11.24",
"@types/react": "18.2.61",
"@types/react-dom": "18.2.19",
"eslint": "8.56.0",
"eslint": "8.57.0",
"eslint-config-next": "14.1.0",
"postcss": "8.4.35",
"postcss-preset-mantine": "1.13.0",
Expand Down

0 comments on commit b0b111f

Please sign in to comment.