<!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> <!-- If this is a particularly complex change or feature addition, you can request a dedicated Nx release for this pull request branch. Mention someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they will confirm if the PR warrants its own release for testing purposes, and generate it for you if appropriate. --> ## Current Behavior <!-- This is the behavior we have today --> This repo uses Nx `20.2.0-beta.2`. ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> This repo uses Nx `20.2.0-beta.3`. ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #
47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "@nx/module-federation",
|
|
"description": "The Nx Plugin for Module Federation contains executors and utilities that support building applications using Module Federation.",
|
|
"version": "0.0.1",
|
|
"type": "commonjs",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/nrwl/nx.git",
|
|
"directory": "packages/module-federation"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/nrwl/nx/issues"
|
|
},
|
|
"keywords": [
|
|
"Monorepo",
|
|
"Rspack",
|
|
"Webpack",
|
|
"Bundling",
|
|
"Module Federation"
|
|
],
|
|
"author": "Colum Ferry",
|
|
"license": "MIT",
|
|
"homepage": "https://nx.dev",
|
|
"main": "index.js",
|
|
"executors": "./executors.json",
|
|
"dependencies": {
|
|
"tslib": "^2.3.0",
|
|
"@nx/devkit": "file:../devkit",
|
|
"@nx/js": "file:../js",
|
|
"picocolors": "^1.1.0",
|
|
"webpack": "5.88.0",
|
|
"@rspack/core": "1.1.3",
|
|
"@module-federation/enhanced": "0.7.6",
|
|
"@module-federation/node": "2.6.11",
|
|
"@module-federation/sdk": "0.7.6",
|
|
"express": "^4.19.2",
|
|
"http-proxy-middleware": "^3.0.3"
|
|
},
|
|
"peerDependencies": {},
|
|
"nx-migrations": {
|
|
"migrations": "./migrations.json"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|