chore(deps): update deps

Signed-off-by: bcakmakoglu <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
bcakmakoglu
2022-02-09 16:37:56 +01:00
committed by Braks
parent 2731d0bf5e
commit ae3cb8f80c
3 changed files with 11 additions and 12 deletions

View File

@@ -49,7 +49,7 @@
"@cypress/vue": "^3.0.5",
"@rollup/plugin-replace": "^2.4.2",
"@types/dagre": "^0.7.46",
"@vitejs/plugin-vue": "^1.9.3",
"@vitejs/plugin-vue": "^2.2.0",
"@vue/compiler-sfc": "3.2.22",
"autoprefixer": "^10.3.7",
"cypress": "8.5.0",
@@ -64,7 +64,7 @@
"prettier": "^2.4.1",
"rollup-plugin-copy": "^3.4.0",
"ts-patch": "^2.0.1",
"typescript": "^4.4.4",
"typescript": "^4.5.5",
"typescript-transform-paths": "^3.3.1",
"unplugin-auto-import": "^0.5.11",
"vite": "2.5.x",

View File

@@ -33,9 +33,8 @@
{ "transform": "typescript-transform-paths", "afterDeclarations": true }
]
},
"include": ["src"],
"include": ["src", "examples"],
"exclude": [
"examples",
"node_modules",
"build",
"dist",

View File

@@ -891,10 +891,10 @@
"@typescript-eslint/types" "4.33.0"
eslint-visitor-keys "^2.0.0"
"@vitejs/plugin-vue@^1.9.3":
version "1.9.3"
resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-1.9.3.tgz#93d61893ce6c723d0209af0483ec8b91a2cd811f"
integrity sha512-yW6H/q+4Mc2PcVjSOelcsMrg/k15DnMUz8jyCFsI04emc3aLwo4AoofUfGnjHUkgirrDxSJLVqQVGhonQ3yykA==
"@vitejs/plugin-vue@^2.2.0":
version "2.2.0"
resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-2.2.0.tgz#a0affe3ee09f70a9a1415bd39c0f8a58fa78b419"
integrity sha512-wXigM1EwN2G7rZcwG6kLk9ivvIMhx2363tCEvMBiXcTu5nePM/12hUPVzPb83Uugt6U+zom1gTpJopi/Ow/jwg==
"@volar/code-gen@0.29.8":
version "0.29.8"
@@ -6081,10 +6081,10 @@ typescript-transform-paths@^3.3.1:
dependencies:
minimatch "^3.0.4"
typescript@^4.4.4:
version "4.4.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.4.tgz#2cd01a1a1f160704d3101fd5a58ff0f9fcb8030c"
integrity sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==
typescript@^4.5.5:
version "4.5.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.5.tgz#d8c953832d28924a9e3d37c73d729c846c5896f3"
integrity sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==
unbox-primitive@^1.0.1:
version "1.0.1"