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 ef5f95d
Show file tree
Hide file tree
Showing 2 changed files with 3,267 additions and 2,132 deletions.
34 changes: 19 additions & 15 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 @@ -72,24 +75,24 @@
"socket.io-client": "^4.7.2",
"tslib": "^2.5.0",
"uuid": "^9.0.1",
"vott-ct": "^2.4.2-rc.0"
"vott-ct": "^2.4.2-rc.0",
"yarn": "^1.22.22"
},
"devDependencies": {
"@babel/core": "7.11.1",
"@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 +103,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 +119,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,17 +137,18 @@
"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",
"node-fetch": "2.6.1",
"nx": "^18.3.4",
"prettier": "2.3.1",
"prettier-plugin-packagejson": "2.2.5",
"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 ef5f95d

Please sign in to comment.