Skip to content

Commit

Permalink
Bump version dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobLey committed Aug 9, 2024
1 parent 233f0b6 commit 8d18262
Show file tree
Hide file tree
Showing 11 changed files with 327 additions and 199 deletions.
10 changes: 10 additions & 0 deletions .changeset/tall-walls-brush.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
---

Update dependencies
4 changes: 2 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM mcr.microsoft.com/devcontainers/base:debian

ARG NX_VERSION=19.5.6
ARG NX_VERSION=19.5.7
ARG NODE_VERSION=22.5.1
ARG PNPM_VERSION=9.6.0
ARG PNPM_VERSION=9.7.0
ARG CHANGESETS_VERSION=2.27.7

RUN apt-get update \
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.6"
"@nx/devkit": "19.5.7"
},
"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.6"
"@nx/devkit": "19.5.7"
},
"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.6",
"@nx/devkit": "19.5.7",
"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.6",
"@nx/eslint": "19.5.7",
"@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.6",
"nx": "19.5.7",
"nx-lifecycle": "workspace:^",
"typescript": "^5.5.4"
}
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"type": "module",
"devDependencies": {
"@nx/eslint": "19.5.6",
"@nx/eslint": "19.5.7",
"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.6",
"nx": "19.5.7",
"nx-lifecycle": "workspace:^",
"nx-populate-files": "workspace:^",
"nx-tsc": "workspace:^",
"nx-update-ts-references": "workspace:^"
},
"packageManager": "pnpm@9.6.0+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
"packageManager": "pnpm@9.7.0"
}
Loading

0 comments on commit 8d18262

Please sign in to comment.