@bleedingdev/modern-js-create 3.2.0-ultramodern.46 → 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.
package/dist/index.js CHANGED
@@ -565,7 +565,7 @@ const ZEPHYR_AGENT_VERSION = '1.1.1';
565
565
  const WRANGLER_VERSION = '4.95.0';
566
566
  const TAILWIND_VERSION = '4.3.0';
567
567
  const TAILWIND_POSTCSS_VERSION = '4.3.0';
568
- const EFFECT_TSGO_VERSION = '0.11.0';
568
+ const EFFECT_TSGO_VERSION = '0.13.0';
569
569
  const TYPESCRIPT_VERSION = '6.0.3';
570
570
  const TYPESCRIPT_NATIVE_PREVIEW_VERSION = '7.0.0-dev.20260527.2';
571
571
  const OXLINT_VERSION = '1.66.0';
@@ -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.46",
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.46"
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.46"
57
+ "frameworkVersion": "3.2.0-ultramodern.48"
58
58
  }
59
59
  }
@@ -36,7 +36,7 @@
36
36
  "react-i18next": "17.0.8"
37
37
  },
38
38
  "devDependencies": {
39
- "@effect/tsgo": "0.11.0",
39
+ "@effect/tsgo": "0.13.0",
40
40
  "@modern-js/adapter-rstest": "{{adapterRstestVersion}}",
41
41
  "@modern-js/app-tools": "{{appToolsVersion}}",
42
42
  {{#if enableBff}} "@modern-js/plugin-bff": "{{pluginBffVersion}}",