Skip to content

Commit 446c37d

Browse files
authored
Merge branch 'main' into refactor/with-webcomponents
2 parents 429bb88 + cac3737 commit 446c37d

File tree

20 files changed

+1058
-1115
lines changed

20 files changed

+1058
-1115
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
yarn add "@types/react@18" "@types/react-dom@18" --dev
3535
yarn add react@18 react-dom@18
3636
37-
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
37+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
3838
with:
3939
name: build-${{ matrix.react }}
4040
path: packages
@@ -86,7 +86,7 @@ jobs:
8686
yarn add "@types/react@18" "@types/react-dom@18" --dev
8787
yarn add react@18 react-dom@18
8888
89-
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
89+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
9090
with:
9191
name: build-${{ matrix.react }}
9292
path: packages

examples/nextjs-app/package-lock.json

Lines changed: 50 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/nextjs-app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"lint": "eslint ."
1010
},
1111
"dependencies": {
12-
"@ui5/webcomponents": "2.20.0",
13-
"@ui5/webcomponents-base": "2.20.0",
14-
"@ui5/webcomponents-fiori": "2.20.0",
12+
"@ui5/webcomponents": "2.20.1",
13+
"@ui5/webcomponents-base": "2.20.1",
14+
"@ui5/webcomponents-fiori": "2.20.1",
1515
"@ui5/webcomponents-react": "2.20.0",
1616
"@types/node": "24.12.0",
1717
"@types/react": "19.2.14",

examples/nextjs-pages/package-lock.json

Lines changed: 50 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/nextjs-pages/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"lint": "eslint ."
1010
},
1111
"dependencies": {
12-
"@ui5/webcomponents": "2.20.0",
13-
"@ui5/webcomponents-base": "2.20.0",
14-
"@ui5/webcomponents-fiori": "2.20.0",
12+
"@ui5/webcomponents": "2.20.1",
13+
"@ui5/webcomponents-base": "2.20.1",
14+
"@ui5/webcomponents-fiori": "2.20.1",
1515
"@ui5/webcomponents-react": "2.20.0",
1616
"@types/node": "24.12.0",
1717
"@types/react": "19.2.14",

0 commit comments

Comments
 (0)