Skip to content

Commit

Permalink
Merge pull request #4531 from signalco-io/next
Browse files Browse the repository at this point in the history
Next
  • Loading branch information
AleksandarDev authored Feb 7, 2024
2 parents 3883939 + 527500f commit 0407824
Show file tree
Hide file tree
Showing 22 changed files with 505 additions and 508 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/vercel-deploy_reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ jobs:
cache: "pnpm"
cache-dependency-path: ./web/pnpm-lock.yaml

- name: ⚙️ Configure .npmrc
run: echo "node-linker=hoisted" > .npmrc
working-directory: ${{ inputs.path }}/

- name: 📦️ Install dependencies
run: pnpm install --frozen-lockfile --filter ${{ inputs.name }}... --filter .

Expand Down
2 changes: 1 addition & 1 deletion infra/packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"library.js"
],
"devDependencies": {
"eslint-config-turbo": "1.12.2",
"eslint-config-turbo": "1.12.3",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-only-warn": "1.1.0",
"eslint-plugin-import": "2.29.1",
Expand Down
14 changes: 7 additions & 7 deletions infra/pnpm-lock.yaml

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

7 changes: 0 additions & 7 deletions web/apps/app/next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { fileURLToPath } from 'url';
import path from 'path';
import { createSecureHeaders } from 'next-secure-headers';
import {
PHASE_DEVELOPMENT_SERVER,
Expand All @@ -9,8 +7,6 @@ import { combineSecureHeaders, knownSecureHeadersExternalUrls } from '@signalco/
import nextBundleAnalyzer from '@next/bundle-analyzer';

const isDevelopment = process.env.NODE_ENV === 'development';
const __filename = fileURLToPath(import.meta.url);
const __dirname = path.dirname(__filename);

const withBundleAnalyzer = nextBundleAnalyzer({
enabled: process.env.ANALYZE === 'true',
Expand All @@ -31,9 +27,6 @@ const nextConfig = {
}
]
},
experimental: {
outputFileTracingRoot: path.join(__dirname, './'),
},
eslint: {
dirs: ['worker', 'tools', 'src', 'pages', 'app', 'locales', 'components']
},
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 @@ -87,7 +87,7 @@
"@types/next-pwa": "5.6.9",
"@types/node": "20.11.16",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.18",
"@types/react-dom": "18.2.19",
"@types/react-grid-layout": "1.3.5",
"@types/recharts": "1.8.29",
"@types/suncalc": "1.9.2",
Expand All @@ -98,7 +98,7 @@
"fs-extra": "11.2.0",
"next-sitemap": "4.2.3",
"openapi-types": "12.1.3",
"postcss": "8.4.34",
"postcss": "8.4.35",
"react-is": "18.2.0",
"rimraf": "5.0.5",
"sass": "1.70.0",
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 @@ -60,12 +60,12 @@
"@types/klaw": "3.0.6",
"@types/node": "20.11.16",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.18",
"@types/react-dom": "18.2.19",
"colorette": "2.0.20",
"cross-env": "7.0.3",
"eslint": "8.56.0",
"next-sitemap": "4.2.3",
"postcss": "8.4.34",
"postcss": "8.4.35",
"rimraf": "5.0.5",
"sass": "1.70.0",
"typescript": "5.3.3"
Expand Down
4 changes: 2 additions & 2 deletions web/apps/brandgrab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@
"@types/color": "3.0.6",
"@types/node": "20.11.16",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.18",
"@types/react-dom": "18.2.19",
"@types/sharp": "0.31.1",
"cross-env": "7.0.3",
"eslint": "8.56.0",
"next-sitemap": "4.2.3",
"postcss": "8.4.34",
"postcss": "8.4.35",
"rimraf": "5.0.5",
"sass": "1.70.0",
"tailwindcss": "3.4.1",
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 @@ -72,14 +72,14 @@
"@types/color": "3.0.6",
"@types/node": "20.11.16",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.18",
"@types/react-dom": "18.2.19",
"cross-env": "7.0.3",
"dotenv": "16.4.1",
"drizzle-kit": "0.20.14",
"eslint": "8.56.0",
"eslint-plugin-drizzle": "0.2.3",
"next-sitemap": "4.2.3",
"postcss": "8.4.34",
"postcss": "8.4.35",
"rimraf": "5.0.5",
"sass": "1.70.0",
"typescript": "5.3.3"
Expand Down
4 changes: 2 additions & 2 deletions web/apps/slco/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@
"@types/color": "3.0.6",
"@types/node": "20.11.16",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.18",
"@types/react-dom": "18.2.19",
"cross-env": "7.0.3",
"eslint": "8.56.0",
"next-sitemap": "4.2.3",
"postcss": "8.4.34",
"postcss": "8.4.35",
"rimraf": "5.0.5",
"sass": "1.70.0",
"typescript": "5.3.3"
Expand Down
4 changes: 2 additions & 2 deletions web/apps/ui-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"@storybook/react": "7.6.13",
"@storybook/theming": "7.6.13",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.18",
"@types/react-dom": "18.2.19",
"autoprefixer": "10.4.17",
"css-loader": "6.10.0",
"postcss": "8.4.34",
"postcss": "8.4.35",
"postcss-loader": "8.1.0",
"rimraf": "5.0.5",
"sass": "1.70.0",
Expand Down
4 changes: 2 additions & 2 deletions web/apps/uier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@
"@types/color": "3.0.6",
"@types/node": "20.11.16",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.18",
"@types/react-dom": "18.2.19",
"cross-env": "7.0.3",
"dotenv": "16.4.1",
"eslint": "8.56.0",
"next-sitemap": "4.2.3",
"postcss": "8.4.34",
"postcss": "8.4.35",
"rimraf": "5.0.5",
"sass": "1.70.0",
"typescript": "5.3.3"
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 @@ -64,14 +64,14 @@
"@types/next-pwa": "5.6.9",
"@types/node": "20.11.16",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.18",
"@types/react-dom": "18.2.19",
"babel-loader": "9.1.3",
"colorette": "2.0.20",
"cross-env": "7.0.3",
"eslint": "8.56.0",
"next-sitemap": "4.2.3",
"openapi-types": "12.1.3",
"postcss": "8.4.34",
"postcss": "8.4.35",
"rimraf": "5.0.5",
"sass": "1.70.0",
"typescript": "5.3.3"
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"test": "turbo run test"
},
"devDependencies": {
"turbo": "1.12.2"
"turbo": "1.12.3"
}
}
2 changes: 1 addition & 1 deletion web/packages/cms-components-marketing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@signalco/ui-primitives": "workspace:*",
"@signalco/ui": "workspace:*",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.18",
"@types/react-dom": "18.2.19",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.3.3"
Expand Down
2 changes: 1 addition & 1 deletion web/packages/cms-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@signalco/tailwindcss-config-signalco": "workspace:*",
"@signalco/tsconfig": "workspace:*",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.18",
"@types/react-dom": "18.2.19",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.3.3"
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 @@ -9,7 +9,7 @@
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"eslint-config-next": "14.1.0",
"eslint-config-turbo": "1.12.2",
"eslint-config-turbo": "1.12.3",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-only-warn": "1.1.0",
"eslint-plugin-react": "7.33.2",
Expand Down
2 changes: 1 addition & 1 deletion web/packages/ui-forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@signalco/ui": "workspace:*",
"@signalco/tsconfig": "workspace:*",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.18",
"@types/react-dom": "18.2.19",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.3.3"
Expand Down
2 changes: 1 addition & 1 deletion web/packages/ui-notifications/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@signalco/ui-primitives": "workspace:*",
"@signalco/tsconfig": "workspace:*",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.18",
"@types/react-dom": "18.2.19",
"react": "18.2.0",
"react-dom": "18.2.0",
"sonner": "1.4.0",
Expand Down
4 changes: 2 additions & 2 deletions web/packages/ui-primitives/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
"@signalco/tailwindcss-config-signalco": "workspace:*",
"@signalco/tsconfig": "workspace:*",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.18",
"@types/react-dom": "18.2.19",
"@types/react-timeago": "4.1.7",
"autoprefixer": "10.4.17",
"classix": "2.1.36",
"next": "14.1.0",
"postcss": "8.4.34",
"postcss": "8.4.35",
"postcss-preset-env": "9.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions web/packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"@signalco/ui-primitives": "workspace:*",
"@signalco/tsconfig": "workspace:*",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.18",
"@types/react-dom": "18.2.19",
"@types/react-timeago": "4.1.7",
"autoprefixer": "10.4.17",
"classix": "2.1.36",
"postcss": "8.4.34",
"postcss": "8.4.35",
"postcss-preset-env": "9.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions web/packages/uier-toolbar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"@signalco/ui-primitives": "workspace:*",
"@signalco/tsconfig": "workspace:*",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.18",
"@types/react-dom": "18.2.19",
"@types/node": "20.11.16",
"autoprefixer": "10.4.17",
"postcss": "8.4.34",
"postcss": "8.4.35",
"postcss-preset-env": "9.3.0",
"@tanstack/react-query": "5.18.1",
"react": "18.2.0",
Expand Down
Loading

0 comments on commit 0407824

Please sign in to comment.