Skip to content

Commit

Permalink
Fiddle update to newest luigi version + other deps (#4156)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesDoberer authored Feb 19, 2025
1 parent a5abd71 commit 0acadf8
Show file tree
Hide file tree
Showing 2 changed files with 125 additions and 103 deletions.
210 changes: 116 additions & 94 deletions website/fiddle/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions website/fiddle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@
"dev": "node patch.js && node build_patch_ui5.js && webpack serve --static public"
},
"dependencies": {
"@luigi-project/client": "2.17.0",
"@luigi-project/container": "^1.3.0",
"@luigi-project/core": "2.17.0",
"@luigi-project/plugin-auth-oauth2": "^2.17.0",
"@luigi-project/plugin-auth-oidc": "^2.17.0",
"@luigi-project/client": "2.20.0",
"@luigi-project/container": "^1.6.0",
"@luigi-project/core": "2.20.0",
"@luigi-project/plugin-auth-oauth2": "^2.20.0",
"@luigi-project/plugin-auth-oidc": "^2.20.0",
"@luigi-project/plugin-auth-oidc-pkce": "^0.42.0",
"@ui5/webcomponents": "^2.2.0",
"@ui5/webcomponents-fiori": "^2.2.0",
"ace-builds": "^1.36.2",
"fs-extra": "^11.2.0",
"@ui5/webcomponents": "^2.7.3",
"@ui5/webcomponents-fiori": "^2.7.3",
"ace-builds": "^1.38.0",
"fs-extra": "^11.3.0",
"fundamental-styles": "0.23.0"
},
"engines": {
Expand Down

0 comments on commit 0acadf8

Please sign in to comment.