Skip to content

Commit

Permalink
chore: update nrwl monorepo to v19.8.4 (#291)
Browse files Browse the repository at this point in the history
Co-authored-by: nx-plus-renovate-bot[bot] <175646458+nx-plus-renovate-bot[bot]@users.noreply.github.com>
  • Loading branch information
nx-plus-renovate-bot[bot] authored Oct 11, 2024
1 parent 948b7f3 commit fab6c6d
Show file tree
Hide file tree
Showing 7 changed files with 170 additions and 170 deletions.
2 changes: 1 addition & 1 deletion libs/e2e-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@robby-rabbitman/nx-plus-libs-e2e-util",
"version": "0.0.0",
"peerDependencies": {
"@nx/devkit": "19.8.3",
"@nx/devkit": "19.8.4",
"tslib": "2.7.0",
"semver": "7.6.3",
"@robby-rabbitman/nx-plus-libs-node-util": "0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion libs/e2e-version-matrix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@robby-rabbitman/nx-plus-libs-e2e-version-matrix",
"version": "0.0.0",
"peerDependencies": {
"@nx/devkit": "19.8.3",
"@nx/devkit": "19.8.4",
"tslib": "2.7.0"
}
}
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"@commitlint/config-nx-scopes": "19.5.0",
"@commitlint/types": "19.5.0",
"@eslint/eslintrc": "3.1.0",
"@nx/eslint": "19.8.3",
"@nx/eslint-plugin": "19.8.3",
"@nx/js": "19.8.3",
"@nx/plugin": "19.8.3",
"@nx/vite": "19.8.3",
"@nx/workspace": "19.8.3",
"@nx/eslint": "19.8.4",
"@nx/eslint-plugin": "19.8.4",
"@nx/js": "19.8.4",
"@nx/plugin": "19.8.4",
"@nx/vite": "19.8.4",
"@nx/workspace": "19.8.4",
"@swc-node/register": "1.10.9",
"@swc/cli": "0.4.0",
"@swc/core": "1.7.28",
Expand All @@ -38,7 +38,7 @@
"eslint-config-prettier": "9.1.0",
"memfs": "4.13.0",
"minimatch": "10.0.1",
"nx": "19.8.3",
"nx": "19.8.4",
"prettier": "3.3.3",
"prettier-plugin-jsdoc": "1.3.0",
"proper-lockfile": "4.1.2",
Expand All @@ -52,7 +52,7 @@
"yargs": "17.7.2"
},
"dependencies": {
"@nx/devkit": "19.8.3",
"@nx/devkit": "19.8.4",
"tslib": "2.7.0"
}
}
308 changes: 154 additions & 154 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions tools/local-registry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"version": "0.0.0",
"peerDependencies": {
"tslib": "2.7.0",
"@nx/devkit": "19.8.3",
"@nx/devkit": "19.8.4",
"yargs": "17.7.2",
"@nx/js": "19.8.3",
"nx": "19.8.3"
"@nx/js": "19.8.4",
"nx": "19.8.4"
},
"main": "./src/index.js",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion tools/tsc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@robby-rabbitman/nx-plus-tools-tsc",
"version": "0.0.0",
"peerDependencies": {
"@nx/devkit": "19.8.3",
"@nx/devkit": "19.8.4",
"tslib": "2.7.0"
}
}
4 changes: 2 additions & 2 deletions tools/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "@robby-rabbitman/nx-plus-tools-vite",
"version": "0.0.0",
"peerDependencies": {
"@nx/devkit": "19.8.3",
"@nx/devkit": "19.8.4",
"vitest": "1.6.0",
"@robby-rabbitman/nx-plus-tools-local-registry": "0.0.0",
"@nx/vite": "19.8.3"
"@nx/vite": "19.8.4"
}
}

0 comments on commit fab6c6d

Please sign in to comment.