Skip to content

Commit

Permalink
ci: up pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
chao921125 committed Aug 29, 2024
1 parent 94d7a78 commit f7c4420
Show file tree
Hide file tree
Showing 2 changed files with 474 additions and 475 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
},
"config": {},
"dependencies": {
"@babel/runtime": "^7.25.4",
"@babel/runtime": "^7.25.6",
"@bpmn-io/element-templates-validator": "^2.1.0",
"@bpmn-io/feel-editor": "^1.6.1",
"@bpmn-io/feel-editor": "^1.7.0",
"@bpmn-io/properties-panel": "^3.23.0",
"@element-plus/icons-vue": "^2.3.1",
"@lucky-canvas/vue": "^0.1.11",
Expand All @@ -63,7 +63,7 @@
"axios": "^1.7.5",
"bpmn-js": "^17.9.2",
"bpmn-js-element-templates": "^1.16.0",
"bpmn-js-properties-panel": "^5.22.0",
"bpmn-js-properties-panel": "^5.23.0",
"bpmn-moddle": "^9.0.1",
"camunda-bpmn-moddle": "^7.0.1",
"core-js": "^3.38.1",
Expand All @@ -88,7 +88,7 @@
"qrcode.vue": "^3.4.1",
"qs": "^6.13.0",
"screenfull": "6.0.2",
"swiper": "^11.1.10",
"swiper": "^11.1.11",
"three": "^0.164.1",
"ua-parser-js": "^1.0.38",
"vant": "^4.9.4",
Expand All @@ -101,19 +101,19 @@
"xlsx": "^0.18.5"
},
"devDependencies": {
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@commitlint/types": "^19.0.3",
"@eslint/js": "^9.9.1",
"@types/bpmn-moddle": "^5.1.11",
"@types/echarts": "^4.9.22",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.16.1",
"@types/node": "^20.16.2",
"@types/nprogress": "^0.2.3",
"@types/qs": "^6.9.15",
"@types/three": "^0.164.1",
"@types/ua-parser-js": "^0.7.39",
"@typescript-eslint/eslint-plugin": "^8.2.0",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/types": "^7.18.0",
"@vitejs/plugin-legacy": "^5.4.2",
"@vitejs/plugin-vue": "^5.1.2",
Expand Down Expand Up @@ -143,7 +143,7 @@
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.77.8",
"sass-loader": "^14.2.1",
"stylelint": "^16.8.2",
"stylelint": "^16.9.0",
"stylelint-config-html": "^1.1.0",
"stylelint-config-recess-order": "^5.1.0",
"stylelint-config-recommended": "^14.0.1",
Expand All @@ -154,7 +154,7 @@
"stylelint-prettier": "^5.0.2",
"terser": "^5.31.6",
"typescript": "^5.5.4",
"typescript-eslint": "^8.2.0",
"typescript-eslint": "^8.3.0",
"unplugin-auto-import": "^0.17.8",
"unplugin-icons": "^0.19.2",
"unplugin-vue-components": "^0.27.4",
Expand All @@ -171,7 +171,7 @@
"vite-plugin-top-level-await": "^1.4.4",
"vite-plugin-vue-setup-extend": "^0.4.0",
"vue-eslint-parser": "^9.4.3",
"vue-tsc": "^2.0.29"
"vue-tsc": "^2.1.2"
},
"resolutions": {
"bin-wrapper": "npm:bin-wrapper-china",
Expand Down
Loading

0 comments on commit f7c4420

Please sign in to comment.