@lark-apaas/coding-template-vite-react 0.1.18 → 0.1.19

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lark-apaas/coding-template-vite-react",
3
- "version": "0.1.18",
3
+ "version": "0.1.19",
4
4
  "description": "Vite + React client template for miaoda coding",
5
5
  "type": "module",
6
6
  "files": ["template", "hooks"],
@@ -69,7 +69,7 @@
69
69
  "zod": "^4.3.6"
70
70
  },
71
71
  "devDependencies": {
72
- "@lark-apaas/coding-preset-vite-react": "^1.0.4",
72
+ "@lark-apaas/coding-preset-vite-react": "^1.0.5",
73
73
  "@lark-apaas/coding-presets-react": "^0.1.0",
74
74
  "@types/node": "^24",
75
75
  "@types/react": "^19",
@@ -880,9 +880,9 @@
880
880
  }
881
881
  },
882
882
  "node_modules/@lark-apaas/coding-preset-vite-react": {
883
- "version": "1.0.4",
884
- "resolved": "https://registry.npmmirror.com/@lark-apaas/coding-preset-vite-react/-/coding-preset-vite-react-1.0.4.tgz",
885
- "integrity": "sha512-6Nj/XuTw7bw3MRQnvfiRMfPM40vt5AGJb2yy20u/qf9ig53+MkFwyeuFyaQ9akU6nf+bsMfbxYvh2S7kz7+rtw==",
883
+ "version": "1.0.5",
884
+ "resolved": "https://registry.npmmirror.com/@lark-apaas/coding-preset-vite-react/-/coding-preset-vite-react-1.0.5.tgz",
885
+ "integrity": "sha512-ac0mxqJ0wDrckM8zcyorRu2qHlCfb0eIa+2zoaUFu8xfGl/60mMBtFS6dZL5J+eHVUjraSn7N99mYcu4uAAFTg==",
886
886
  "dev": true,
887
887
  "license": "MIT",
888
888
  "dependencies": {
@@ -78,7 +78,7 @@
78
78
  "@types/react": "^19",
79
79
  "@types/react-dom": "^19",
80
80
  "@lark-apaas/coding-presets-react": "^0.1.0",
81
- "@lark-apaas/coding-preset-vite-react": "^1.0.4",
81
+ "@lark-apaas/coding-preset-vite-react": "^1.0.5",
82
82
  "concurrently": "^9",
83
83
  "eslint": "^9",
84
84
  "typescript": "~5.9",