Skip to content

Commit e3a9bf9

Browse files
authored
Merge pull request #45 from WeBankFinTech/branch_joy
Branch joy
2 parents 1142e7e + 9faa55e commit e3a9bf9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fesjs/traction-widget",
3-
"version": "1.9.3",
3+
"version": "1.9.4",
44
"description": "集合大型中台项目使用到的通用组件和工具函数",
55
"scripts": {
66
"docs:dev": "npm run build && node docs/.vitepress/scripts/generate-doc.js && vitepress dev docs",
@@ -43,7 +43,7 @@
4343
"@babel/preset-typescript": "7.18.6",
4444
"@betit/rollup-plugin-rename-extensions": "0.1.0",
4545
"@commitlint/config-conventional": "17.2.0",
46-
"@fesjs/fes-design": "0.8.50",
46+
"@fesjs/fes-design": "0.8.54",
4747
"@rollup/plugin-babel": "6.0.3",
4848
"@rollup/plugin-commonjs": "24.0.0",
4949
"@rollup/plugin-json": "6.0.0",
@@ -53,6 +53,7 @@
5353
"@typescript-eslint/parser": "5.52.0",
5454
"@vitejs/plugin-vue-jsx": "3.0.0",
5555
"@vue/babel-plugin-jsx": "1.1.1",
56+
"@vue/repl": "3.4.0",
5657
"autoprefixer": "10.4.13",
5758
"cheap-watch": "1.0.4",
5859
"commitlint": "17.3.0",
@@ -85,8 +86,7 @@
8586
"typescript": "4.9.5",
8687
"vite": "4.1.4",
8788
"vue": "^3.3.4",
88-
"vue-eslint-parser": "9.1.0",
89-
"@vue/repl": "^3.4.0"
89+
"vue-eslint-parser": "9.1.0"
9090
},
9191
"config": {
9292
"commitizen": {

packages/traction-widget/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fesjs/traction-widget",
3-
"version": "1.9.3",
3+
"version": "1.9.4",
44
"description": "集合大型中台项目使用到的通用组件和工具函数",
55
"main": "dist/traction-widget.min.js",
66
"module": "es/components/index.js",
@@ -27,7 +27,7 @@
2727
"access": "public"
2828
},
2929
"dependencies": {
30-
"@fesjs/fes-design": "0.8.50"
30+
"@fesjs/fes-design": "0.8.54"
3131
},
3232
"lint-staged": {
3333
"*.{js,ts,jsx,tsx,vue,fes,wxa}": "eslint --fix"

0 commit comments

Comments
 (0)