chore(deps-dev): update dev dependencies
This commit is contained in:
@@ -4,6 +4,7 @@ const baseRules = {
|
||||
'chai-friendly/no-unused-expressions': ['error', { allowShortCircuit: true, allowTernary: true }],
|
||||
'prettier/prettier': ['error', {}, { usePrettierrc: true }],
|
||||
'antfu/if-newline': 0,
|
||||
'antfu/generic-spacing': 0,
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
|
||||
10
package.json
10
package.json
@@ -15,16 +15,16 @@
|
||||
"ci:publish": "turbo lint && turbo build && turbo test && changeset publish"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "^0.27.0",
|
||||
"@antfu/eslint-config": "^0.29.3",
|
||||
"@changesets/changelog-github": "^0.4.7",
|
||||
"@changesets/cli": "^2.25.0",
|
||||
"eslint": "^8.22.0",
|
||||
"@changesets/cli": "^2.25.2",
|
||||
"eslint": "8.22.0",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"eslint-plugin-chai-friendly": "^0.7.2",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"prettier": "^2.7.1",
|
||||
"shx": "^0.3.4",
|
||||
"turbo": "^1.5.5",
|
||||
"typescript": "4.8.4"
|
||||
"turbo": "^1.6.3",
|
||||
"typescript": "^4.8.4"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
"vue": "^3.2.25"
|
||||
},
|
||||
"dependencies": {
|
||||
"@vueuse/core": "^9.3.0",
|
||||
"@vueuse/core": "^9.4.0",
|
||||
"d3-drag": "^3.0.0",
|
||||
"d3-selection": "^3.0.0",
|
||||
"d3-zoom": "^3.0.0"
|
||||
@@ -45,16 +45,16 @@
|
||||
"@rollup/plugin-replace": "^4.0.0",
|
||||
"@types/d3": "^7.4.0",
|
||||
"@vitejs/plugin-vue": "^2.3.4",
|
||||
"autoprefixer": "^10.4.8",
|
||||
"autoprefixer": "^10.4.13",
|
||||
"postcss": "^8.4.16",
|
||||
"postcss-cli": "^9.1.0",
|
||||
"postcss-nested": "^5.0.6",
|
||||
"ts-patch": "^2.0.2",
|
||||
"typescript-transform-paths": "^3.3.1",
|
||||
"unplugin-auto-import": "^0.11.2",
|
||||
"typescript-transform-paths": "^3.4.4",
|
||||
"unplugin-auto-import": "^0.11.4",
|
||||
"vite": "^2.9.15",
|
||||
"vite-plugin-vue-type-imports": "0.2.0",
|
||||
"vue-tsc": "^0.40.13"
|
||||
"vue-tsc": "^1.0.9"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
|
||||
1
packages/core/src/auto-imports.d.ts
vendored
1
packages/core/src/auto-imports.d.ts
vendored
@@ -82,6 +82,7 @@ declare global {
|
||||
const refThrottled: typeof import('@vueuse/core')['refThrottled']
|
||||
const refWithControl: typeof import('@vueuse/core')['refWithControl']
|
||||
const resolveComponent: typeof import('vue')['resolveComponent']
|
||||
const resolveDirective: typeof import('vue')['resolveDirective']
|
||||
const resolveRef: typeof import('@vueuse/core')['resolveRef']
|
||||
const resolveUnref: typeof import('@vueuse/core')['resolveUnref']
|
||||
const shallowReactive: typeof import('vue')['shallowReactive']
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
import { isFunction, isString } from '@vueuse/core'
|
||||
import { useHandle, useNode, useVueFlow } from '../../composables'
|
||||
import type { Position } from '../../types'
|
||||
import { ConnectionMode } from '../../types'
|
||||
import type { HandleProps } from '../../types/handle'
|
||||
import { getDimensions } from '../../utils'
|
||||
|
||||
|
||||
517
pnpm-lock.yaml
generated
517
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user