Skip to content

Commit a3165c1

Browse files
committed
chore: update nx
1 parent 1b18dbe commit a3165c1

File tree

3 files changed

+94
-64
lines changed

3 files changed

+94
-64
lines changed

core/lerna/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@lerna/version": "file:../../commands/version",
5555
"import-local": "^3.0.2",
5656
"npmlog": "^6.0.2",
57-
"nx": ">=14.5.4 < 16",
57+
"nx": ">=14.6.1 < 16",
5858
"typescript": "^3 || ^4"
5959
}
6060
}

package-lock.json

Lines changed: 89 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@
112112
"@actions/core": "^1.8.2",
113113
"@actions/github": "^5.0.3",
114114
"@lerna-test/helpers": "file:helpers",
115-
"@nrwl/devkit": "14.5.4",
116-
"@nrwl/nx-cloud": "14.3.0",
115+
"@nrwl/devkit": "14.6.1",
116+
"@nrwl/nx-cloud": "14.6.0",
117117
"@types/fs-extra": "^9.0.13",
118118
"@types/is-ci": "^2.0.0",
119119
"@types/jest": "^28.1.4",
@@ -139,7 +139,7 @@
139139
"node-jq": "^2.3.3",
140140
"normalize-newline": "^3.0.0",
141141
"normalize-path": "^3.0.0",
142-
"nx": "14.5.4",
142+
"nx": "14.6.1",
143143
"path-key": "^3.1.1",
144144
"prettier": "^2.2.1",
145145
"tacks": "1.2.6",
@@ -152,3 +152,4 @@
152152
"verdaccio": "^5.13.3"
153153
}
154154
}
155+

0 commit comments

Comments
 (0)