Skip to content

Commit

Permalink
chore(deps): cleanup deps
Browse files Browse the repository at this point in the history
Signed-off-by: braks <[email protected]>
  • Loading branch information
bcakmakoglu committed Mar 7, 2023
1 parent af03954 commit 36a12a6
Show file tree
Hide file tree
Showing 15 changed files with 321 additions and 226 deletions.
1 change: 0 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"devDependencies": {
"@iconify/json": "^2.1.95",
"@types/canvas-confetti": "^1.6.0",
"@types/node": "^18.14.0",
"@tooling/eslint-config": "workspace:*",
"@tooling/tsconfig": "workspace:*",
"@windicss/plugin-scrollbar": "^1.2.3",
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@
"ci:publish": "turbo lint && turbo build && turbo test && changeset publish"
},
"devDependencies": {
"@antfu/eslint-config": "^0.35.2",
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.0",
"shx": "^0.3.4",
"turbo": "^1.8.2",
"typescript": "^4.9.5"
"turbo": "^1.8.2"
}
}
2 changes: 1 addition & 1 deletion packages/background/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@vue-flow/core": "workspace:*",
"vite": "^4.1.4",
"vue": "^3.2.25",
"vue-tsc": "^1.1.5"
"vue-tsc": "^1.2.0"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/controls/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"vite": "^4.1.4",
"vite-svg-loader": "^4.0.0",
"vue": "^3.2.25",
"vue-tsc": "^1.1.5"
"vue-tsc": "^1.2.0"
},
"publishConfig": {
"access": "public",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@
"postcss-nested": "^6.0.1",
"ts-patch": "^2.1.0",
"typescript-transform-paths": "^3.4.6",
"unplugin-auto-import": "^0.12.2",
"unplugin-vue-macros": "^1.8.2",
"unplugin-auto-import": "^0.15.1",
"unplugin-vue-macros": "1.8.2",
"vite": "^4.1.4",
"vue": "^3.2.25",
"vue-tsc": "^1.1.5"
"vue-tsc": "^1.2.0"
},
"publishConfig": {
"access": "public",
Expand Down
11 changes: 9 additions & 2 deletions packages/core/src/auto-imports.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
// Generated by 'unplugin-auto-import'
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-auto-import
export {}
declare global {
const $$: typeof import('vue/macros')['$$']
Expand Down Expand Up @@ -165,7 +168,6 @@ declare global {
const rendererPointToPoint: typeof import('./utils/graph')['rendererPointToPoint']
const resetRecentHandle: typeof import('./utils/handle')['resetRecentHandle']
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']
Expand Down Expand Up @@ -377,3 +379,8 @@ declare global {
const watchWithFilter: typeof import('@vueuse/core')['watchWithFilter']
const whenever: typeof import('@vueuse/core')['whenever']
}
// for type re-export
declare global {
// @ts-ignore
export type { Component, ComponentPublicInstance, ComputedRef, InjectionKey, PropType, Ref, VNode } from 'vue'
}
2 changes: 1 addition & 1 deletion packages/minimap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@vue-flow/core": "workspace:*",
"vite": "^4.1.4",
"vue": "^3.2.25",
"vue-tsc": "^1.1.5"
"vue-tsc": "^1.2.0"
},
"publishConfig": {
"access": "public",
Expand Down
6 changes: 3 additions & 3 deletions packages/node-resizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
"@tooling/eslint-config": "workspace:*",
"@tooling/tsconfig": "workspace:*",
"@tooling/vite-config": "workspace:*",
"@types/d3-drag": "^3.0.1",
"@types/d3-selection": "^3.0.3",
"@types/d3-drag": "^3.0.2",
"@types/d3-selection": "^3.0.4",
"@vue-flow/core": "workspace:*",
"vite-plugin-vue-type-imports": "^0.2.4",
"vite": "^4.1.4",
"vue": "^3.2.25",
"vue-tsc": "^1.1.5"
"vue-tsc": "^1.2.0"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/node-toolbar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@vue-flow/core": "workspace:*",
"vite": "^4.1.4",
"vue": "^3.2.25",
"vue-tsc": "^1.1.5"
"vue-tsc": "^1.2.0"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/pathfinding-edge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"typescript-transform-paths": "^3.4.6",
"vite": "^4.1.4",
"vue": "^3.2.25",
"vue-tsc": "^1.1.5"
"vue-tsc": "^1.2.0"
},
"publishConfig": {
"access": "public",
Expand Down
Loading

2 comments on commit 36a12a6

@vercel
Copy link

@vercel vercel bot commented on 36a12a6 Mar 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 36a12a6 Mar 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.