@modern-js/plugin-garfish 2.67.10 → 2.68.0

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.
@@ -116,7 +116,7 @@ const garfishPlugin = () => ({
116
116
  output: {
117
117
  disableCssExtract
118
118
  },
119
- source: {
119
+ resolve: {
120
120
  alias: {
121
121
  [`@${metaName}/runtime/garfish`]: `@${metaName}/plugin-garfish/runtime`
122
122
  }
@@ -94,7 +94,7 @@ var garfishPlugin = function() {
94
94
  output: {
95
95
  disableCssExtract
96
96
  },
97
- source: {
97
+ resolve: {
98
98
  alias: _define_property({}, "@".concat(metaName, "/runtime/garfish"), "@".concat(metaName, "/plugin-garfish/runtime"))
99
99
  },
100
100
  tools: {
@@ -90,7 +90,7 @@ const garfishPlugin = () => ({
90
90
  output: {
91
91
  disableCssExtract
92
92
  },
93
- source: {
93
+ resolve: {
94
94
  alias: {
95
95
  [`@${metaName}/runtime/garfish`]: `@${metaName}/plugin-garfish/runtime`
96
96
  }
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.67.10",
18
+ "version": "2.68.0",
19
19
  "jsnext:source": "./src/cli/index.ts",
20
20
  "types": "./dist/types/cli/index.d.ts",
21
21
  "typesVersions": {
@@ -69,12 +69,12 @@
69
69
  "debug": "4.3.7",
70
70
  "garfish": "^1.8.1",
71
71
  "react-loadable": "^5.5.0",
72
- "@modern-js/plugin-v2": "2.67.10",
73
- "@modern-js/runtime-utils": "2.67.10",
74
- "@modern-js/utils": "2.67.10"
72
+ "@modern-js/plugin-v2": "2.68.0",
73
+ "@modern-js/runtime-utils": "2.68.0",
74
+ "@modern-js/utils": "2.68.0"
75
75
  },
76
76
  "peerDependencies": {
77
- "@modern-js/runtime": "^2.67.10",
77
+ "@modern-js/runtime": "^2.68.0",
78
78
  "react": ">=17",
79
79
  "react-dom": ">=17"
80
80
  },
@@ -93,11 +93,11 @@
93
93
  "react-dom": "^18.3.1",
94
94
  "react-router-dom": "6.27.0",
95
95
  "typescript": "^5",
96
- "@modern-js/app-tools": "2.67.10",
97
- "@modern-js/core": "2.67.10",
98
- "@modern-js/plugin-router-v5": "2.67.10",
99
- "@modern-js/runtime": "2.67.10",
100
- "@modern-js/types": "2.67.10",
96
+ "@modern-js/app-tools": "2.68.0",
97
+ "@modern-js/plugin-router-v5": "2.68.0",
98
+ "@modern-js/core": "2.68.0",
99
+ "@modern-js/runtime": "2.68.0",
100
+ "@modern-js/types": "2.68.0",
101
101
  "@scripts/build": "2.66.0",
102
102
  "@scripts/jest-config": "2.66.0"
103
103
  },