Skip to content

Commit

Permalink
0.36.77
Browse files Browse the repository at this point in the history
  • Loading branch information
khaliqgant committed Jan 8, 2024
1 parent ffc9be2 commit 728a22b
Show file tree
Hide file tree
Showing 11 changed files with 32 additions and 32 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/cli/docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
- nango

nango-server:
image: nangohq/nango-server:0.36.74
image: nangohq/nango-server:0.36.77
container_name: nango-server
environment:
- TEMPORAL_ADDRESS=temporal:7233
Expand Down
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.36.74",
"version": "0.36.77",
"description": "Nango's CLI tool.",
"type": "module",
"main": "dist/index.js",
Expand All @@ -23,7 +23,7 @@
"dependencies": {
"@babel/traverse": "^7.22.5",
"@inquirer/prompts": "^2.3.0",
"@nangohq/shared": "0.36.74",
"@nangohq/shared": "0.36.77",
"@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.36.74",
"version": "0.36.77",
"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 @@ -16,7 +16,7 @@
},
"dependencies": {
"@nangohq/nango-runner": "0.36.52",
"@nangohq/shared": "0.36.74",
"@nangohq/shared": "0.36.77",
"@octokit/plugin-retry": "^6.0.0",
"@octokit/plugin-throttling": "^7.0.0",
"@octokit/rest": "^20.0.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.36.74",
"version": "0.36.77",
"description": "Nango's Node client.",
"type": "module",
"main": "dist/index.js",
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.36.74",
"@nangohq/shared": "0.36.77",
"@trpc/client": "^10.44.0",
"@trpc/server": "^10.44.0",
"api": "^6.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nangohq/nango-server",
"version": "0.36.74",
"version": "0.36.77",
"description": "Nango OAuth's server.",
"type": "module",
"main": "dist/server.js",
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"@hapi/boom": "^10.0.1",
"@nangohq/shared": "0.36.74",
"@nangohq/shared": "0.36.77",
"@sentry/node": "^7.37.2",
"@temporalio/client": "^1.7.4",
"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.36.74",
"version": "0.36.77",
"description": "Nango's shared components.",
"type": "module",
"main": "dist/lib/index.js",
Expand All @@ -19,7 +19,7 @@
"@aws-sdk/client-s3": "^3.348.0",
"@datadog/datadog-api-client": "^1.16.0",
"@hapi/boom": "^10.0.1",
"@nangohq/node": "0.36.74",
"@nangohq/node": "0.36.77",
"@sentry/node": "^7.37.2",
"@temporalio/client": "^1.5.2",
"@types/fs-extra": "^11.0.1",
Expand Down
18 changes: 9 additions & 9 deletions packages/webapp/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/webapp/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "webapp",
"version": "0.36.74",
"version": "0.36.77",
"private": true,
"dependencies": {
"@geist-ui/core": "^2.3.8",
"@geist-ui/icons": "^1.0.2",
"@headlessui/react": "^1.7.12",
"@heroicons/react": "^2.0.18",
"@mantine/prism": "^5.10.5",
"@nangohq/frontend": "0.36.74",
"@nangohq/frontend": "0.36.77",
"@sentry/react": "^7.83.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
Expand Down

0 comments on commit 728a22b

Please sign in to comment.