chore: update dependencies

# What's changed?

* add `jsx: "preserve"` to tsconfig (necessary in new vue-tsc version)
This commit is contained in:
bcakmakoglu
2022-06-07 22:14:56 +02:00
committed by Braks
parent b3a1726449
commit 3dd3c37fc2
7 changed files with 865 additions and 829 deletions

1
.npmrc
View File

@@ -1,2 +1,3 @@
shamefully-hoist=true
auto-install-peers=true
strict-peer-dependencies=false

View File

@@ -16,6 +16,7 @@
"strictNullChecks": true,
"forceConsistentCasingInFileNames": true,
"types": ["vite/client"],
"jsx": "preserve",
"paths": {
"~/*": ["../../packages/vue-flow/src/*"]
}

View File

@@ -13,14 +13,14 @@
"typedocs": "turbo run typedoc"
},
"devDependencies": {
"@antfu/eslint-config": "^0.24.2",
"eslint": "^8.15.0",
"@antfu/eslint-config": "^0.24.3",
"eslint": "^8.17.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-chai-friendly": "^0.7.2",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.6.2",
"shx": "^0.3.4",
"turbo": "^1.2.14",
"typescript": "^4.7.2"
"turbo": "^1.2.16",
"typescript": "^4.7.3"
}
}

View File

@@ -38,29 +38,29 @@
"vue": "^3.2.25"
},
"dependencies": {
"@types/d3": "^7.1.0",
"@vueuse/core": "^8.4.2",
"@types/d3": "^7.4.0",
"@vueuse/core": "^8.6.0",
"d3": "^7.4.4",
"d3-drag": "^3.0.0",
"d3-selection": "^3.0.0",
"d3-zoom": "^3.0.0"
},
"devDependencies": {
"@rollup/plugin-replace": "^2.4.2",
"@rollup/plugin-replace": "^4.0.0",
"@vitejs/plugin-vue": "^2.3.3",
"autoprefixer": "^10.3.7",
"np": "^7.5.0",
"postcss": "^8.4.8",
"autoprefixer": "^10.4.7",
"np": "^7.6.1",
"postcss": "^8.4.14",
"postcss-cli": "^9.1.0",
"postcss-nested": "^5.0.6",
"ts-patch": "^2.0.1",
"typedoc": "^0.22.15",
"typedoc": "^0.22.17",
"typescript-transform-paths": "^3.3.1",
"unplugin-auto-import": "^0.7.1",
"vite": "^2.9.9",
"vite-plugin-vue-type-imports": "^0.1.3",
"vite-svg-loader": "^2.2.0",
"vue-tsc": "^0.35.0"
"unplugin-auto-import": "^0.8.7",
"vite": "^2.9.10",
"vite-plugin-vue-type-imports": "^0.2.0",
"vite-svg-loader": "^3.3.0",
"vue-tsc": "^0.37.3"
},
"publishConfig": {
"access": "public",

View File

@@ -16,6 +16,7 @@
"noUnusedLocals": false,
"strictNullChecks": true,
"forceConsistentCasingInFileNames": true,
"jsx": "preserve",
"types": ["vite/client", "vue/macros"],
"paths": {
"~/*": ["src/*"]

View File

@@ -16,6 +16,7 @@
"declaration": true,
"declarationDir": "./dist",
"types": ["vite/client", "vue/macros"],
"jsx": "preserve",
"paths": {
"~/*": ["src/*"]
},

1658
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff