Commit 8479143d7f29f12c2e1a0916891971075b45ce3f

Authored by 张志伟
1 parent de8eb42f

🚚 chore(*): 更新依赖

Too many changes to show.

To preserve performance only 2 of 3 files are displayed.

modern.config.ts
... ... @@ -41,7 +41,6 @@ export default defineConfig({
41 41 asyncWebAssembly: true,
42 42 rspackFuture: {
43 43 ...config.experiments?.rspackFuture,
44   - disableApplyEntryLazily: true,
45 44 },
46 45 };
47 46 return config;
... ...
package.json
... ... @@ -23,9 +23,8 @@
23 23 "dist/"
24 24 ],
25 25 "dependencies": {
26   - "@feewee/h5app-common": "^0.1.7",
27   - "@modern-js/plugin-tailwindcss": "2.48.5",
28   - "@modern-js/runtime": "2.48.5",
  26 + "@feewee/h5app-common": "^0.1.8",
  27 + "@modern-js/runtime": "~2.48.6",
29 28 "ahooks": "^3.7.11",
30 29 "clsx": "^2.1.0",
31 30 "dayjs": "^1.11.10",
... ... @@ -35,21 +34,22 @@
35 34 },
36 35 "devDependencies": {
37 36 "@feewee/fabric": "^1.1.8",
38   - "@modern-js-app/eslint-config": "2.48.5",
39   - "@modern-js/app-tools": "2.48.5",
40   - "@modern-js/eslint-config": "2.48.5",
41   - "@modern-js/tsconfig": "2.48.5",
42   - "@types/jest": "^29.2.4",
43   - "@types/node": "^18.11.7",
44   - "@types/react": "^18.0.26",
45   - "@types/react-dom": "^18.0.10",
  37 + "@modern-js-app/eslint-config": "~2.48.6",
  38 + "@modern-js/app-tools": "~2.48.6",
  39 + "@modern-js/eslint-config": "~2.48.6",
  40 + "@modern-js/plugin-tailwindcss": "~2.48.6",
  41 + "@modern-js/tsconfig": "~2.48.6",
  42 + "@types/jest": "^29.5.12",
  43 + "@types/node": "^18.19.31",
  44 + "@types/react": "^18.2.79",
  45 + "@types/react-dom": "^18.2.25",
46 46 "cross-env": "^7.0.3",
47   - "eslint": "^8.0.0",
48   - "husky": "^9.0.0",
49   - "lint-staged": "^15.1.0",
50   - "prettier": "^3.2.0",
51   - "rimraf": "^5.0.0",
  47 + "eslint": "^8.57.0",
  48 + "husky": "^9.0.11",
  49 + "lint-staged": "^15.2.2",
  50 + "prettier": "^3.2.5",
  51 + "rimraf": "^5.0.5",
52 52 "tailwindcss": "^3.4.3",
53   - "typescript": "^5.4.0"
  53 + "typescript": "^5.4.5"
54 54 }
55 55 }
... ...