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 Jan 6, 2024
2 parents 8057fb9 + 441e5cb commit fb8ceb5
Show file tree
Hide file tree
Showing 12 changed files with 65 additions and 55 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<ItemGroup>
<PackageReference Include="chromium.linux-x64" Version="2023.10.11" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.19.5" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.19.6" />
<PackageReference Include="Microsoft.Playwright" Version="1.40.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 @@ -44,7 +44,7 @@
"@tanstack/query-sync-storage-persister": "5.17.1",
"@tanstack/react-query": "5.17.1",
"@tanstack/react-query-devtools": "5.17.1",
"@tanstack/react-query-persist-client": "5.17.1",
"@tanstack/react-query-persist-client": "5.17.3",
"@vercel/analytics": "1.1.1",
"@vercel/speed-insights": "1.0.2",
"@vvo/tzdb": "6.124.0",
Expand All @@ -68,7 +68,7 @@
"recharts": "2.10.3",
"sharp": "0.33.1",
"suncalc": "1.9.0",
"tailwindcss": "3.4.0",
"tailwindcss": "3.4.1",
"tailwindcss-animate": "1.0.7",
"uuid": "9.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion web/apps/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"react-dom": "18.2.0",
"react-transition-group": "4.4.5",
"sharp": "0.33.1",
"tailwindcss": "3.4.0",
"tailwindcss": "3.4.1",
"tailwindcss-animate": "1.0.7"
},
"devDependencies": {
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 @@ -56,7 +56,7 @@
"postcss": "8.4.33",
"rimraf": "5.0.5",
"sass": "1.69.7",
"tailwindcss": "3.4.0",
"tailwindcss": "3.4.1",
"tailwindcss-animate": "1.0.7",
"typescript": "5.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion web/apps/doprocess/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"react-dom": "18.2.0",
"react-transition-group": "4.4.5",
"sharp": "0.33.1",
"tailwindcss": "3.4.0",
"tailwindcss": "3.4.1",
"tailwindcss-animate": "1.0.7"
},
"devDependencies": {
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 @@ -35,7 +35,7 @@
"react-dom": "18.2.0",
"react-transition-group": "4.4.5",
"sharp": "0.33.1",
"tailwindcss": "3.4.0",
"tailwindcss": "3.4.1",
"tailwindcss-animate": "1.0.7"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion web/apps/ui-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"storybook-addon-swc": "1.2.0",
"style-loader": "3.3.3",
"styled-jsx": "5.1.2",
"tailwindcss": "3.4.0",
"tailwindcss": "3.4.1",
"tailwindcss-animate": "1.0.7",
"typescript": "5.3.3",
"webpack": "5.89.0"
Expand Down
2 changes: 1 addition & 1 deletion web/apps/uier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"sharp": "0.33.1",
"tailwindcss": "3.4.0",
"tailwindcss": "3.4.1",
"tailwindcss-animate": "1.0.7"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion web/apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"react-dom": "18.2.0",
"react-transition-group": "4.4.5",
"sharp": "0.33.1",
"tailwindcss": "3.4.0",
"tailwindcss": "3.4.1",
"tailwindcss-animate": "1.0.7"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion web/packages/tailwindcss-config-signalco/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "module",
"sideEffects": false,
"dependencies": {
"tailwindcss": "3.4.0",
"tailwindcss": "3.4.1",
"tailwindcss-animate": "1.0.7"
},
"publishConfig": {
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 @@ -37,7 +37,7 @@
"react-timeago": "7.2.0",
"sass": "1.69.7",
"tsup": "8.0.1",
"tailwindcss": "3.4.0",
"tailwindcss": "3.4.1",
"tailwindcss-animate": "1.0.7",
"typescript": "5.3.3"
}
Expand Down
96 changes: 53 additions & 43 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 fb8ceb5

Please sign in to comment.