Skip to content

Commit

Permalink
Bump Nx Version
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobLey committed Aug 20, 2024
1 parent 16a6c5a commit 806edcb
Show file tree
Hide file tree
Showing 12 changed files with 188 additions and 178 deletions.
10 changes: 10 additions & 0 deletions .changeset/green-hounds-cry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"nx-populate-files": patch
"nx-update-ts-references": patch
"nx-plugin-handler": patch
"@leyman/eslint-config": patch
"nx-lifecycle": patch
"nx-tsc": patch
---

Bump Nx Version
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM mcr.microsoft.com/devcontainers/base:debian

ARG NX_VERSION=19.5.7
ARG NX_VERSION=19.6.1
ARG NODE_VERSION=22.5.1
ARG PNPM_VERSION=9.7.0
ARG CHANGESETS_VERSION=2.27.7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Test

env:
NODE_VERSION: 22.5.1
NX_VERSION: 19.5.7
NX_VERSION: 19.6.1
PNPM_VERSION: 9.7.0

on:
Expand Down
2 changes: 1 addition & 1 deletion apps/nx-lifecycle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"nx-plugin-handler": "workspace:^"
},
"optionalDependencies": {
"@nx/devkit": "19.5.7"
"@nx/devkit": "19.6.1"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
Expand Down
2 changes: 1 addition & 1 deletion apps/nx-update-ts-references/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"npm-juniper": "npm:juniper@latest"
},
"optionalDependencies": {
"@nx/devkit": "19.5.7"
"@nx/devkit": "19.6.1"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
Expand Down
2 changes: 1 addition & 1 deletion apps/populate-files/nx-populate-files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"load-populate-files": "workspace:^"
},
"optionalDependencies": {
"@nx/devkit": "19.5.7",
"@nx/devkit": "19.6.1",
"juniper": "workspace:^"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion leyman/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@nx/eslint": "19.5.7",
"@nx/eslint": "19.6.1",
"@types/chai": "^4.3.17",
"@types/eslint": "^9.6.0",
"@types/mocha": "^10.0.7",
Expand Down
2 changes: 1 addition & 1 deletion leyman/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@leyman/eslint-config": "workspace:^",
"eslint": "^9.8.0",
"npm": "^10.8.2",
"nx": "19.5.7",
"nx": "19.6.1",
"nx-lifecycle": "workspace:^",
"typescript": "^5.5.4"
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"type": "module",
"devDependencies": {
"@nx/eslint": "19.5.7",
"@nx/eslint": "19.6.1",
"npm-nx-populate-files": "npm:nx-populate-files@latest",
"npm-nx-tsc": "npm:nx-tsc@latest",
"npm-nx-update-ts-references": "npm:nx-update-ts-references@latest",
"nx": "19.5.7",
"nx": "19.6.1",
"nx-lifecycle": "workspace:^",
"nx-populate-files": "workspace:^",
"nx-tsc": "workspace:^",
Expand Down
Loading

0 comments on commit 806edcb

Please sign in to comment.