chore(deps): cleanup deps

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-03-07 18:38:01 +01:00
committed by Braks
parent af03954275
commit 36a12a6fe8
15 changed files with 330 additions and 235 deletions

View File

@@ -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",

View File

@@ -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"
}
}

View File

@@ -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",

View File

@@ -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",

View File

@@ -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",

View File

@@ -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')['$$']
@@ -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']
@@ -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'
}

View File

@@ -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",

View File

@@ -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",

View File

@@ -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",

View File

@@ -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",

508
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -16,7 +16,7 @@
"@tooling/eslint-config": "workspace:*",
"@tooling/tsconfig": "workspace:*",
"@vitejs/plugin-vue": "^4.0.0",
"cypress": "^12.3.0",
"cypress": "^12.7.0",
"vite": "^4.1.4",
"vue": "^3.2.25",
"eslint-plugin-chai-friendly": "^0.7.2"

View File

@@ -5,10 +5,11 @@
"license": "MIT",
"main": "index.js",
"devDependencies": {
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"@antfu/eslint-config": "^0.36.0",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-config-turbo": "0.0.8",
"eslint-config-turbo": "0.0.9",
"prettier": "^2.8.4"
}
}

View File

@@ -2,5 +2,9 @@
"name": "@tooling/tsconfig",
"version": "0.0.0",
"private": true,
"license": "MIT"
"license": "MIT",
"devDependencies": {
"@types/node": "^18.14.6",
"typescript": "^4.9.5"
}
}

View File

@@ -10,8 +10,8 @@
"@tooling/tsconfig": "workspace:*",
"@vitejs/plugin-vue": "^4.0.0",
"defu": "^6.1.2",
"unplugin-auto-import": "^0.14.4",
"unplugin-vue-macros": "^1.8.2",
"unplugin-auto-import": "^0.15.1",
"unplugin-vue-macros": "1.8.2",
"vite": "^4.1.4"
}
}