Skip to content

Commit

Permalink
Merge pull request #3858 from signalco-io/next
Browse files Browse the repository at this point in the history
Next
  • Loading branch information
AleksandarDev authored Nov 16, 2023
2 parents 2da0d9c + e159c9e commit c37d4d3
Show file tree
Hide file tree
Showing 290 changed files with 11,990 additions and 3,459 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nextjs_bundle_analysis_reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Get comment body
id: get-comment-body
if: success() && github.event.number
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
result-encoding: string
script: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/station-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.402
dotnet-version: 8.0.x
- name: Build
shell: bash
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/station-release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.402
dotnet-version: 8.0.x
- name: Build
shell: bash
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web-nextjs_bundle_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ jobs:
uses: ./.github/workflows/nextjs_bundle_analysis_reusable.yml
with:
workflowName: 'web-nextjs_bundle_analysis.yml'
name: 'doprocess'
name: 'doprocess.app'
path: 'web/apps/doprocess.app'
secrets: inherit
22 changes: 11 additions & 11 deletions cloud/infrastructure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,24 @@
"restart-functions": "node tools/restart-functions.js"
},
"devDependencies": {
"@types/node": "18.18.7",
"@typescript-eslint/eslint-plugin": "6.9.0",
"@typescript-eslint/parser": "6.9.0",
"eslint": "8.52.0",
"@types/node": "18.18.9",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "6.11.0",
"eslint": "8.53.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-n": "16.2.0",
"eslint-plugin-n": "16.3.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.1.1",
"typescript": "5.2.2"
},
"dependencies": {
"@checkly/pulumi": "1.1.4",
"@pulumi/aws": "6.6.1",
"@pulumi/azure-native": "2.14.0",
"@pulumi/cloudflare": "5.13.0",
"@pulumi/command": "0.9.1",
"@pulumi/docker": "4.4.4",
"@pulumi/pulumi": "3.91.0"
"@pulumi/aws": "6.9.0",
"@pulumi/azure-native": "2.18.0",
"@pulumi/cloudflare": "5.15.0",
"@pulumi/command": "0.9.2",
"@pulumi/docker": "4.4.5",
"@pulumi/pulumi": "3.94.1"
}
}
Loading

7 comments on commit c37d4d3

@vercel
Copy link

@vercel vercel bot commented on c37d4d3 Nov 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on c37d4d3 Nov 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

signalco-app – ./web/apps/app

signalco-app-git-main-signalco.vercel.app
signalco-app.vercel.app
signalco-app-signalco.vercel.app
app.signalco.io

@vercel
Copy link

@vercel vercel bot commented on c37d4d3 Nov 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

signalco-blog – ./web/apps/blog

signalco-blog.vercel.app
signalco-blog-git-main-signalco.vercel.app
signalco-blog-signalco.vercel.app
blog.signalco.io

@vercel
Copy link

@vercel vercel bot commented on c37d4d3 Nov 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on c37d4d3 Nov 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on c37d4d3 Nov 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

signalco-ui-docs – ./web/apps/ui-docs

signalco-ui-docs-signalco.vercel.app
signalco-ui-docs-git-main-signalco.vercel.app
ui.signalco.io
signalco-ui-docs.vercel.app

@vercel
Copy link

@vercel vercel bot commented on c37d4d3 Nov 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

signalco-slco – ./web/apps/slco

signalco-slco-git-main-signalco.vercel.app
slco.io
signalco-slco.vercel.app
signalco-slco-signalco.vercel.app
slco.signalco.io

Please sign in to comment.