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 Apr 1, 2024
2 parents bc41bd8 + 536a6e1 commit afd3231
Show file tree
Hide file tree
Showing 9 changed files with 186 additions and 184 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="2024.3.16" />
<PackageReference Include="chromium.linux-x64" Version="2024.4.1" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.20.0" />
<PackageReference Include="Microsoft.Playwright" Version="1.42.0" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion web/apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@tanstack/react-query-devtools": "5.28.10",
"@vercel/analytics": "1.2.2",
"@vercel/speed-insights": "1.0.10",
"@vvo/tzdb": "6.126.0",
"@vvo/tzdb": "6.128.0",
"autoprefixer": "10.4.19",
"classix": "2.1.36",
"cobe": "0.6.3",
Expand Down
4 changes: 2 additions & 2 deletions web/apps/doprocess/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"dependencies": {
"@blocknote/core": "0.12.3",
"@blocknote/react": "0.12.3",
"@clerk/nextjs": "4.29.7",
"@clerk/themes": "1.7.9",
"@clerk/nextjs": "4.29.10",
"@clerk/themes": "1.7.11",
"@dnd-kit/core": "6.1.0",
"@dnd-kit/modifiers": "7.0.0",
"@dnd-kit/sortable": "8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion web/apps/workingparty/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@vercel/analytics": "1.2.2",
"classix": "2.1.36",
"jose": "5.2.3",
"next": "14.2.0-canary.49",
"next": "14.2.0-canary.51",
"next-secure-headers": "2.2.0",
"next-themes": "0.3.0",
"nanoid": "5.0.6",
Expand Down
2 changes: 1 addition & 1 deletion web/packages/ui-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"devDependencies": {
"@signalco/tsconfig": "workspace:*",
"@signalco/eslint-config-signalco": "workspace:*",
"lucide-react": "0.363.0",
"lucide-react": "0.364.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.4.3",
Expand Down
2 changes: 1 addition & 1 deletion web/packages/ui-primitives/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"classix": "2.1.36",
"next": "14.1.4",
"postcss": "8.4.38",
"postcss-preset-env": "9.5.2",
"postcss-preset-env": "9.5.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-timeago": "7.2.0",
Expand Down
2 changes: 1 addition & 1 deletion web/packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"autoprefixer": "10.4.19",
"classix": "2.1.36",
"postcss": "8.4.38",
"postcss-preset-env": "9.5.2",
"postcss-preset-env": "9.5.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-timeago": "7.2.0",
Expand Down
2 changes: 1 addition & 1 deletion web/packages/uier-toolbar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@types/node": "20.12.2",
"autoprefixer": "10.4.19",
"postcss": "8.4.38",
"postcss-preset-env": "9.5.2",
"postcss-preset-env": "9.5.3",
"@tanstack/react-query": "5.28.9",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
Loading

0 comments on commit afd3231

Please sign in to comment.