Skip to content

Commit

Permalink
Merge pull request #3200 from KBVE/patch-atomic-nx-update-11-10-2024-…
Browse files Browse the repository at this point in the history
…1731240523

[CI] Merge patch-atomic-nx-update-11-10-2024-1731240523 into dev
  • Loading branch information
h0lybyte authored Nov 10, 2024
2 parents 1a088e5 + 629cfd6 commit 571ea9b
Show file tree
Hide file tree
Showing 3 changed files with 269 additions and 246 deletions.
23 changes: 23 additions & 0 deletions apps/kbve.com/src/content/journal/11-10.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: 'November: 10th'
category: Daily
date: 2024-11-10 12:00:00
client: Self
unsplash: 1721332154373-17e78d19b4a4
img: https://images.unsplash.com/photo-1721332154373-17e78d19b4a4?crop=entropy&cs=srgb&fm=jpg&ixid=MnwzNjM5Nzd8MHwxfHJhbmRvbXx8fHx8fHx8fDE2ODE3NDg2ODY&ixlib=rb-4.0.3&q=85
description: November 10th.
tags:
- daily
---

import { Adsense, Tasks } from '@kbve/astropad';

## 2024

- 07:13AM

**Nx Update**

Updated the monorepo to nx v20.0.12.
Also moved up the build process to see where the main branch fails, hopefully we can address that problem tonight.

34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,22 @@
"@nx-extend/shadcn-ui": "^4.1.2",
"@nx-go/nx-go": "^3.2.0",
"@nx-tools/nx-container": "^6.1.0",
"@nx/cypress": "20.0.11",
"@nx/devkit": "20.0.11",
"@nx/esbuild": "20.0.11",
"@nx/eslint": "20.0.11",
"@nx/eslint-plugin": "20.0.11",
"@nx/expo": "20.0.11",
"@nx/express": "20.0.11",
"@nx/jest": "20.0.11",
"@nx/js": "20.0.11",
"@nx/next": "20.0.11",
"@nx/node": "20.0.11",
"@nx/react": "20.0.11",
"@nx/vite": "20.0.11",
"@nx/web": "20.0.11",
"@nx/webpack": "20.0.11",
"@nx/workspace": "20.0.11",
"@nx/cypress": "20.0.12",
"@nx/devkit": "20.0.12",
"@nx/esbuild": "20.0.12",
"@nx/eslint": "20.0.12",
"@nx/eslint-plugin": "20.0.12",
"@nx/expo": "20.0.12",
"@nx/express": "20.0.12",
"@nx/jest": "20.0.12",
"@nx/js": "20.0.12",
"@nx/next": "20.0.12",
"@nx/node": "20.0.12",
"@nx/react": "20.0.12",
"@nx/vite": "20.0.12",
"@nx/web": "20.0.12",
"@nx/webpack": "20.0.12",
"@nx/workspace": "20.0.12",
"@nxlv/python": "19.2.1",
"@nxtensions/astro": "19.0.1",
"@playwright/test": "^1.48.1",
Expand Down Expand Up @@ -105,7 +105,7 @@
"lit": "^3.2.1",
"nanostores": "^0.9.5",
"node-appwrite": "^11.1.1",
"nx": "20.0.11",
"nx": "20.0.12",
"preact": "^10.24.3",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.13.0",
Expand Down
Loading

0 comments on commit 571ea9b

Please sign in to comment.