Skip to content

Commit

Permalink
chore: update nrwl monorepo to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
nx-plus-renovate-bot[bot] authored Nov 2, 2024
1 parent ef1e325 commit 4389014
Show file tree
Hide file tree
Showing 9 changed files with 126 additions and 328 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.8",
"@nx/devkit": "20.0.6",
"tslib": "2.8.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.8",
"@nx/devkit": "20.0.6",
"tslib": "2.8.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.8",
"@nx/eslint-plugin": "19.8.8",
"@nx/js": "19.8.8",
"@nx/plugin": "19.8.8",
"@nx/vite": "19.8.8",
"@nx/workspace": "19.8.8",
"@nx/eslint": "20.0.6",
"@nx/eslint-plugin": "20.0.6",
"@nx/js": "20.0.6",
"@nx/plugin": "20.0.6",
"@nx/vite": "20.0.6",
"@nx/workspace": "20.0.6",
"@swc-node/register": "1.10.9",
"@swc/cli": "0.4.0",
"@swc/core": "1.7.40",
Expand All @@ -38,7 +38,7 @@
"eslint-config-prettier": "9.1.0",
"memfs": "4.14.0",
"minimatch": "10.0.1",
"nx": "19.8.8",
"nx": "20.0.6",
"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.8",
"@nx/devkit": "20.0.6",
"tslib": "2.8.0"
}
}
2 changes: 1 addition & 1 deletion packages/web-dev-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"license": "MIT",
"peerDependencies": {
"tslib": "^2.3.0",
"@nx/devkit": "^17.0.0 || ^18.0.0 || ^19.0.0",
"@nx/devkit": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
"@web/dev-server": "^0.4.6"
},
"generators": "./generators.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/web-test-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"license": "MIT",
"peerDependencies": {
"@nx/devkit": "^17.0.0 || ^18.0.0 || ^19.0.0",
"@nx/devkit": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
"tslib": "^2.3.0",
"@web/test-runner": "^0.18.2"
},
Expand Down
418 changes: 108 additions & 310 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.8.0",
"@nx/devkit": "19.8.8",
"@nx/devkit": "20.0.6",
"yargs": "17.7.2",
"@nx/js": "19.8.8",
"nx": "19.8.8"
"@nx/js": "20.0.6",
"nx": "20.0.6"
},
"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.8",
"@nx/devkit": "20.0.6",
"tslib": "2.8.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.8",
"@nx/devkit": "20.0.6",
"vitest": "1.6.0",
"@robby-rabbitman/nx-plus-tools-local-registry": "0.0.0",
"@nx/vite": "19.8.8"
"@nx/vite": "20.0.6"
}
}

0 comments on commit 4389014

Please sign in to comment.