@bleedingdev/modern-js-create 3.2.0-ultramodern.47 → 3.2.0-ultramodern.48

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +3 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -574,6 +574,7 @@ const ULTRACITE_VERSION = '7.7.0';
574
574
  const I18NEXT_VERSION = '26.2.0';
575
575
  const REACT_VERSION = '^19.2.6';
576
576
  const REACT_DOM_VERSION = '^19.2.6';
577
+ const REACT_ROUTER_DOM_VERSION = '7.16.0';
577
578
  const PNPM_VERSION = '11.4.0';
578
579
  const WORKSPACE_PACKAGE_VERSION = 'workspace:*';
579
580
  const GENERATED_CONTRACT_PATH = '.modernjs/ultramodern-generated-contract.json';
@@ -1087,7 +1088,8 @@ function appDependencies(scope, packageSource, app) {
1087
1088
  [ultramodern_workspace_packageName(scope, 'shared-contracts')]: WORKSPACE_PACKAGE_VERSION,
1088
1089
  [ultramodern_workspace_packageName(scope, 'shared-design-tokens')]: WORKSPACE_PACKAGE_VERSION,
1089
1090
  react: REACT_VERSION,
1090
- 'react-dom': REACT_DOM_VERSION
1091
+ 'react-dom': REACT_DOM_VERSION,
1092
+ 'react-router-dom': REACT_ROUTER_DOM_VERSION
1091
1093
  };
1092
1094
  if ('shell' === app.kind) {
1093
1095
  dependencies['@modern-js/plugin-bff'] = modernPackageSpecifier('@modern-js/plugin-bff', packageSource);
package/package.json CHANGED
@@ -21,7 +21,7 @@
21
21
  "engines": {
22
22
  "node": ">=20"
23
23
  },
24
- "version": "3.2.0-ultramodern.47",
24
+ "version": "3.2.0-ultramodern.48",
25
25
  "types": "./dist/types/index.d.ts",
26
26
  "main": "./dist/index.js",
27
27
  "bin": {
@@ -41,7 +41,7 @@
41
41
  "@types/node": "^25.9.1",
42
42
  "@typescript/native-preview": "7.0.0-dev.20260527.2",
43
43
  "tsx": "^4.22.3",
44
- "@modern-js/i18n-utils": "npm:@bleedingdev/modern-js-i18n-utils@3.2.0-ultramodern.47"
44
+ "@modern-js/i18n-utils": "npm:@bleedingdev/modern-js-i18n-utils@3.2.0-ultramodern.48"
45
45
  },
46
46
  "publishConfig": {
47
47
  "registry": "https://registry.npmjs.org/",
@@ -54,6 +54,6 @@
54
54
  "start": "node ./dist/index.js"
55
55
  },
56
56
  "ultramodern": {
57
- "frameworkVersion": "3.2.0-ultramodern.47"
57
+ "frameworkVersion": "3.2.0-ultramodern.48"
58
58
  }
59
59
  }