@blueking/date-picker 0.0.23 → 0.0.24

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": "@blueking/date-picker",
3
- "version": "0.0.23",
3
+ "version": "0.0.24",
4
4
  "description": "蓝鲸监控平台日期时间选择",
5
5
  "license": "MIT",
6
6
  "author": "Tencent BlueKing",
@@ -9,7 +9,8 @@
9
9
  "prepublishOnly": "run-s build dts",
10
10
  "build": "ts-node --project tsconfig.node.json ./vite.build.ts",
11
11
  "preview": "vite preview",
12
- "dts": "vue-tsc --project tsconfig.dts.json"
12
+ "dts": "vue-tsc --project tsconfig.dts.json",
13
+ "debug": "node --nolazy -r ts-node/register --inspect-brk ./vite.build.ts"
13
14
  },
14
15
  "exports": {
15
16
  ".": {
@@ -72,13 +73,12 @@
72
73
  },
73
74
  "devDependencies": {
74
75
  "@types/fs-extra": "^11.0.3",
75
- "@types/node": "^20.8.7",
76
- "@typescript-eslint/eslint-plugin": "^5.20.0",
77
- "@typescript-eslint/parser": "^5.20.0",
76
+ "@types/node": "^18.16.0",
77
+ "@typescript-eslint/eslint-plugin": "^6.9.0",
78
+ "@typescript-eslint/parser": "^6.9.0",
78
79
  "@vitejs/plugin-vue": "^4.2.3",
79
- "bkui-vue": "0.0.2-beta.77",
80
- "consola": "^3.2.3",
81
- "dayjs": "^1.11.10",
80
+ "bkui-vue": "0.0.2-beta.78",
81
+ "es-module-lexer": "^1.3.1",
82
82
  "eslint": "8.26.0",
83
83
  "eslint-config-prettier": "^9.0.0",
84
84
  "eslint-config-tencent": "^1.0.4",
@@ -103,12 +103,12 @@
103
103
  "stylelint-config-standard": "^34.0.0",
104
104
  "stylelint-order": "^6.0.3",
105
105
  "stylelint-scss": "^5.1.0",
106
+ "terser": "^5.22.0",
106
107
  "ts-node": "^10.9.1",
107
108
  "tslib": "^2.6.2",
108
- "typescript": "^5.0.2",
109
+ "typescript": "^5.2.2",
109
110
  "vite": "^4.4.5",
110
111
  "vite-plugin-inspect": "^0.7.40",
111
- "vite-plugin-style-import": "^2.0.0",
112
112
  "vue": "^3.3.6",
113
113
  "vue-eslint-parser": "^9.3.2",
114
114
  "vue-tsc": "^1.8.5"