Match-id-d45b5227d6165d967177c2e095d7dde5786365cc
This commit is contained in:
commit
1ecc732b33
|
@ -1,3 +1,6 @@
|
||||||
|
## 0.0.52 (2023-05-29)
|
||||||
|
- **build**: ejs属于构建依赖
|
||||||
|
|
||||||
## 0.0.51 (2023-05-29)
|
## 0.0.51 (2023-05-29)
|
||||||
- **core**: 增加mouseenter和mouseleave事件代理机制
|
- **core**: 增加mouseenter和mouseleave事件代理机制
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"horizon"
|
"horizon"
|
||||||
],
|
],
|
||||||
"version": "0.0.51",
|
"version": "0.0.52",
|
||||||
"homepage": "",
|
"homepage": "",
|
||||||
"bugs": "",
|
"bugs": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@cloudsop/horizon",
|
"name": "horizon-core",
|
||||||
"description": "Horizon is a JavaScript framework library.",
|
"description": "Horizon is a JavaScript framework library.",
|
||||||
"version": "0.0.51",
|
"version": "0.0.52",
|
||||||
"private": true,
|
"private": true,
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
"libs/*"
|
"libs/*"
|
||||||
|
@ -51,6 +51,7 @@
|
||||||
"@typescript-eslint/eslint-plugin": "4.8.0",
|
"@typescript-eslint/eslint-plugin": "4.8.0",
|
||||||
"@typescript-eslint/parser": "4.8.0",
|
"@typescript-eslint/parser": "4.8.0",
|
||||||
"babel-jest": "^27.5.1",
|
"babel-jest": "^27.5.1",
|
||||||
|
"ejs": "^3.1.8",
|
||||||
"eslint": "7.13.0",
|
"eslint": "7.13.0",
|
||||||
"eslint-config-prettier": "^6.9.0",
|
"eslint-config-prettier": "^6.9.0",
|
||||||
"eslint-plugin-jest": "^22.15.0",
|
"eslint-plugin-jest": "^22.15.0",
|
||||||
|
@ -69,7 +70,5 @@
|
||||||
"node": ">=10.x",
|
"node": ">=10.x",
|
||||||
"npm": ">=7.x"
|
"npm": ">=7.x"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {}
|
||||||
"ejs": "^3.1.8"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue