Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
baiy committed Jan 5, 2023
1 parent c9d9819 commit 986be97
Show file tree
Hide file tree
Showing 12 changed files with 208 additions and 210 deletions.
6 changes: 3 additions & 3 deletions packages/ctool-adapter/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"build": "pnpm exec tsup-node"
},
"devDependencies": {
"@types/node": "^18.11.15",
"typescript": "^4.9.4",
"tsup": "^6.5.0"
"@types/node": "^18.11.18",
"tsup": "^6.5.0",
"typescript": "^4.9.4"
},
"dependencies": {
"zip-a-folder": "^1.1.5"
Expand Down
6 changes: 3 additions & 3 deletions packages/ctool-adapter/chrome/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
},
"devDependencies": {
"@types/chrome": "^0.0.193",
"@types/node": "^18.11.15",
"typescript": "^4.9.4",
"tsup": "^6.5.0"
"@types/node": "^18.11.18",
"tsup": "^6.5.0",
"typescript": "^4.9.4"
}
}
6 changes: 3 additions & 3 deletions packages/ctool-adapter/edge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
},
"devDependencies": {
"@types/chrome": "^0.0.193",
"@types/node": "^18.11.15",
"typescript": "^4.9.4",
"tsup": "^6.5.0"
"@types/node": "^18.11.18",
"tsup": "^6.5.0",
"typescript": "^4.9.4"
}
}
6 changes: 3 additions & 3 deletions packages/ctool-adapter/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"ctool-config": "workspace:*"
},
"devDependencies": {
"@types/node": "^18.11.15",
"@types/node": "^18.11.18",
"electron": "^21.3.3",
"electron-builder": "^23.6.0",
"typescript": "^4.9.4",
"tsup": "^6.5.0"
"tsup": "^6.5.0",
"typescript": "^4.9.4"
}
}
7 changes: 3 additions & 4 deletions packages/ctool-adapter/firefox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@
},
"devDependencies": {
"@types/firefox-webext-browser": "^94.0.1",
"@types/node": "^18.11.15",
"typescript": "^4.9.4",
"tsup": "^6.5.0"
"@types/node": "^18.11.18",
"tsup": "^6.5.0",
"typescript": "^4.9.4"
}
}

6 changes: 3 additions & 3 deletions packages/ctool-adapter/tauri/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"ctool-config": "workspace:*"
},
"devDependencies": {
"@types/node": "^18.11.15",
"@tauri-apps/cli": "^1.2.2",
"typescript": "^4.9.4",
"tsup": "^6.5.0"
"@types/node": "^18.11.18",
"tsup": "^6.5.0",
"typescript": "^4.9.4"
}
}
5 changes: 2 additions & 3 deletions packages/ctool-adapter/utools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@
"ctool-config": "workspace:*"
},
"devDependencies": {
"@types/node": "^18.11.15",
"typescript": "^4.9.4",
"@types/node": "^18.11.18",
"tsup": "^6.5.0",
"typescript": "^4.9.4",
"utools-api-types": "^3.0.0"
}
}

6 changes: 3 additions & 3 deletions packages/ctool-adapter/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"ctool-adapter-base": "workspace:*"
},
"devDependencies": {
"@types/node": "^18.11.15",
"typescript": "^4.9.4",
"tsup": "^6.5.0"
"@types/node": "^18.11.18",
"tsup": "^6.5.0",
"typescript": "^4.9.4"
}
}
8 changes: 4 additions & 4 deletions packages/ctool-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"build": "pnpm exec tsup-node && node dist/generate.js"
},
"dependencies": {
"json5": "^2.2.1",
"svg-path-bounds": "^1.0.2",
"json5": "^2.2.3",
"lodash": "^4.17.21",
"pinyin-pro": "^3.13.0",
"lodash": "^4.17.21"
"svg-path-bounds": "^1.0.2"
},
"devDependencies": {
"@types/lodash": "^4.14.191",
"@types/node": "^18.11.15",
"@types/node": "^18.11.18",
"tsup": "^6.5.0",
"typescript": "^4.9.4"
}
Expand Down
28 changes: 14 additions & 14 deletions packages/ctool-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@
"preview": "vite preview"
},
"dependencies": {
"@codemirror/commands": "^6.1.2",
"@codemirror/commands": "^6.1.3",
"@codemirror/language-data": "^6.1.0",
"@codemirror/merge": "^0.1.3",
"@codemirror/search": "^6.2.3",
"@codemirror/state": "^6.1.4",
"@codemirror/view": "^6.7.1",
"@imengyu/vue3-context-menu": "^1.1.5",
"@ltd/j-toml": "^1.35.3",
"@codemirror/state": "^6.2.0",
"@codemirror/view": "^6.7.2",
"@imengyu/vue3-context-menu": "1.1.5",
"@ltd/j-toml": "^1.37.0",
"@prettier/plugin-php": "^0.19.2",
"@uiw/codemirror-extensions-basic-setup": "^4.19.3",
"@uiw/codemirror-extensions-basic-setup": "^4.19.5",
"@uiw/codemirror-theme-github": "4.15.1",
"ajv": "^8.11.2",
"ajv": "^8.12.0",
"ajv-i18n": "^4.2.0",
"axios": "^0.27.2",
"bcryptjs": "^2.4.3",
Expand All @@ -36,8 +36,8 @@
"ctool-adapter-edge": "workspace:*",
"ctool-adapter-electron": "workspace:*",
"ctool-adapter-firefox": "workspace:*",
"ctool-adapter-utools": "workspace:*",
"ctool-adapter-tauri": "workspace:*",
"ctool-adapter-utools": "workspace:*",
"ctool-config": "workspace:*",
"dayjs": "^1.11.7",
"decode-uri-component": "^0.2.2",
Expand Down Expand Up @@ -98,20 +98,20 @@
"@types/jstoxml": "^2.0.2",
"@types/lodash": "^4.14.191",
"@types/netmask": "^1.0.30",
"@types/node": "^18.11.15",
"@types/prettier": "^2.7.1",
"@types/node": "^18.11.18",
"@types/prettier": "^2.7.2",
"@types/qs": "^6.9.7",
"@types/sm-crypto": "^0.3.0",
"@types/strict-uri-encode": "^2.0.0",
"@types/uuid": "^8.3.4",
"@types/valid-data-url": "^2.0.0",
"@types/ws": "^8.5.3",
"@types/yargs": "^17.0.17",
"@types/ws": "^8.5.4",
"@types/yargs": "^17.0.19",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/runtime-core": "^3.2.45",
"esbuild": "^0.15.18",
"typescript": "^4.9.4",
"vite": "^4.0.1",
"vue-tsc": "^1.0.13"
"vite": "^4.0.4",
"vue-tsc": "^1.0.22"
}
}
1 change: 1 addition & 0 deletions packages/ctool-core/src/components/editor/Editor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<i style="width: 20px">
<Icon v-if="icon" :name="icon"/>
</i>
<!-- // todo @imengyu/vue3-context-menu 右键菜单最新版无法显示 暂时回滚 1.1.5 -->
</template>
</context-menu>
<template #extra>
Expand Down
Loading

0 comments on commit 986be97

Please sign in to comment.