Skip to content

Commit

Permalink
Update npm packages version - 0.39.18
Browse files Browse the repository at this point in the history
  • Loading branch information
bodinsamuel authored and github-actions[bot] committed Apr 11, 2024
1 parent 7d9a63c commit 7be8c10
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 22 deletions.
22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nango",
"version": "0.39.17",
"version": "0.39.18",
"description": "Nango's CLI tool.",
"type": "module",
"main": "dist/index.js",
Expand All @@ -27,7 +27,7 @@
"@babel/traverse": "^7.22.5",
"@babel/types": "^7.22.5",
"@inquirer/prompts": "^2.3.0",
"@nangohq/shared": "^0.39.17",
"@nangohq/shared": "^0.39.18",
"@vercel/ncc": "^0.36.1",
"ajv": "^8.12.0",
"ajv-errors": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nangohq/frontend",
"version": "0.39.17",
"version": "0.39.18",
"description": "Nango's frontend library for OAuth handling.",
"type": "module",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/jobs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@nangohq/data-ingestion": "file:../data-ingestion",
"@nangohq/nango-runner": "^1.0.0",
"@nangohq/shared": "^0.39.17",
"@nangohq/shared": "^0.39.18",
"@nangohq/utils": "file:../utils",
"@temporalio/activity": "^1.9.1",
"@temporalio/client": "^1.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/node-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nangohq/node",
"version": "0.39.17",
"version": "0.39.18",
"description": "Nango's Node client.",
"type": "module",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/persist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"license": "SEE LICENSE IN LICENSE FILE IN GIT REPOSITORY",
"dependencies": {
"@nangohq/shared": "^0.39.17",
"@nangohq/shared": "^0.39.18",
"@nangohq/utils": "file:../utils",
"dd-trace": "5.2.0",
"express": "^4.19.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"license": "SEE LICENSE IN LICENSE FILE IN GIT REPOSITORY",
"dependencies": {
"@nangohq/shared": "^0.39.17",
"@nangohq/shared": "^0.39.18",
"@nangohq/utils": "file:../utils",
"@trpc/client": "^10.44.0",
"@trpc/server": "^10.44.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@hapi/boom": "^10.0.1",
"@nangohq/records": "file:../records",
"@nangohq/shared": "^0.39.17",
"@nangohq/shared": "^0.39.18",
"@nangohq/utils": "file:../utils",
"@workos-inc/node": "^6.2.0",
"axios": "^1.3.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nangohq/shared",
"version": "0.39.17",
"version": "0.39.18",
"description": "Nango's shared components.",
"type": "module",
"main": "dist/index.js",
Expand All @@ -20,7 +20,7 @@
"@aws-sdk/client-s3": "3.348.0",
"@datadog/datadog-api-client": "^1.16.0",
"@hapi/boom": "^10.0.1",
"@nangohq/node": "^0.39.17",
"@nangohq/node": "^0.39.18",
"@sentry/node": "^7.106.0",
"@temporalio/client": "^1.9.1",
"amqplib": "^0.10.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@heroicons/react": "2.0.18",
"@mantine/core": "6.0.11",
"@mantine/prism": "5.10.5",
"@nangohq/frontend": "^0.39.17",
"@nangohq/frontend": "^0.39.18",
"@nangohq/server": "file:../server",
"@radix-ui/react-icons": "1.3.0",
"@sentry/react": "7.83.0",
Expand Down

0 comments on commit 7be8c10

Please sign in to comment.