diff --git a/package.json b/package.json index 27b66457..a53a67ef 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/tsconfig.json b/tsconfig.json index 831acd5d..a237676f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -33,9 +33,8 @@ { "transform": "typescript-transform-paths", "afterDeclarations": true } ] }, - "include": ["src"], + "include": ["src", "examples"], "exclude": [ - "examples", "node_modules", "build", "dist", diff --git a/yarn.lock b/yarn.lock index 57172b1a..608182f3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"