@modern-js/plugin-garfish 2.68.15-alpha.0 → 2.68.16

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 (1) hide show
  1. package/package.json +15 -16
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.68.15-alpha.0",
18
+ "version": "2.68.16",
19
19
  "jsnext:source": "./src/cli/index.ts",
20
20
  "types": "./dist/types/cli/index.d.ts",
21
21
  "typesVersions": {
@@ -63,29 +63,22 @@
63
63
  }
64
64
  },
65
65
  "dependencies": {
66
- "@modern-js/plugin-v2": "2.68.14",
67
- "@modern-js/runtime-utils": "2.68.14",
68
- "@modern-js/utils": "2.68.14",
69
66
  "@swc/helpers": "^0.5.17",
70
67
  "@types/debug": "4.1.12",
71
68
  "@types/react-loadable": "^5.5.6",
72
69
  "debug": "4.3.7",
73
70
  "garfish": "^1.8.1",
74
- "react-loadable": "^5.5.0"
71
+ "react-loadable": "^5.5.0",
72
+ "@modern-js/plugin-v2": "2.68.16",
73
+ "@modern-js/utils": "2.68.16",
74
+ "@modern-js/runtime-utils": "2.68.16"
75
75
  },
76
76
  "peerDependencies": {
77
- "@modern-js/runtime": "^2.68.14",
77
+ "@modern-js/runtime": "^2.68.16",
78
78
  "react": ">=17",
79
79
  "react-dom": ">=17"
80
80
  },
81
81
  "devDependencies": {
82
- "@modern-js/app-tools": "2.68.14",
83
- "@modern-js/core": "2.68.14",
84
- "@modern-js/plugin-router-v5": "2.68.14",
85
- "@modern-js/runtime": "2.68.14",
86
- "@modern-js/types": "2.68.14",
87
- "@scripts/build": "2.66.0",
88
- "@scripts/jest-config": "2.66.0",
89
82
  "@testing-library/dom": "^8.14.0",
90
83
  "@testing-library/jest-dom": "^5.16.1",
91
84
  "@testing-library/react": "^13.4.0",
@@ -99,7 +92,14 @@
99
92
  "react": "^18.3.1",
100
93
  "react-dom": "^18.3.1",
101
94
  "react-router-dom": "6.27.0",
102
- "typescript": "^5"
95
+ "typescript": "^5",
96
+ "@modern-js/app-tools": "2.68.16",
97
+ "@modern-js/core": "2.68.16",
98
+ "@modern-js/plugin-router-v5": "2.68.16",
99
+ "@modern-js/runtime": "2.68.16",
100
+ "@modern-js/types": "2.68.16",
101
+ "@scripts/build": "2.66.0",
102
+ "@scripts/jest-config": "2.66.0"
103
103
  },
104
104
  "sideEffects": false,
105
105
  "publishConfig": {
@@ -112,6 +112,5 @@
112
112
  "dev": "modern-lib build --watch",
113
113
  "build:watch": "rm -rf ./dist && modern build --watch",
114
114
  "test": "jest --passWithNoTests"
115
- },
116
- "readme": "<p align=\"center\">\n <a href=\"https://modernjs.dev\" target=\"blank\"><img src=\"https://lf3-static.bytednsdoc.com/obj/eden-cn/ylaelkeh7nuhfnuhf/modernjs-cover.png\" width=\"300\" alt=\"Modern.js Logo\" /></a>\n</p>\n\n<h1 align=\"center\">Modern.js</h1>\n\n<p align=\"center\">\n A Progressive React Framework for modern web development.\n</p>\n\n## Getting Started\n\nPlease follow [Quick Start](https://modernjs.dev/en/guides/get-started/quick-start) to get started with Modern.js.\n\n## Documentation\n\n- [English Documentation](https://modernjs.dev/en/)\n- [中文文档](https://modernjs.dev)\n\n## Contributing\n\nPlease read the [Contributing Guide](https://github.com/web-infra-dev/modern.js/blob/main/CONTRIBUTING.md).\n\n## License\n\nModern.js is [MIT licensed](https://github.com/web-infra-dev/modern.js/blob/main/LICENSE).\n"
115
+ }
117
116
  }