Skip to content

Commit

Permalink
chore: update nrwl monorepo to v19.8.3 (#285)
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 5, 2024
1 parent 26e7fcd commit df2c704
Show file tree
Hide file tree
Showing 7 changed files with 170 additions and 171 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.2",
"@nx/devkit": "19.8.3",
"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.2",
"@nx/devkit": "19.8.3",
"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.2",
"@nx/eslint-plugin": "19.8.2",
"@nx/js": "19.8.2",
"@nx/plugin": "19.8.2",
"@nx/vite": "19.8.2",
"@nx/workspace": "19.8.2",
"@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",
"@swc-node/register": "1.10.9",
"@swc/cli": "0.4.0",
"@swc/core": "1.7.26",
Expand All @@ -38,7 +38,7 @@
"eslint-config-prettier": "9.1.0",
"memfs": "4.12.0",
"minimatch": "10.0.1",
"nx": "19.8.2",
"nx": "19.8.3",
"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.2",
"@nx/devkit": "19.8.3",
"tslib": "2.7.0"
}
}
309 changes: 154 additions & 155 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.2",
"@nx/devkit": "19.8.3",
"yargs": "17.7.2",
"@nx/js": "19.8.2",
"nx": "19.8.2"
"@nx/js": "19.8.3",
"nx": "19.8.3"
},
"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.2",
"@nx/devkit": "19.8.3",
"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.2",
"@nx/devkit": "19.8.3",
"vitest": "1.6.0",
"@robby-rabbitman/nx-plus-tools-local-registry": "0.0.0",
"@nx/vite": "19.8.2"
"@nx/vite": "19.8.3"
}
}

0 comments on commit df2c704

Please sign in to comment.