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 shamefully-hoist=true
auto-install-peers=true auto-install-peers=true
strict-peer-dependencies=false

View File

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

View File

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

View File

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

View File

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

View File

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

1658
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff