diff --git a/lerna.json b/lerna.json index 10e7b8cdee..a0de97dc7a 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "3.4.24", + "version": "3.5.0", "npmClient": "yarn", "concurrency": 20, "command": { diff --git a/package.json b/package.json index 1475abadf9..d083dbad90 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,6 @@ "eslint-plugin-jest": "28.9.0", "eslint-plugin-local-rules": "3.0.2", "eslint-plugin-svelte": "2.46.1", - "svelte-preprocess": "^6.0.3", "husky": "^8.0.3", "kill-port": "^1.6.1", "lerna": "7.4.2", @@ -29,7 +28,9 @@ "prettier-plugin-svelte": "^2.3.0", "proper-lockfile": "^4.1.2", "svelte": "4.2.19", + "svelte-check": "^4.1.5", "svelte-eslint-parser": "0.43.0", + "svelte-preprocess": "^6.0.3", "typescript": "5.7.2", "typescript-eslint": "8.17.0", "yargs": "^17.7.2" diff --git a/packages/bbui/src/Form/Core/TextArea.svelte b/packages/bbui/src/Form/Core/TextArea.svelte index 9b49f54f58..8e20f5828e 100644 --- a/packages/bbui/src/Form/Core/TextArea.svelte +++ b/packages/bbui/src/Form/Core/TextArea.svelte @@ -1,14 +1,14 @@ - - - importQueries()} - {onCancel} - confirmText={"Import"} - cancelText="Back" - size="L" -> - - Import - Import your rest collection using one of the options below - - - - - { - $data.file = e.detail?.[0] - lastTouched = "file" - }} - fileTags={[ - "OpenAPI 3.0", - "OpenAPI 2.0", - "Swagger 2.0", - "cURL", - "YAML", - "JSON", - ]} - maximum={1} - /> - - -