Skip to content

Commit

Permalink
chore: nx upgrade (#3141)
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptedAlchemy authored Oct 30, 2024
1 parent f4b3bb7 commit ffb39ce
Show file tree
Hide file tree
Showing 4 changed files with 266 additions and 714 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,5 @@ packages/enhanced/test/js

# storybook cases
!apps/rslib-module/@mf-types/**

**/vite.config.{js,ts,mjs,mts,cjs,cts}.timestamp*
3 changes: 2 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,6 @@
},
"useInferencePlugins": false,
"defaultBase": "main",
"nxCloudAccessToken": "NTVlZTRhOWItMGRjYy00YmJjLTllNzAtNDFkNzRhNzdjZDkwfHJlYWQtd3JpdGU="
"nxCloudAccessToken": "NTVlZTRhOWItMGRjYy00YmJjLTllNzAtNDFkNzRhNzdjZDkwfHJlYWQtd3JpdGU=",
"useLegacyCache": true
}
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,23 +98,23 @@
"@commitlint/cz-commitlint": "19.5.0",
"@fontsource/roboto": "5.1.0",
"@fontsource/roboto-mono": "5.1.0",
"@nx/cypress": "20.0.0",
"@nx/devkit": "20.0.0",
"@nx/esbuild": "20.0.0",
"@nx/eslint": "20.0.0",
"@nx/eslint-plugin": "20.0.0",
"@nx/express": "20.0.0",
"@nx/jest": "20.0.0",
"@nx/js": "20.0.3",
"@nx/next": "20.0.0",
"@nx/node": "20.0.0",
"@nx/react": "20.0.0",
"@nx/rollup": "20.0.0",
"@nx/rspack": "20.0.0",
"@nx/storybook": "20.0.0",
"@nx/vite": "20.0.0",
"@nx/web": "20.0.0",
"@nx/webpack": "20.0.0",
"@nx/cypress": "20.0.6",
"@nx/devkit": "20.0.6",
"@nx/esbuild": "20.0.6",
"@nx/eslint": "20.0.6",
"@nx/eslint-plugin": "20.0.6",
"@nx/express": "20.0.6",
"@nx/jest": "20.0.6",
"@nx/js": "20.0.6",
"@nx/next": "20.0.6",
"@nx/node": "20.0.6",
"@nx/react": "20.0.6",
"@nx/rollup": "20.0.6",
"@nx/rspack": "20.0.6",
"@nx/storybook": "20.0.6",
"@nx/vite": "20.0.6",
"@nx/web": "20.0.6",
"@nx/webpack": "20.0.6",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.15",
"@rollup/plugin-alias": "5.1.1",
"@rollup/plugin-replace": "6.0.1",
Expand Down Expand Up @@ -192,7 +192,7 @@
"mime-types": "2.1.35",
"msw": "^1.2.1",
"node-fetch": "~3.3.2",
"nx": "20.0.0",
"nx": "20.0.6",
"open": "^10.1.0",
"postcss-calc": "9.0.1",
"postcss-custom-properties": "13.3.12",
Expand Down
Loading

0 comments on commit ffb39ce

Please sign in to comment.