Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: build error [WIP] #239

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
432 changes: 11 additions & 421 deletions package-lock.json

Large diffs are not rendered by default.

100 changes: 50 additions & 50 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,52 +1,52 @@
{
"name": "elixir-cloud-components",
"version": "2.0.0",
"description": "Elixir Cloud Components is lightweight, fast, and reusable web-components developed by Elixir Cloud and AAI Community for managing and accessing various services.",
"repository": {
"type": "git",
"url": "git+https://github.com/elixir-cloud-aai/cloud-components.git"
},
"bugs": {
"url": "https://github.com/elixir-cloud-aai/cloud-components/issues"
},
"homepage": "https://github.com/elixir-cloud-aai/cloud-components#readme",
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "eslint . && turbo run lint --parallel",
"lint:fix": "eslint . --fix && turbo run lint:fix",
"test": "turbo run test --parallel",
"test:watch": "turbo run test --watch",
"clean": "rm -rf node_modules && rm -rf */*/node_modules",
"new": "turbo gen",
"prepare": "husky install",
"cz": "cz",
"release": "standard-version",
"release:minor": "standard-version --release-as minor",
"release:patch": "standard-version --release-as patch",
"release:major": "standard-version --release-as major"
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@commitlint/cli": "17.6.3",
"@commitlint/config-conventional": "17.6.3",
"@turbo/gen": "^1.9.8",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.32.0",
"eslint-config-elixir": "*",
"husky": "^8.0.0",
"prettier": "^2.8.8",
"standard-version": "^9.5.0",
"turbo": "^1.10.7"
},
"packageManager": "npm@9.2.0",
"workspaces": [
"apps/*",
"packages/*"
],
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
"name": "elixir-cloud-components",
"version": "2.0.0",
"description": "Elixir Cloud Components is lightweight, fast, and reusable web-components developed by Elixir Cloud and AAI Community for managing and accessing various services.",
"repository": {
"type": "git",
"url": "git+https://github.com/elixir-cloud-aai/cloud-components.git"
},
"bugs": {
"url": "https://github.com/elixir-cloud-aai/cloud-components/issues"
},
"homepage": "https://github.com/elixir-cloud-aai/cloud-components#readme",
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "eslint . && turbo run lint --parallel",
"lint:fix": "eslint . --fix && turbo run lint:fix",
"test": "turbo run test --parallel",
"test:watch": "turbo run test --watch",
"clean": "rm -rf node_modules && rm -rf */*/node_modules",
"new": "turbo gen",
"prepare": "husky install",
"cz": "cz",
"release": "standard-version",
"release:minor": "standard-version --release-as minor",
"release:patch": "standard-version --release-as patch",
"release:major": "standard-version --release-as major"
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@commitlint/cli": "17.6.3",
"@commitlint/config-conventional": "17.6.3",
"@turbo/gen": "^1.9.8",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.32.0",
"eslint-config-elixir": "*",
"husky": "^8.0.0",
"prettier": "^2.8.8",
"standard-version": "^9.5.0",
"turbo": "^1.10.7"
},
"packageManager": "npm@9.2.0",
"workspaces": [
"apps/*",
"packages/*"
],
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}
3 changes: 3 additions & 0 deletions packages/ecc-client-lit-ga4gh-tes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
"type": "git",
"url": "https://github.com/elixir-cloud-aai/cloud-components.git"
},
"bugs": {
"url": "https://github.com/elixir-cloud-aai/cloud-components/issues"
},
"scripts": {
"analyze": "cem analyze --litelement",
"build": "tsup src/index.ts --format cjs,esm --dts",
Expand Down
95 changes: 49 additions & 46 deletions packages/ecc-client-lit-ga4gh-wes/package.json
Original file line number Diff line number Diff line change
@@ -1,48 +1,51 @@
{
"name": "@elixir-cloud/lit-wes",
"description": "Web Component for interactive with WES API",
"license": "MIT",
"version": "0.0.0",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": "./dist/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/elixir-cloud-aai/cloud-components.git"
},
"scripts": {
"analyze": "cem analyze --litelement",
"build": "tsup src/index.ts --format cjs,esm --dts",
"dev": "npm run build && concurrently -k -r \"npm run build -- --watch\" \"wds\"",
"test": "wtr --coverage",
"test:watch": "wtr --watch",
"lint": "npx eslint .",
"lint:fix": "npm run lint -- --fix",
"prepublish": "npm run build"
},
"dependencies": {
"@elixir-cloud/design": "*",
"lit": "^2.8.0"
},
"devDependencies": {
"@custom-elements-manifest/analyzer": "^0.4.17",
"@open-wc/eslint-config": "^9.2.1",
"@open-wc/testing": "^3.1.6",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"@web/dev-server": "^0.1.34",
"@web/test-runner": "^0.14.0",
"concurrently": "^5.3.0",
"eslint": "^8.31.0",
"eslint-config-elixir": "*",
"eslint-config-prettier": "^8.3.0",
"tslib": "^2.3.1",
"tsup": "^7.2.0",
"typescript": "^5.0.4"
},
"customElements": "custom-elements.json"
"name": "@elixir-cloud/lit-wes",
"description": "Web Component for interactive with WES API",
"license": "MIT",
"version": "0.0.0",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": "./dist/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/elixir-cloud-aai/cloud-components.git"
},
"bugs": {
"url": "https://github.com/elixir-cloud-aai/cloud-components/issues"
},
"scripts": {
"analyze": "cem analyze --litelement",
"build": "tsup src/index.ts --format cjs,esm --dts",
"dev": "npm run build && concurrently -k -r \"npm run build -- --watch\" \"wds\"",
"test": "wtr --coverage",
"test:watch": "wtr --watch",
"lint": "npx eslint .",
"lint:fix": "npm run lint -- --fix",
"prepublish": "npm run build"
},
"dependencies": {
"@elixir-cloud/design": "*",
"lit": "^2.8.0"
},
"devDependencies": {
"@custom-elements-manifest/analyzer": "^0.4.17",
"@open-wc/eslint-config": "^9.2.1",
"@open-wc/testing": "^3.1.6",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"@web/dev-server": "^0.1.34",
"@web/test-runner": "^0.14.0",
"concurrently": "^5.3.0",
"eslint": "^8.31.0",
"eslint-config-elixir": "*",
"eslint-config-prettier": "^8.3.0",
"tslib": "^2.3.1",
"tsup": "^7.2.0",
"typescript": "^5.0.4"
},
"customElements": "custom-elements.json"
}
3 changes: 0 additions & 3 deletions packages/ecc-utils-design/.storybook/main.js

