Skip to content

Commit

Permalink
Merge branch 'next' of https://github.com/signalco-io/signalco into next
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarDev committed Oct 12, 2023
2 parents 7ce2790 + 71bb0c9 commit 7af4bab
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 33 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="chromium.linux-x64" Version="2022.6.4" />
<PackageReference Include="chromium.linux-x64" Version="2023.10.11" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.19.5" />
<PackageReference Include="Microsoft.Playwright" Version="1.38.0" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions web/apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@signalco/ui-icons": "workspace:*",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-query-devtools": "4.36.1",
"@vercel/analytics": "1.1.0",
"@vercel/analytics": "1.1.1",
"@vvo/tzdb": "6.108.0",
"autoprefixer": "10.4.16",
"classix": "2.1.35",
Expand Down Expand Up @@ -70,7 +70,7 @@
"@axe-core/playwright": "4.8.0",
"@babel/core": "7.23.2",
"@next/bundle-analyzer": "13.5.4",
"@playwright/test": "1.38.1",
"@playwright/test": "1.39.0",
"@signalco/eslint-config-signalco": "workspace:*",
"@signalco/tsconfig": "workspace:*",
"@total-typescript/ts-reset": "0.5.1",
Expand Down
4 changes: 2 additions & 2 deletions web/apps/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@signalco/tailwindcss-config-signalco": "workspace:*",
"@signalco/ui": "workspace:*",
"@signalco/ui-icons": "workspace:*",
"@vercel/analytics": "1.1.0",
"@vercel/analytics": "1.1.1",
"autoprefixer": "10.4.16",
"classix": "2.1.35",
"encoding": "0.1.13",
Expand All @@ -47,7 +47,7 @@
"@axe-core/playwright": "4.8.0",
"@babel/core": "7.23.2",
"@next/bundle-analyzer": "13.5.4",
"@playwright/test": "1.38.1",
"@playwright/test": "1.39.0",
"@signalco/eslint-config-signalco": "workspace:*",
"@signalco/tsconfig": "workspace:*",
"@total-typescript/ts-reset": "0.5.1",
Expand Down
2 changes: 1 addition & 1 deletion web/apps/brandgrab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@axe-core/playwright": "4.8.0",
"@babel/core": "7.23.2",
"@next/bundle-analyzer": "13.5.4",
"@playwright/test": "1.38.1",
"@playwright/test": "1.39.0",
"@signalco/eslint-config-signalco": "workspace:*",
"@signalco/tsconfig": "workspace:*",
"@types/color": "3.0.4",
Expand Down
2 changes: 1 addition & 1 deletion web/apps/slco/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@axe-core/playwright": "4.8.0",
"@babel/core": "7.23.2",
"@next/bundle-analyzer": "13.5.4",
"@playwright/test": "1.38.1",
"@playwright/test": "1.39.0",
"@signalco/eslint-config-signalco": "workspace:*",
"@signalco/tsconfig": "workspace:*",
"@total-typescript/ts-reset": "0.5.1",
Expand Down
4 changes: 2 additions & 2 deletions web/apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@signalco/tailwindcss-config-signalco": "workspace:*",
"@signalco/ui": "workspace:*",
"@signalco/ui-icons": "workspace:*",
"@vercel/analytics": "1.1.0",
"@vercel/analytics": "1.1.1",
"autoprefixer": "10.4.16",
"classix": "2.1.35",
"cobe": "0.6.3",
Expand All @@ -46,7 +46,7 @@
"@axe-core/playwright": "4.8.0",
"@babel/core": "7.23.2",
"@next/bundle-analyzer": "13.5.4",
"@playwright/test": "1.38.1",
"@playwright/test": "1.39.0",
"@signalco/eslint-config-signalco": "workspace:*",
"@signalco/tsconfig": "workspace:*",
"@total-typescript/ts-reset": "0.5.1",
Expand Down
54 changes: 30 additions & 24 deletions web/pnpm-lock.yaml

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

0 comments on commit 7af4bab

Please sign in to comment.