Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-vasconcelos committed Nov 17, 2023
1 parent 2007af7 commit 1d25844
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carrismetropolitana/printer-manager",
"version": "2023.11.15-1937",
"version": "2023.11.17-1323",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -20,8 +20,8 @@
"@mantine/notifications": "7.2.2",
"@tabler/icons-react": "2.40.0",
"inflected": "2.1.0",
"mongodb": "6.2.0",
"next": "14.0.2",
"mongodb": "6.3.0",
"next": "14.0.3",
"next-auth": "4.24.5",
"next-intl": "3.0.3",
"nodemailer": "6.9.7",
Expand All @@ -32,11 +32,11 @@
"yup": "1.3.2"
},
"devDependencies": {
"@types/node": "20.9.0",
"@types/node": "20.9.1",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"eslint": "8.53.0",
"eslint-config-next": "14.0.2",
"eslint-config-next": "14.0.3",
"postcss": "8.4.31",
"postcss-preset-mantine": "1.11.0",
"postcss-simple-vars": "7.0.1",
Expand Down
2 changes: 1 addition & 1 deletion notifier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"dotenv": "16.3.1",
"mongodb": "6.2.0",
"mongodb": "6.3.0",
"nodemailer": "6.9.7"
}
}
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
},
"dependencies": {
"fastify": "4.24.3",
"mongodb": "6.2.0"
"mongodb": "6.3.0"
}
}
4 changes: 2 additions & 2 deletions worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "node index.js"
},
"dependencies": {
"mongodb": "6.2.0",
"puppeteer": "21.5.0"
"mongodb": "6.3.0",
"puppeteer": "21.5.2"
}
}

0 comments on commit 1d25844

Please sign in to comment.