From bdfb95a2034cc20126e54cb70cf7b664730c8974 Mon Sep 17 00:00:00 2001 From: Obaid Nadeem Date: Fri, 1 Nov 2024 05:09:14 +0500 Subject: [PATCH 1/5] Spacing Fix & Three js upgrade --- apps/baseai.dev/package.json | 4 ++-- apps/baseai.dev/src/components/home/hero.tsx | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/baseai.dev/package.json b/apps/baseai.dev/package.json index 3a6c7e23..952e29e7 100644 --- a/apps/baseai.dev/package.json +++ b/apps/baseai.dev/package.json @@ -30,7 +30,7 @@ "@types/react": "^18.2.47", "@types/react-dom": "^18.2.18", "@types/react-highlight-words": "^0.16.4", - "@types/three": "^0.168.0", + "@types/three": "^0.169.0", "@xyflow/react": "^12.0.4", "acorn": "^8.8.1", "autoprefixer": "^10.4.7", @@ -60,7 +60,7 @@ "tailwind-merge": "^2.3.0", "tailwindcss": "^3.4.1", "tailwindcss-animate": "^1.0.7", - "three": "^0.168.0", + "three": "^0.169.0", "html2canvas": "^1.4.1", "typescript": "^5.3.3", "unist-util-filter": "^5.0.1", diff --git a/apps/baseai.dev/src/components/home/hero.tsx b/apps/baseai.dev/src/components/home/hero.tsx index 0d2978ae..b23d3e8c 100644 --- a/apps/baseai.dev/src/components/home/hero.tsx +++ b/apps/baseai.dev/src/components/home/hero.tsx @@ -12,8 +12,8 @@ const inter = Inter({ subsets: ['latin'] }); export default function Hero({ }) { return ( -
-
+
+
@@ -23,7 +23,7 @@ export default function Hero({ }) { function Content() { return ( -
+
From 8e68d96c6d232493249e24ca6121265d1a3a7754 Mon Sep 17 00:00:00 2001 From: Obaid Nadeem Date: Fri, 1 Nov 2024 20:30:32 +0500 Subject: [PATCH 2/5] spacing-fix --- pnpm-lock.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index dd7a7a5e..bc6f4272 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -106,8 +106,8 @@ importers: specifier: ^0.16.4 version: 0.16.7 '@types/three': - specifier: ^0.168.0 - version: 0.168.0 + specifier: ^0.169.0 + version: 0.169.0 '@xyflow/react': specifier: ^12.0.4 version: 12.3.1(@types/react@18.3.11)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -199,8 +199,8 @@ importers: specifier: ^1.0.7 version: 1.0.7(tailwindcss@3.4.13(ts-node@10.9.1(@types/node@20.16.10)(typescript@5.6.2))) three: - specifier: ^0.168.0 - version: 0.168.0 + specifier: ^0.169.0 + version: 0.169.0 typescript: specifier: ^5.3.3 version: 5.6.2 @@ -2987,8 +2987,8 @@ packages: '@types/stats.js@0.17.3': resolution: {integrity: sha512-pXNfAD3KHOdif9EQXZ9deK82HVNaXP5ZIF5RP2QG6OQFNTaY2YIetfrE9t528vEreGQvEPRDDc8muaoYeK0SxQ==} - '@types/three@0.168.0': - resolution: {integrity: sha512-qAGLGzbaYgkkonOBfwOr+TZpOskPfFjrDAj801WQSVkUz0/D9zwir4vhruJ/CC/GteywzR9pqeVVfs5th/2oKw==} + '@types/three@0.169.0': + resolution: {integrity: sha512-oan7qCgJBt03wIaK+4xPWclYRPG9wzcg7Z2f5T8xYTNEF95kh0t0lklxLLYBDo7gQiGLYzE6iF4ta7nXF2bcsw==} '@types/unist@2.0.11': resolution: {integrity: sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==} @@ -8400,8 +8400,8 @@ packages: thenify@3.3.1: resolution: {integrity: sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==} - three@0.168.0: - resolution: {integrity: sha512-6m6jXtDwMJEK/GGMbAOTSAmxNdzKvvBzgd7q8bE/7Tr6m7PaBh5kKLrN7faWtlglXbzj7sVba48Idwx+NRsZXw==} + three@0.169.0: + resolution: {integrity: sha512-Ed906MA3dR4TS5riErd4QBsRGPcx+HBDX2O5yYE5GqJeFQTPU+M56Va/f/Oph9X7uZo3W3o4l2ZhBZ6f6qUv0w==} through2@2.0.5: resolution: {integrity: sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==} @@ -11672,7 +11672,7 @@ snapshots: '@types/stats.js@0.17.3': {} - '@types/three@0.168.0': + '@types/three@0.169.0': dependencies: '@tweenjs/tween.js': 23.1.3 '@types/stats.js': 0.17.3 @@ -18657,7 +18657,7 @@ snapshots: dependencies: any-promise: 1.3.0 - three@0.168.0: {} + three@0.169.0: {} through2@2.0.5: dependencies: From 23590c7226fbdf2e0f7a0ab93841db229f91e178 Mon Sep 17 00:00:00 2001 From: Obaid Nadeem Date: Sat, 2 Nov 2024 05:32:03 +0500 Subject: [PATCH 3/5] three-version-168 --- apps/baseai.dev/package.json | 4 ++-- pnpm-lock.yaml | 28 ++++++++++++++-------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/apps/baseai.dev/package.json b/apps/baseai.dev/package.json index 952e29e7..3a6c7e23 100644 --- a/apps/baseai.dev/package.json +++ b/apps/baseai.dev/package.json @@ -30,7 +30,7 @@ "@types/react": "^18.2.47", "@types/react-dom": "^18.2.18", "@types/react-highlight-words": "^0.16.4", - "@types/three": "^0.169.0", + "@types/three": "^0.168.0", "@xyflow/react": "^12.0.4", "acorn": "^8.8.1", "autoprefixer": "^10.4.7", @@ -60,7 +60,7 @@ "tailwind-merge": "^2.3.0", "tailwindcss": "^3.4.1", "tailwindcss-animate": "^1.0.7", - "three": "^0.169.0", + "three": "^0.168.0", "html2canvas": "^1.4.1", "typescript": "^5.3.3", "unist-util-filter": "^5.0.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index bc6f4272..66444aef 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -44,7 +44,7 @@ importers: version: 2.1.3 vitest: specifier: ^1.6.0 - version: 1.6.0(@edge-runtime/vm@4.0.3)(@types/node@22.7.4)(jsdom@25.0.1(canvas@2.11.2))(terser@5.34.1) + version: 1.6.0(@edge-runtime/vm@4.0.3)(@types/node@22.7.4)(jsdom@25.0.1)(terser@5.34.1) apps/baseai.dev: dependencies: @@ -106,8 +106,8 @@ importers: specifier: ^0.16.4 version: 0.16.7 '@types/three': - specifier: ^0.169.0 - version: 0.169.0 + specifier: ^0.168.0 + version: 0.168.0 '@xyflow/react': specifier: ^12.0.4 version: 12.3.1(@types/react@18.3.11)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -199,8 +199,8 @@ importers: specifier: ^1.0.7 version: 1.0.7(tailwindcss@3.4.13(ts-node@10.9.1(@types/node@20.16.10)(typescript@5.6.2))) three: - specifier: ^0.169.0 - version: 0.169.0 + specifier: ^0.168.0 + version: 0.168.0 typescript: specifier: ^5.3.3 version: 5.6.2 @@ -644,7 +644,7 @@ importers: version: 5.6.2 vitest: specifier: 1.6.0 - version: 1.6.0(@edge-runtime/vm@4.0.3)(@types/node@22.7.4)(jsdom@25.0.1(canvas@2.11.2))(terser@5.34.1) + version: 1.6.0(@edge-runtime/vm@4.0.3)(@types/node@22.7.4)(jsdom@25.0.1)(terser@5.34.1) packages/core: dependencies: @@ -702,7 +702,7 @@ importers: version: 5.6.2 vitest: specifier: 1.6.0 - version: 1.6.0(@edge-runtime/vm@4.0.3)(@types/node@22.7.4)(jsdom@25.0.1(canvas@2.11.2))(terser@5.34.1) + version: 1.6.0(@edge-runtime/vm@4.0.3)(@types/node@22.7.4)(jsdom@25.0.1)(terser@5.34.1) tools/eslint-config: devDependencies: @@ -2987,8 +2987,8 @@ packages: '@types/stats.js@0.17.3': resolution: {integrity: sha512-pXNfAD3KHOdif9EQXZ9deK82HVNaXP5ZIF5RP2QG6OQFNTaY2YIetfrE9t528vEreGQvEPRDDc8muaoYeK0SxQ==} - '@types/three@0.169.0': - resolution: {integrity: sha512-oan7qCgJBt03wIaK+4xPWclYRPG9wzcg7Z2f5T8xYTNEF95kh0t0lklxLLYBDo7gQiGLYzE6iF4ta7nXF2bcsw==} + '@types/three@0.168.0': + resolution: {integrity: sha512-qAGLGzbaYgkkonOBfwOr+TZpOskPfFjrDAj801WQSVkUz0/D9zwir4vhruJ/CC/GteywzR9pqeVVfs5th/2oKw==} '@types/unist@2.0.11': resolution: {integrity: sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==} @@ -8400,8 +8400,8 @@ packages: thenify@3.3.1: resolution: {integrity: sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==} - three@0.169.0: - resolution: {integrity: sha512-Ed906MA3dR4TS5riErd4QBsRGPcx+HBDX2O5yYE5GqJeFQTPU+M56Va/f/Oph9X7uZo3W3o4l2ZhBZ6f6qUv0w==} + three@0.168.0: + resolution: {integrity: sha512-6m6jXtDwMJEK/GGMbAOTSAmxNdzKvvBzgd7q8bE/7Tr6m7PaBh5kKLrN7faWtlglXbzj7sVba48Idwx+NRsZXw==} through2@2.0.5: resolution: {integrity: sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==} @@ -11672,7 +11672,7 @@ snapshots: '@types/stats.js@0.17.3': {} - '@types/three@0.169.0': + '@types/three@0.168.0': dependencies: '@tweenjs/tween.js': 23.1.3 '@types/stats.js': 0.17.3 @@ -18657,7 +18657,7 @@ snapshots: dependencies: any-promise: 1.3.0 - three@0.169.0: {} + three@0.168.0: {} through2@2.0.5: dependencies: @@ -19292,7 +19292,7 @@ snapshots: optionalDependencies: vite: 5.4.8(@types/node@22.7.4)(terser@5.34.1) - vitest@1.6.0(@edge-runtime/vm@4.0.3)(@types/node@22.7.4)(jsdom@25.0.1(canvas@2.11.2))(terser@5.34.1): + vitest@1.6.0(@edge-runtime/vm@4.0.3)(@types/node@22.7.4)(jsdom@25.0.1)(terser@5.34.1): dependencies: '@vitest/expect': 1.6.0 '@vitest/runner': 1.6.0 From 999e9f062f831e7100df45a5bea9c22ec74ddb2f Mon Sep 17 00:00:00 2001 From: Obaid Nadeem Date: Fri, 1 Nov 2024 05:09:14 +0500 Subject: [PATCH 4/5] Spacing Fix & Three js upgrade --- apps/baseai.dev/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/baseai.dev/package.json b/apps/baseai.dev/package.json index 3a6c7e23..952e29e7 100644 --- a/apps/baseai.dev/package.json +++ b/apps/baseai.dev/package.json @@ -30,7 +30,7 @@ "@types/react": "^18.2.47", "@types/react-dom": "^18.2.18", "@types/react-highlight-words": "^0.16.4", - "@types/three": "^0.168.0", + "@types/three": "^0.169.0", "@xyflow/react": "^12.0.4", "acorn": "^8.8.1", "autoprefixer": "^10.4.7", @@ -60,7 +60,7 @@ "tailwind-merge": "^2.3.0", "tailwindcss": "^3.4.1", "tailwindcss-animate": "^1.0.7", - "three": "^0.168.0", + "three": "^0.169.0", "html2canvas": "^1.4.1", "typescript": "^5.3.3", "unist-util-filter": "^5.0.1", From 6eff37bdf5fd2f3e209c63958898290c1f411166 Mon Sep 17 00:00:00 2001 From: Obaid Nadeem Date: Sat, 2 Nov 2024 05:34:47 +0500 Subject: [PATCH 5/5] =?UTF-8?q?=F0=9F=90=9B=20FIX:=20three=20version=20168?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/baseai.dev/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/baseai.dev/package.json b/apps/baseai.dev/package.json index 952e29e7..3a6c7e23 100644 --- a/apps/baseai.dev/package.json +++ b/apps/baseai.dev/package.json @@ -30,7 +30,7 @@ "@types/react": "^18.2.47", "@types/react-dom": "^18.2.18", "@types/react-highlight-words": "^0.16.4", - "@types/three": "^0.169.0", + "@types/three": "^0.168.0", "@xyflow/react": "^12.0.4", "acorn": "^8.8.1", "autoprefixer": "^10.4.7", @@ -60,7 +60,7 @@ "tailwind-merge": "^2.3.0", "tailwindcss": "^3.4.1", "tailwindcss-animate": "^1.0.7", - "three": "^0.169.0", + "three": "^0.168.0", "html2canvas": "^1.4.1", "typescript": "^5.3.3", "unist-util-filter": "^5.0.1",