Skip to content

Commit

Permalink
Merge pull request #45 from WeBankFinTech/branch_joy
Browse files Browse the repository at this point in the history
Branch joy
  • Loading branch information
mayinrain authored Jun 26, 2024
2 parents 1142e7e + 9faa55e commit e3a9bf9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fesjs/traction-widget",
"version": "1.9.3",
"version": "1.9.4",
"description": "集合大型中台项目使用到的通用组件和工具函数",
"scripts": {
"docs:dev": "npm run build && node docs/.vitepress/scripts/generate-doc.js && vitepress dev docs",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@babel/preset-typescript": "7.18.6",
"@betit/rollup-plugin-rename-extensions": "0.1.0",
"@commitlint/config-conventional": "17.2.0",
"@fesjs/fes-design": "0.8.50",
"@fesjs/fes-design": "0.8.54",
"@rollup/plugin-babel": "6.0.3",
"@rollup/plugin-commonjs": "24.0.0",
"@rollup/plugin-json": "6.0.0",
Expand All @@ -53,6 +53,7 @@
"@typescript-eslint/parser": "5.52.0",
"@vitejs/plugin-vue-jsx": "3.0.0",
"@vue/babel-plugin-jsx": "1.1.1",
"@vue/repl": "3.4.0",
"autoprefixer": "10.4.13",
"cheap-watch": "1.0.4",
"commitlint": "17.3.0",
Expand Down Expand Up @@ -85,8 +86,7 @@
"typescript": "4.9.5",
"vite": "4.1.4",
"vue": "^3.3.4",
"vue-eslint-parser": "9.1.0",
"@vue/repl": "^3.4.0"
"vue-eslint-parser": "9.1.0"
},
"config": {
"commitizen": {
Expand Down
4 changes: 2 additions & 2 deletions packages/traction-widget/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fesjs/traction-widget",
"version": "1.9.3",
"version": "1.9.4",
"description": "集合大型中台项目使用到的通用组件和工具函数",
"main": "dist/traction-widget.min.js",
"module": "es/components/index.js",
Expand All @@ -27,7 +27,7 @@
"access": "public"
},
"dependencies": {
"@fesjs/fes-design": "0.8.50"
"@fesjs/fes-design": "0.8.54"
},
"lint-staged": {
"*.{js,ts,jsx,tsx,vue,fes,wxa}": "eslint --fix"
Expand Down

0 comments on commit e3a9bf9

Please sign in to comment.