Skip to content

Commit

Permalink
upgrade nx to 12.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
imatiach-msft committed Apr 29, 2024
1 parent a7f6175 commit 670ba08
Show file tree
Hide file tree
Showing 5 changed files with 3,024 additions and 2,143 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,5 @@ apps/*-e2e/debug.log
# docs
docs/build/*
*/.mypy_cache/*

.nx/cache
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ raiwidgets/raiwidgets/widget

# Language specific files are not generated by us
libs/localization/src/lib/en.*.json

/.nx/cache
28 changes: 12 additions & 16 deletions nx.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,4 @@
{
"npmScope": "responsible-ai",
"affected": {
"defaultBase": "main"
},
"implicitDependencies": {
"workspace.json": "*",
"package.json": {
"dependencies": "*",
"devDependencies": "*"
},
"tsconfig.base.json": "*",
"tslint.json": "*",
"nx.json": "*",
".eslintrc.json": "*"
},
"tasksRunnerOptions": {
"default": {
"runner": "@nrwl/workspace/tasks-runners/default",
Expand Down Expand Up @@ -85,5 +70,16 @@
"projects": "dependencies"
}
]
}
},
"namedInputs": {
"default": ["{projectRoot}/**/*", "sharedGlobals"],
"sharedGlobals": [
"{workspaceRoot}/workspace.json",
"{workspaceRoot}/tsconfig.base.json",
"{workspaceRoot}/tslint.json",
"{workspaceRoot}/nx.json"
],
"production": ["default"]
},
"defaultBase": "main"
}
30 changes: 16 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
"update": "nx migrate latest",
"workspace-generator": "nx workspace-generator"
},
"resolutions": {
"@yarnpkg/parsers": "3.0.0-rc.48.1"
},
"dependencies": {
"@fluentui/react": "8.58.0",
"canvas": "^2.11.2",
Expand Down Expand Up @@ -79,17 +82,16 @@
"@babel/preset-env": "7.11.0",
"@babel/preset-react": "7.10.4",
"@babel/preset-typescript": "7.10.4",
"@nrwl/cli": "12.6.2",
"@nrwl/cypress": "12.6.2",
"@nrwl/eslint-plugin-nx": "12.6.2",
"@nrwl/jest": "12.6.2",
"@nrwl/react": "12.6.2",
"@nrwl/tao": "12.6.2",
"@nrwl/web": "12.6.2",
"@nrwl/workspace": "12.6.2",
"@nrwl/cypress": "12.10.1",
"@nrwl/eslint-plugin-nx": "12.10.1",
"@nrwl/jest": "12.10.1",
"@nrwl/react": "12.10.1",
"@nrwl/tao": "12.10.1",
"@nrwl/web": "12.10.1",
"@nrwl/workspace": "12.10.1",
"@rollup/plugin-json": "4.1.0",
"@svgr/rollup": "5.4.0",
"@testing-library/react": "11.2.5",
"@testing-library/react": "11.2.6",
"@types/d3-array": "^3.2.1",
"@types/d3-color": "^3.1.3",
"@types/d3-hierarchy": "^3.1.6",
Expand All @@ -100,7 +102,7 @@
"@types/d3-zoom": "^3.0.8",
"@types/enzyme": "3.10.5",
"@types/enzyme-to-json": "1.5.3",
"@types/jest": "26.0.8",
"@types/jest": "27.0.2",
"@types/jmespath": "^0.15.0",
"@types/jszip": "^3.4.1",
"@types/lodash": "4.14.159",
Expand All @@ -116,11 +118,11 @@
"@typescript-eslint/eslint-plugin": "4.28.4",
"@typescript-eslint/parser": "4.28.4",
"@wojtekmaj/enzyme-adapter-react-17": "0.6.6",
"babel-jest": "26.2.2",
"babel-jest": "27.2.3",
"commander": "^7.1.0",
"cross-env": "7.0.2",
"cypress": "^4.12.1",
"dotenv": "8.2.0",
"dotenv": "10.0.0",
"enzyme": "3.11.0",
"enzyme-to-json": "3.5.0",
"eslint": "7.22.0",
Expand All @@ -134,7 +136,7 @@
"eslint-plugin-react": "7.23.1",
"eslint-plugin-react-hooks": "4.2.0",
"eslint-plugin-unicorn": "21.0.0",
"jest": "27.0.3",
"jest": "27.2.3",
"jest-canvas-mock": "2.2.0",
"jszip": "3.10.1",
"moment-timezone": "0.5.35",
Expand All @@ -144,7 +146,7 @@
"raw-loader": "^4.0.2",
"semver": "7.3.2",
"serve": "11.3.2",
"ts-jest": "27.0.3",
"ts-jest": "27.0.5",
"ts-node": "9.1.1",
"typescript": "4.3.5",
"worker-loader": "^3.0.8"
Expand Down
Loading

0 comments on commit 670ba08

Please sign in to comment.