Skip to content

Commit 05c114f

Browse files
authored
fix: update @ui5/webcomponents versions in the libs (#182)
* chore: linting * fix: update ui5/webcomponents version in the libs
1 parent c9b088c commit 05c114f

File tree

4 files changed

+210
-382
lines changed

4 files changed

+210
-382
lines changed

libs/transformer/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"author": "SAP SE (https://www.sap.com)",
66
"license": "Apache-2.0",
77
"peerDependencies": {
8-
"@ui5/webcomponents": "2.1.1",
9-
"@ui5/webcomponents-base": "2.1.1",
10-
"@ui5/webcomponents-fiori": "2.1.1",
11-
"@ui5/webcomponents-icons": "2.1.1",
12-
"@ui5/webcomponents-icons-business-suite": "2.1.1",
13-
"@ui5/webcomponents-icons-tnt": "2.1.1"
8+
"@ui5/webcomponents": "2.6.2",
9+
"@ui5/webcomponents-base": "2.6.2",
10+
"@ui5/webcomponents-fiori": "2.6.2",
11+
"@ui5/webcomponents-icons": "2.6.2",
12+
"@ui5/webcomponents-icons-business-suite": "2.6.2",
13+
"@ui5/webcomponents-icons-tnt": "2.6.2"
1414
}
1515
}

libs/ui5-angular/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
"@angular/common": "^18.0.0",
2020
"@angular/core": "^18.0.0",
2121
"@angular/forms": "^18.0.0",
22-
"@ui5/webcomponents": "2.1.1",
23-
"@ui5/webcomponents-base": "2.1.1",
24-
"@ui5/webcomponents-fiori": "2.1.1",
25-
"@ui5/webcomponents-icons": "2.1.1",
26-
"@ui5/webcomponents-icons-business-suite": "2.1.1",
27-
"@ui5/webcomponents-icons-tnt": "2.1.1",
28-
"@ui5/webcomponents-theming": "2.1.1",
22+
"@ui5/webcomponents": "2.6.2",
23+
"@ui5/webcomponents-base": "2.6.2",
24+
"@ui5/webcomponents-fiori": "2.6.2",
25+
"@ui5/webcomponents-icons": "2.6.2",
26+
"@ui5/webcomponents-icons-business-suite": "2.6.2",
27+
"@ui5/webcomponents-icons-tnt": "2.6.2",
28+
"@ui5/webcomponents-theming": "2.6.2",
2929
"fast-deep-equal": "^3.1.3",
3030
"rxjs": "^6.5.3 || ^7.4.0"
3131
},

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -126,12 +126,12 @@
126126
"webpack": "^5.64.0"
127127
},
128128
"lint-staged": {
129-
"*": [
130-
"yarn nx format:write --uncommitted"
131-
],
132-
"*.{js,ts,html,md,json,yml}": [
133-
"yarn eslint --fix"
134-
]
129+
"*": [
130+
"yarn nx format:write --uncommitted"
131+
],
132+
"*.{js,ts,html,md,json,yml}": [
133+
"yarn eslint --fix"
134+
]
135135
},
136136
"packageManager": "[email protected]"
137137
}

0 commit comments

Comments
 (0)