Skip to content

Commit

Permalink
Merge pull request #3728 from signalco-io/next
Browse files Browse the repository at this point in the history
Next
  • Loading branch information
AleksandarDev authored Oct 26, 2023
2 parents d465682 + 0db1b78 commit bac0480
Show file tree
Hide file tree
Showing 15 changed files with 630 additions and 505 deletions.
4 changes: 2 additions & 2 deletions cloud/infrastructure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"dependencies": {
"@checkly/pulumi": "1.1.4",
"@pulumi/aws": "6.6.1",
"@pulumi/azure-native": "2.13.0",
"@pulumi/azure-native": "2.14.0",
"@pulumi/cloudflare": "5.13.0",
"@pulumi/command": "0.9.1",
"@pulumi/docker": "4.4.4",
"@pulumi/pulumi": "3.90.1"
"@pulumi/pulumi": "3.91.0"
}
}
28 changes: 14 additions & 14 deletions cloud/infrastructure/pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion cloud/src/Signal.Api.Common/Signal.Api.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.1.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.OpenApi" Version="1.5.1" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.SignalRService" Version="1.10.0" />
<PackageReference Include="Microsoft.Azure.SignalR.Management" Version="1.21.7" />
<PackageReference Include="Microsoft.Azure.SignalR.Management" Version="1.22.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" />
Expand Down
2 changes: 1 addition & 1 deletion station/global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "7.0.402",
"version": "7.0.403",
"rollForward": "latestMajor"
}
}
12 changes: 6 additions & 6 deletions web/apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@hcaptcha/react-hcaptcha": "1.8.1",
"@microsoft/signalr": "7.0.12",
"@monaco-editor/react": "4.6.0",
"@next/env": "13.5.6",
"@next/env": "14.0.0",
"@signalco/data": "workspace:*",
"@signalco/hooks": "workspace:*",
"@signalco/js": "workspace:*",
Expand All @@ -39,7 +39,7 @@
"@signalco/ui-icons": "workspace:*",
"@tanstack/query-sync-storage-persister": "5.0.5",
"@tanstack/react-query": "5.0.5",
"@tanstack/react-query-devtools": "5.1.0",
"@tanstack/react-query-devtools": "5.4.2",
"@tanstack/react-query-persist-client": "5.0.5",
"@vercel/analytics": "1.1.1",
"@vvo/tzdb": "6.109.0",
Expand All @@ -51,7 +51,7 @@
"d3": "7.8.5",
"date-fns": "2.30.0",
"monaco-editor": "0.44.0",
"next": "13.5.6",
"next": "14.0.0",
"next-secure-headers": "2.2.0",
"next-themes": "0.2.1",
"pigeon-maps": "0.21.3",
Expand All @@ -71,7 +71,7 @@
"devDependencies": {
"@axe-core/playwright": "4.8.1",
"@ducanh2912/next-pwa": "9.7.2",
"@next/bundle-analyzer": "13.5.6",
"@next/bundle-analyzer": "14.0.0",
"@playwright/test": "1.39.0",
"@signalco/eslint-config-signalco": "workspace:*",
"@signalco/tsconfig": "workspace:*",
Expand All @@ -80,7 +80,7 @@
"@types/d3": "7.4.2",
"@types/next-pwa": "5.6.8",
"@types/node": "18.18.7",
"@types/react": "18.2.32",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"@types/react-grid-layout": "1.3.4",
"@types/recharts": "1.8.26",
Expand All @@ -96,7 +96,7 @@
"prop-types": "15.8.1",
"react-is": "18.2.0",
"rimraf": "5.0.5",
"sass": "1.69.4",
"sass": "1.69.5",
"sass-loader": "13.3.2",
"typescript": "5.2.2"
},
Expand Down
12 changes: 6 additions & 6 deletions web/apps/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"dependencies": {
"@mdx-js/loader": "3.0.0",
"@mdx-js/react": "3.0.0",
"@next/env": "13.5.6",
"@next/mdx": "13.5.6",
"@next/env": "14.0.0",
"@next/mdx": "14.0.0",
"@signalco/data": "workspace:*",
"@signalco/hooks": "workspace:*",
"@signalco/js": "workspace:*",
Expand All @@ -33,7 +33,7 @@
"encoding": "0.1.13",
"fs-extra": "11.1.1",
"klaw": "4.1.0",
"next": "13.5.6",
"next": "14.0.0",
"next-secure-headers": "2.2.0",
"react": "18.2.0",
"react-cool-inview": "3.0.1",
Expand All @@ -46,7 +46,7 @@
"devDependencies": {
"@axe-core/playwright": "4.8.1",
"@babel/core": "7.23.2",
"@next/bundle-analyzer": "13.5.6",
"@next/bundle-analyzer": "14.0.0",
"@playwright/test": "1.39.0",
"@signalco/eslint-config-signalco": "workspace:*",
"@signalco/tsconfig": "workspace:*",
Expand All @@ -55,7 +55,7 @@
"@types/fs-extra": "11.0.3",
"@types/klaw": "3.0.5",
"@types/node": "18.18.7",
"@types/react": "18.2.32",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"colorette": "2.0.20",
"cross-env": "7.0.3",
Expand All @@ -64,7 +64,7 @@
"postcss": "8.4.31",
"prop-types": "15.8.1",
"rimraf": "5.0.5",
"sass": "1.69.4",
"sass": "1.69.5",
"typescript": "5.2.2"
},
"nextBundleAnalysis": {
Expand Down
10 changes: 5 additions & 5 deletions web/apps/brandgrab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
},
"dependencies": {
"@enterwell/react-hooks": "0.3.1",
"@next/env": "13.5.6",
"@next/env": "14.0.0",
"@signalco/data": "workspace:*",
"@signalco/hooks": "workspace:*",
"@signalco/js": "workspace:*",
"@signalco/ui": "workspace:*",
"@signalco/ui-icons": "workspace:*",
"cheerio": "1.0.0-rc.12",
"classix": "2.1.35",
"next": "13.5.6",
"next": "14.0.0",
"next-secure-headers": "2.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand All @@ -36,13 +36,13 @@
"devDependencies": {
"@axe-core/playwright": "4.8.1",
"@babel/core": "7.23.2",
"@next/bundle-analyzer": "13.5.6",
"@next/bundle-analyzer": "14.0.0",
"@playwright/test": "1.39.0",
"@signalco/eslint-config-signalco": "workspace:*",
"@signalco/tsconfig": "workspace:*",
"@types/color": "3.0.5",
"@types/node": "18.18.7",
"@types/react": "18.2.32",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"@types/sharp": "0.31.1",
"cross-env": "7.0.3",
Expand All @@ -51,7 +51,7 @@
"postcss": "8.4.31",
"prop-types": "15.8.1",
"rimraf": "5.0.5",
"sass": "1.69.4",
"sass": "1.69.5",
"typescript": "5.2.2"
},
"nextBundleAnalysis": {
Expand Down
2 changes: 1 addition & 1 deletion web/apps/development/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/react": "18.2.32",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"@vitejs/plugin-react-swc": "3.4.0",
"typescript": "5.2.2",
Expand Down
10 changes: 5 additions & 5 deletions web/apps/slco/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
},
"dependencies": {
"@hcaptcha/react-hcaptcha": "1.8.1",
"@next/env": "13.5.6",
"@next/env": "14.0.0",
"@signalco/data": "workspace:*",
"@signalco/ui": "workspace:*",
"@signalco/ui-icons": "workspace:*",
"@signalco/tailwindcss-config-signalco": "workspace:*",
"classix": "2.1.35",
"next": "13.5.6",
"next": "14.0.0",
"next-secure-headers": "2.2.0",
"react": "18.2.0",
"react-cool-inview": "3.0.1",
Expand All @@ -37,22 +37,22 @@
"devDependencies": {
"@axe-core/playwright": "4.8.1",
"@babel/core": "7.23.2",
"@next/bundle-analyzer": "13.5.6",
"@next/bundle-analyzer": "14.0.0",
"@playwright/test": "1.39.0",
"@signalco/eslint-config-signalco": "workspace:*",
"@signalco/tsconfig": "workspace:*",
"@total-typescript/ts-reset": "0.5.1",
"@types/color": "3.0.5",
"@types/node": "18.18.7",
"@types/react": "18.2.32",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"cross-env": "7.0.3",
"eslint": "8.52.0",
"next-sitemap": "4.2.3",
"postcss": "8.4.31",
"prop-types": "15.8.1",
"rimraf": "5.0.5",
"sass": "1.69.4",
"sass": "1.69.5",
"typescript": "5.2.2"
},
"nextBundleAnalysis": {
Expand Down
6 changes: 3 additions & 3 deletions web/apps/ui-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
"@storybook/nextjs": "7.5.1",
"@storybook/react": "7.5.1",
"@storybook/theming": "7.5.1",
"@types/react": "18.2.32",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"autoprefixer": "10.4.16",
"css-loader": "6.8.1",
"postcss": "8.4.31",
"postcss-loader": "7.3.3",
"rimraf": "5.0.5",
"sass": "1.69.4",
"sass": "1.69.5",
"sass-loader": "13.3.2",
"styled-jsx": "5.1.2",
"storybook": "7.5.1",
Expand All @@ -43,7 +43,7 @@
"@signalco/ui": "workspace:*",
"@signalco/ui-icons": "workspace:*",
"@signalco/tailwindcss-config-signalco": "workspace:*",
"next": "13.5.6",
"next": "14.0.0",
"react": "18.2.0",
"react-dom": "18.2.0"
}
Expand Down
10 changes: 5 additions & 5 deletions web/apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"@enterwell/react-hooks": "0.3.1",
"@hcaptcha/react-hcaptcha": "1.8.1",
"@next/env": "13.5.6",
"@next/env": "14.0.0",
"@reactflow/background": "11.3.4",
"@reactflow/controls": "11.2.4",
"@reactflow/core": "11.9.4",
Expand All @@ -34,7 +34,7 @@
"classix": "2.1.35",
"cobe": "0.6.3",
"encoding": "0.1.13",
"next": "13.5.6",
"next": "14.0.0",
"next-secure-headers": "2.2.0",
"octokit": "3.1.1",
"react": "18.2.0",
Expand All @@ -49,7 +49,7 @@
"@axe-core/playwright": "4.8.1",
"@babel/core": "7.23.2",
"@ducanh2912/next-pwa": "9.7.2",
"@next/bundle-analyzer": "13.5.6",
"@next/bundle-analyzer": "14.0.0",
"@playwright/test": "1.39.0",
"@signalco/eslint-config-signalco": "workspace:*",
"@signalco/tsconfig": "workspace:*",
Expand All @@ -58,7 +58,7 @@
"@types/color": "3.0.5",
"@types/next-pwa": "5.6.8",
"@types/node": "18.18.7",
"@types/react": "18.2.32",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"babel-loader": "9.1.3",
"colorette": "2.0.20",
Expand All @@ -69,7 +69,7 @@
"postcss": "8.4.31",
"prop-types": "15.8.1",
"rimraf": "5.0.5",
"sass": "1.69.4",
"sass": "1.69.5",
"typescript": "5.2.2"
},
"nextBundleAnalysis": {
Expand Down
2 changes: 1 addition & 1 deletion web/packages/eslint-config-signalco/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@typescript-eslint/eslint-plugin": "6.9.0",
"@typescript-eslint/parser": "6.9.0",
"eslint": "8.52.0",
"eslint-config-next": "13.5.6",
"eslint-config-next": "14.0.0",
"eslint-config-turbo": "1.10.16",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.0",
Expand Down
Loading

6 comments on commit bac0480

@vercel
Copy link

@vercel vercel bot commented on bac0480 Oct 26, 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-signalco.vercel.app
blog.signalco.io
signalco-blog-git-main-signalco.vercel.app

@vercel
Copy link

@vercel vercel bot commented on bac0480 Oct 26, 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-signalco.vercel.app
signalco-app.vercel.app
app.signalco.io
signalco-app-git-main-signalco.vercel.app

@vercel
Copy link

@vercel vercel bot commented on bac0480 Oct 26, 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-signalco.vercel.app
signalco-slco.vercel.app
signalco-slco-git-main-signalco.vercel.app
slco.io
slco.signalco.io

@vercel
Copy link

@vercel vercel bot commented on bac0480 Oct 26, 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 bac0480 Oct 26, 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 bac0480 Oct 26, 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.vercel.app
signalco-ui-docs-signalco.vercel.app
signalco-ui-docs-git-main-signalco.vercel.app
ui.signalco.io

Please sign in to comment.