Commit 7619887f0d11eb2af98230636938864994604c1c

Authored by 张志伟
1 parent b0d9f878

🐹 feat(*): 增加缺省页面

Too many changes to show.

To preserve performance only 1 of 4 files are displayed.

package.json
@@ -25,41 +25,41 @@ @@ -25,41 +25,41 @@
25 "dist/" 25 "dist/"
26 ], 26 ],
27 "dependencies": { 27 "dependencies": {
28 - "@ant-design/cssinjs": "^1.21.1",  
29 - "@ant-design/icons": "^5.4.0",  
30 - "@feewee/h5app-common": "^0.1.138",  
31 - "@modern-js/runtime": "~2.57.0",  
32 - "ahooks": "^3.8.0",  
33 - "antd": "^5.20.0", 28 + "@ant-design/cssinjs": "^1.22.1",
  29 + "@ant-design/icons": "^5.5.2",
  30 + "@feewee/h5app-common": "latest",
  31 + "@modern-js/runtime": "~2.63.1",
  32 + "ahooks": "^3.8.2",
  33 + "antd": "^5.22.3",
34 "clsx": "^2.1.1", 34 "clsx": "^2.1.1",
35 - "dayjs": "^1.11.12", 35 + "dayjs": "^1.11.13",
36 "lodash": "^4.17.21", 36 "lodash": "^4.17.21",
37 - "query-string": "^9.1.0", 37 + "query-string": "^9.1.1",
38 "react": "^18.3.1", 38 "react": "^18.3.1",
39 "react-dom": "^18.3.1", 39 "react-dom": "^18.3.1",
40 "use-immer": "^0.9.0" 40 "use-immer": "^0.9.0"
41 }, 41 },
42 "devDependencies": { 42 "devDependencies": {
43 "@feewee/fabric": "^1.1.8", 43 "@feewee/fabric": "^1.1.8",
44 - "@modern-js-app/eslint-config": "~2.57.0",  
45 - "@modern-js/app-tools": "~2.57.0",  
46 - "@modern-js/eslint-config": "~2.57.0",  
47 - "@modern-js/plugin-tailwindcss": "~2.57.0",  
48 - "@modern-js/plugin-polyfill": "~2.57.0",  
49 - "@modern-js/tsconfig": "~2.57.0",  
50 - "@rsdoctor/rspack-plugin": "^0.3.11",  
51 - "@types/jest": "^29.5.12",  
52 - "@types/lodash": "^4.17.7",  
53 - "@types/node": "^18.19.43",  
54 - "@types/react": "^18.3.3",  
55 - "@types/react-dom": "^18.3.0", 44 + "@modern-js-app/eslint-config": "~2.59.0",
  45 + "@modern-js/app-tools": "~2.63.1",
  46 + "@modern-js/eslint-config": "~2.59.0",
  47 + "@modern-js/plugin-polyfill": "~2.63.1",
  48 + "@modern-js/plugin-tailwindcss": "~2.63.1",
  49 + "@modern-js/tsconfig": "~2.63.1",
  50 + "@rsdoctor/rspack-plugin": "^0.4.11",
  51 + "@types/jest": "^29.5.14",
  52 + "@types/lodash": "^4.17.13",
  53 + "@types/node": "^18.19.67",
  54 + "@types/react": "^18.3.13",
  55 + "@types/react-dom": "^18.3.1",
56 "cross-env": "^7.0.3", 56 "cross-env": "^7.0.3",
57 - "eslint": "^8.57.0",  
58 - "husky": "^9.1.4",  
59 - "lint-staged": "^15.2.8",  
60 - "prettier": "^3.3.3", 57 + "eslint": "^8.57.1",
  58 + "husky": "^9.1.7",
  59 + "lint-staged": "^15.2.10",
  60 + "prettier": "^3.4.2",
61 "rimraf": "^5.0.10", 61 "rimraf": "^5.0.10",
62 - "tailwindcss": "^3.4.7",  
63 - "typescript": "^5.5.4" 62 + "tailwindcss": "^3.4.16",
  63 + "typescript": "^5.7.2"
64 } 64 }
65 } 65 }