This file was deleted.

8 changes: 0 additions & 8 deletions packages/ecc-utils-design/.storybook/server.mjs

This file was deleted.

132 changes: 68 additions & 64 deletions packages/ecc-utils-design/package.json
Original file line number Diff line number Diff line change
@@ -1,66 +1,70 @@
{
"name": "@elixir-cloud/design",
"description": "Abstraction layer that provides utility components to manage the headless yet constitent design across ecc component",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"./dist/custom-elements.json": "./dist/custom-elements.json",
"./dist/index.js": "./dist/index.js",
"./dist/components/*": "./dist/components/*",
"./dist/react": "./dist/react/index.js",
"./dist/react/*": "./dist/react/*",
"./dist/utilities/*": "./dist/utilities/*"
},
"type": "module",
"version": "0.0.1",
"author": "",
"license": "ISC",
"customElements": "./dist/custom-elements.json",
"repository": "",
"scripts": {
"analyze": "cem analyze --litelement",
"build": "node ./scripts/build.js",
"dev": "concurrently -r \"npm run build -- --watch\" \"wds\"",
"test": "",
"test:watch": "wtr --watch",
"storybook": "npm run build && npm run analyze -- --exclude dist && concurrently -k -r \"npm run build -- --watch\" \"wds -c .storybook/server.mjs\"",
"storybook:build": "npm run build && npm run analyze -- --exclude dist && build-storybook",
"lint": "npx eslint .",
"lint:fix": "npm run lint -- --fix",
"prepublish": "npm run build"
},
"devDependencies": {
"@custom-elements-manifest/analyzer": "^0.8.4",
"@lit/react": "^1.0.2",
"@open-wc/eslint-config": "^12.0.0",
"@open-wc/testing": "^3.2.0",
"@types/lodash-es": "^4.17.10",
"@web/dev-server": "^0.3.0",
"@web/dev-server-esbuild": "^0.4.3",
"@web/dev-server-storybook": "^1.0.2",
"@web/test-runner": "^0.17.0",
"commander": "^11.1.0",
"concurrently": "^8.2.1",
"custom-element-jet-brains-integration": "^1.4.0",
"custom-element-vs-code-integration": "^1.2.1",
"esbuild": "0.18.20",
"eslint": "^8.41.0",
"eslint-config-elixir": "*",
"eslint-plugin-prettier": "^4.2.1",
"globby": "^14.0.0",
"react": "^18.2.0",
"tslib": "^2.6.2",
"tsup": "^7.2.0",
"typescript": "^5.0.4"
},
"dependencies": {
"@shoelace-style/shoelace": "^2.8.0",
"lit": "^2.8.0",
"lodash-es": "^4.17.21"
}
"name": "@elixir-cloud/design",
"description": "Abstraction layer that provides utility components to manage the headless yet constitent design across ecc component",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"./dist/custom-elements.json": "./dist/custom-elements.json",
"./dist/index.js": "./dist/index.js",
"./dist/components/*": "./dist/components/*",
"./dist/react": "./dist/react/index.js",
"./dist/react/*": "./dist/react/*",
"./dist/utilities/*": "./dist/utilities/*"
},
"type": "module",
"version": "0.0.1",
"author": "",
"license": "ISC",
"customElements": "./dist/custom-elements.json",
"repository": {
"type": "git",
"url": "git+https://github.com/elixir-cloud-aai/cloud-components.git"
},
"bugs": {
"url": "https://github.com/elixir-cloud-aai/cloud-components/issues"
},
"scripts": {
"analyze": "cem analyze --litelement",
"build": "node ./scripts/build.js",
"dev": "concurrently -r \"npm run build -- --watch\" \"wds\"",
"test": "",
"test:watch": "wtr --watch",
"lint": "npx eslint .",
"lint:fix": "npm run lint -- --fix",
"prepublish": "npm run build"
},
"devDependencies": {
"@custom-elements-manifest/analyzer": "^0.8.4",
"@lit/react": "^1.0.2",
"@open-wc/eslint-config": "^12.0.0",
"@open-wc/testing": "^3.2.0",
"@types/lodash-es": "^4.17.10",
"@web/dev-server": "^0.3.0",
"@web/dev-server-esbuild": "^0.4.3",
"@web/test-runner": "^0.17.0",
"commander": "^11.1.0",
"concurrently": "^8.2.1",
"custom-element-jet-brains-integration": "^1.4.0",
"custom-element-vs-code-integration": "^1.2.1",
"esbuild": "0.18.20",
"eslint": "^8.41.0",
"eslint-config-elixir": "*",
"eslint-plugin-prettier": "^4.2.1",
"globby": "^14.0.0",
"react": "^18.2.0",
"tslib": "^2.6.2",
"tsup": "^7.2.0",
"typescript": "^5.0.4"
},
"dependencies": {
"@shoelace-style/shoelace": "^2.8.0",
"lit": "^2.8.0",
"lodash-es": "^4.17.21",
"pascal-case": "^4.0.0"
}
}
Loading
Loading