Skip to content

Commit

Permalink
Update fiddle dependencies (Luigi Core v1.22.0 and FD Styles v0.23.0) (
Browse files Browse the repository at this point in the history
  • Loading branch information
UlianaMunich authored May 20, 2022
1 parent ff8091f commit c9a4d06
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 22 deletions.
30 changes: 15 additions & 15 deletions website/fiddle/package-lock.json

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

14 changes: 7 additions & 7 deletions website/fiddle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
"dev": "node patch.js && node build_patch_ui5.js && webpack-dev-server --content-base public"
},
"dependencies": {
"@luigi-project/client": "1.21.0",
"@luigi-project/core": "1.21.0",
"@luigi-project/plugin-auth-oauth2": "1.21.0",
"@luigi-project/plugin-auth-oidc": "1.21.0",
"@sap-theming/theming-base-content": "~11.1.28",
"@luigi-project/client": "1.22.0",
"@luigi-project/core": "1.22.0",
"@luigi-project/plugin-auth-oauth2": "1.22.0",
"@luigi-project/plugin-auth-oidc": "1.22.0",
"@sap-theming/theming-base-content": "~11.1.35",
"@ui5/webcomponents": "^1.3.0",
"@ui5/webcomponents-fiori": "^1.3.0",
"ace-builds": "1.4.14",
"fs-extra": "^10.1.0",
"fundamental-styles": "0.18.0"
"fundamental-styles": "0.23.0"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
<meta name="description" content="" />
<meta name="keywords" content=" empty demo page" />
<title>Empty Demo Page | SAP Fundamentals</title>
<link
href="https://unpkg.com/@sap-theming/[email protected]/content/Base/baseLib/sap_fiori_3/css_variables.css"
rel="stylesheet"
/>
<link
href="/vendor/fundamental-styles/dist/fundamental-styles.css"
rel="stylesheet"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
<meta name="description" content="" />
<meta name="keywords" content=" table demo page" />
<title>Table Starter Page | SAP Fundamentals</title>
<link
href="https://unpkg.com/@sap-theming/[email protected]/content/Base/baseLib/sap_fiori_3/css_variables.css"
rel="stylesheet"
/>
<link
href="/vendor/fundamental-styles/dist/fundamental-styles.css"
rel="stylesheet"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
<meta name="description" content="" />
<meta name="keywords" content=" tree demo page" />
<title>Tree Starter Page | SAP Fundamentals</title>
<link
href="https://unpkg.com/@sap-theming/[email protected]/content/Base/baseLib/sap_fiori_3/css_variables.css"
rel="stylesheet"
/>
<link
href="/vendor/fundamental-styles/dist/fundamental-styles.css"
rel="stylesheet"
Expand Down

0 comments on commit c9a4d06

Please sign in to comment.