Match-id-d45b5227d6165d967177c2e095d7dde5786365cc

This commit is contained in:
* 2023-05-29 19:56:41 +08:00
commit 1ecc732b33
3 changed files with 8 additions and 6 deletions

View File

@ -1,3 +1,6 @@
## 0.0.52 (2023-05-29)
- **build**: ejs属于构建依赖
## 0.0.51 (2023-05-29)
- **core**: 增加mouseenter和mouseleave事件代理机制

View File

@ -4,7 +4,7 @@
"keywords": [
"horizon"
],
"version": "0.0.51",
"version": "0.0.52",
"homepage": "",
"bugs": "",
"main": "index.js",

View File

@ -1,7 +1,7 @@
{
"name": "@cloudsop/horizon",
"name": "horizon-core",
"description": "Horizon is a JavaScript framework library.",
"version": "0.0.51",
"version": "0.0.52",
"private": true,
"workspaces": [
"libs/*"
@ -51,6 +51,7 @@
"@typescript-eslint/eslint-plugin": "4.8.0",
"@typescript-eslint/parser": "4.8.0",
"babel-jest": "^27.5.1",
"ejs": "^3.1.8",
"eslint": "7.13.0",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-jest": "^22.15.0",
@ -69,7 +70,5 @@
"node": ">=10.x",
"npm": ">=7.x"
},
"dependencies": {
"ejs": "^3.1.8"
}
"dependencies": {}
}