From f9163eb932b26748d2ea4d40176b703614ed7fde Mon Sep 17 00:00:00 2001 From: * <*> Date: Mon, 29 May 2023 19:26:32 +0800 Subject: [PATCH] Match-id-b3bb6926bb4d0b41babdaea8b4963c69795b6fe9 --- CHANGELOG.md | 3 +++ libs/horizon/package.json | 2 +- package.json | 9 ++++----- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a49e9d42..a5ebd7a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.0.52 (2023-05-29) +- **build**: ejs属于构建依赖 + ## 0.0.51 (2023-05-29) - **core**: 增加mouseenter和mouseleave事件代理机制 diff --git a/libs/horizon/package.json b/libs/horizon/package.json index f2ed85ce..f64cd277 100644 --- a/libs/horizon/package.json +++ b/libs/horizon/package.json @@ -4,7 +4,7 @@ "keywords": [ "horizon" ], - "version": "0.0.51", + "version": "0.0.52", "homepage": "", "bugs": "", "main": "index.js", diff --git a/package.json b/package.json index 94d6ac45..22d01c6d 100644 --- a/package.json +++ b/package.json @@ -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": {} }