Skip to content

Commit

Permalink
Bug/alerts (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
youwol-guillaume committed Apr 17, 2024
2 parents e2ef761 + 60302d2 commit cc3859a
Show file tree
Hide file tree
Showing 4 changed files with 1,299 additions and 1,136 deletions.
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

0 comments on commit cc3859a

Please sign in to comment.