Skip to content

Commit 897e1a0

Browse files
committed
feat(core): nx 15.8.0 support
1 parent 6443e32 commit 897e1a0

File tree

3 files changed

+191
-423
lines changed

3 files changed

+191
-423
lines changed

migrations.json

Lines changed: 0 additions & 44 deletions
This file was deleted.

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@docusaurus/preset-classic": "^2.3.1",
2222
"@docusaurus/theme-search-algolia": "^2.1.0",
2323
"@mdx-js/react": "^1.6.21",
24-
"@nrwl/devkit": "15.8.0-beta.2",
24+
"@nrwl/devkit": "15.8.5",
2525
"@swc/helpers": "~0.4.14",
2626
"@trumbitta/nx-plugin-openapi": "^1.12.1",
2727
"@types/xmldoc": "^1.1.6",
@@ -46,17 +46,17 @@
4646
"@commitlint/cli": "^16.2.1",
4747
"@commitlint/config-conventional": "^17.1.0",
4848
"@commitlint/types": "^16.2.1",
49-
"@nrwl/cypress": "15.8.1",
50-
"@nrwl/eslint-plugin-nx": "15.8.0-beta.2",
51-
"@nrwl/jest": "15.8.0-beta.2",
52-
"@nrwl/js": "15.8.0-beta.2",
53-
"@nrwl/linter": "15.8.0-beta.2",
54-
"@nrwl/node": "15.8.0-beta.2",
55-
"@nrwl/nx-cloud": "15.1.1",
56-
"@nrwl/nx-plugin": "15.8.0-beta.2",
57-
"@nrwl/react": "15.8.0-beta.2",
58-
"@nrwl/web": "15.8.0-beta.2",
59-
"@nrwl/workspace": "15.8.0-beta.2",
49+
"@nrwl/cypress": "15.8.5",
50+
"@nrwl/eslint-plugin-nx": "15.8.5",
51+
"@nrwl/jest": "15.8.5",
52+
"@nrwl/js": "15.8.5",
53+
"@nrwl/linter": "15.8.5",
54+
"@nrwl/node": "15.8.5",
55+
"@nrwl/nx-cloud": "15.2.0",
56+
"@nrwl/nx-plugin": "15.8.5",
57+
"@nrwl/react": "15.8.5",
58+
"@nrwl/web": "15.8.5",
59+
"@nrwl/workspace": "15.8.5",
6060
"@nx-plus/docusaurus": "15.0.0-rc.0",
6161
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
6262
"@semantic-release/changelog": "^6.0.1",
@@ -103,7 +103,7 @@
103103
"lint-staged": "^13.0.3",
104104
"memfs": "3.4.13",
105105
"node-fetch": "3.3.0",
106-
"nx": "15.8.0-beta.2",
106+
"nx": "15.8.5",
107107
"openapi-types": "^11.0.1",
108108
"prettier": "2.7.1",
109109
"react-refresh": "^0.10.0",

0 commit comments

Comments
 (0)