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

Bug/alerts #14

Merged
merged 2 commits into from
Apr 17, 2024
Merged
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
2 changes: 1 addition & 1 deletion .yw_pipeline/yw_pipeline.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from pathlib import Path

from youwol.app.environment import YouwolEnvironment
from youwol.app.environment.models_project import BrowserApp, Execution, Link, BrowserAppGraphics, IPipelineFactory
from youwol.app.routers.projects import BrowserApp, Execution, Link, BrowserAppGraphics, IPipelineFactory
from youwol.pipelines.pipeline_typescript_weback_npm import pipeline, PipelineConfig, PublishConfig
from youwol.utils import parse_json, encode_id
from youwol.utils.context import Context
Expand Down
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
},
"devDependencies": {
"@types/jest": "^29.5.6",
"@types/node": "^18.9.1",
"@types/node": "^20.11.19",
"@types/webpack": "^5.28.0",
"@youwol/eslint-config": "1.0.0",
"@youwol/jest-preset": "1.0.0",
"@youwol/prettier-config": "1.0.0",
"@youwol/tsconfig": "1.0.0",
"@youwol/eslint-config": "^1.2.1",
"@youwol/jest-preset": "^1.2.1",
"@youwol/prettier-config": "^1.2.1",
"@youwol/tsconfig": "^1.2.1",
"css-loader": "^6.8.1",
"del-cli": "^5.1.0",
"file-loader": "6.2.0",
Expand All @@ -53,9 +53,10 @@
"mini-css-extract-plugin": "^2.7.6",
"source-map-loader": "4.0.1",
"ts-loader": "9.5.0",
"ts-node": "10.9.1",
"typedoc": "^0.25.2",
"typescript": "5.2.2",
"ts-node": "10.9.2",
"tsx": "4.7.1",
"typedoc": "^0.25.7",
"typescript": "5.3.3",
"webpack": "^5.89.0",
"webpack-bundle-analyzer": "^4.9.1",
"webpack-cli": "5.1.4",
Expand Down
2 changes: 1 addition & 1 deletion template.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

template = Template(
path=folder_path,
type=PackageType.Application,
type=PackageType.APPLICATION,
name=pkg_json['name'],
version=pkg_json['version'],
shortDescription=pkg_json['description'],
Expand Down
Loading
Loading