@blueking/date-picker 0.0.29 → 0.0.30

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.29",
3
+ "version": "0.0.30",
4
4
  "description": "蓝鲸监控平台日期时间选择",
5
5
  "license": "MIT",
6
6
  "author": "Tencent BlueKing",
@@ -11,7 +11,8 @@
11
11
  "build": "ts-node --project tsconfig.node.json ./scripts/vite.build.ts",
12
12
  "preview": "vite preview",
13
13
  "dts": "vue-tsc --project tsconfig.dts.json",
14
- "debug": "node --nolazy -r ts-node/register --inspect-brk ./scripts/vite.build.ts",
14
+ "prettier": "prettier ./src ./scripts --write",
15
+ "debug": "export TS_NODE_PROJECT=tsconfig.node.json && node --inspect -r ts-node/register ./scripts/vite.build.ts",
15
16
  "visualize": "vite-bundle-visualizer -c scripts/vite.vusualizer.ts"
16
17
  },
17
18
  "exports": {
@@ -75,46 +76,46 @@
75
76
  },
76
77
  "devDependencies": {
77
78
  "@types/fs-extra": "^11.0.3",
78
- "@types/node": "^18.16.0",
79
- "@typescript-eslint/eslint-plugin": "^6.9.0",
80
- "@typescript-eslint/parser": "^6.9.0",
81
- "@vitejs/plugin-vue": "^4.2.3",
79
+ "@types/node": "^18.18.8",
80
+ "@typescript-eslint/eslint-plugin": "^6.9.1",
81
+ "@typescript-eslint/parser": "^6.9.1",
82
+ "@vitejs/plugin-vue": "^4.4.0",
82
83
  "bkui-vue": "0.0.2-beta.78.beta.1",
83
84
  "es-module-lexer": "^1.3.1",
84
- "eslint": "8.26.0",
85
+ "eslint": "^8.52.0",
85
86
  "eslint-config-prettier": "^9.0.0",
86
87
  "eslint-config-tencent": "^1.0.4",
87
88
  "eslint-plugin-codecc": "^0.3.0",
88
- "eslint-plugin-perfectionist": "^1.5.1",
89
- "eslint-plugin-prettier": "^5.0.0",
90
- "eslint-plugin-vue": "^9.17.0",
89
+ "eslint-plugin-perfectionist": "^2.2.0",
90
+ "eslint-plugin-prettier": "^5.0.1",
91
+ "eslint-plugin-vue": "^9.18.1",
91
92
  "fs-extra": "^11.1.1",
92
93
  "less": "^4.2.0",
93
94
  "lint-staged": "^15.0.2",
94
95
  "npm-run-all": "^4.1.5",
95
96
  "picocolors": "^1.0.0",
96
97
  "postcss-html": "^1.5.0",
97
- "postcss-scss": "^4.0.7",
98
- "prettier": "^3.0.2",
99
- "rollup": "^4.1.4",
100
- "sass": "^1.69.2",
98
+ "postcss-scss": "^4.0.9",
99
+ "prettier": "^3.0.3",
100
+ "rollup": "^4.2.0",
101
+ "sass": "^1.69.5",
101
102
  "simple-git-hooks": "^2.9.0",
102
- "stylelint": "^15.10.3",
103
+ "stylelint": "^15.11.0",
103
104
  "stylelint-config-recess-order": "^4.3.0",
104
105
  "stylelint-config-recommended-vue": "1.5.0",
105
106
  "stylelint-config-standard": "^34.0.0",
106
107
  "stylelint-order": "^6.0.3",
107
- "stylelint-scss": "^5.1.0",
108
- "terser": "^5.22.0",
108
+ "stylelint-scss": "^5.3.0",
109
+ "terser": "^5.24.0",
109
110
  "ts-node": "^10.9.1",
110
111
  "tslib": "^2.6.2",
111
112
  "typescript": "^5.2.2",
112
- "vite": "^4.4.5",
113
+ "vite": "^4.5.0",
113
114
  "vite-bundle-visualizer": "^0.10.0",
114
- "vite-plugin-inspect": "^0.7.40",
115
- "vue": "^3.3.6",
115
+ "vite-plugin-inspect": "^0.7.41",
116
+ "vue": "^3.3.7",
116
117
  "vue-eslint-parser": "^9.3.2",
117
- "vue-tsc": "^1.8.5"
118
+ "vue-tsc": "^1.8.22"
118
119
  },
119
120
  "engines": {
120
121
  "node": ">=18.16.0"
@@ -136,5 +137,8 @@
136
137
  "*.ts?(x)": [
137
138
  "eslint --fix"
138
139
  ]
140
+ },
141
+ "dependencies": {
142
+ "dayjs": "^1.11.10"
139
143
  }
140
144
  }