Skip to content

Commit 9513688

Browse files
chore(deps): update all non-major dependencies
1 parent ca13875 commit 9513688

File tree

6 files changed

+163
-140
lines changed

6 files changed

+163
-140
lines changed

.github/workflows/docs-stable.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
NODE_OPTIONS: '--max-old-space-size=4096'
3737

3838
- name: Deploy Docs
39-
uses: JamesIves/[email protected].1
39+
uses: JamesIves/[email protected].3
4040
with:
4141
branch: gh-pages # The branch the action should deploy to.
4242
folder: .out # The folder the action should deploy.

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
NODE_OPTIONS: '--max-old-space-size=4096'
128128

129129
- name: Deploy 🚀
130-
uses: JamesIves/[email protected].1
130+
uses: JamesIves/[email protected].3
131131
with:
132132
branch: gh-pages # The branch the action should deploy to.
133133
folder: .out # The folder the action should deploy.

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@
4040
"@storybook/react": "8.0.10",
4141
"@storybook/react-vite": "8.0.10",
4242
"@storybook/theming": "8.0.10",
43-
"@ui5/webcomponents": "2.0.0-rc.6",
44-
"@ui5/webcomponents-compat": "2.0.0-rc.6",
45-
"@ui5/webcomponents-fiori": "2.0.0-rc.6",
46-
"@ui5/webcomponents-icons": "2.0.0-rc.6",
43+
"@ui5/webcomponents": "2.0.1",
44+
"@ui5/webcomponents-compat": "2.0.1",
45+
"@ui5/webcomponents-fiori": "2.0.1",
46+
"@ui5/webcomponents-icons": "2.0.1",
4747
"react": "19.0.0-rc-c21bcd627b-20240624",
4848
"react-dom": "19.0.0-rc-c21bcd627b-20240624",
4949
"remark-gfm": "^4.0.0",
@@ -65,7 +65,7 @@
6565
"@types/use-sync-external-store": "^0.0.6",
6666
"@typescript-eslint/eslint-plugin": "^7.0.0",
6767
"@typescript-eslint/parser": "^7.0.0",
68-
"@ui5/webcomponents-tools": "2.0.0-rc.6",
68+
"@ui5/webcomponents-tools": "2.0.1",
6969
"@vitejs/plugin-react": "^4.2.0",
7070
"chromatic": "^11.0.0",
7171
"cssnano": "^7.0.0",
@@ -96,7 +96,7 @@
9696
"rimraf": "^5.0.0",
9797
"storybook": "8.0.10",
9898
"typedoc": "^0.26.0",
99-
"typescript": "5.5.2",
99+
"typescript": "5.5.3",
100100
"vite": "^5.0.0",
101101
"vite-plugin-istanbul": "^6.0.0",
102102
"vite-tsconfig-paths": "^4.0.5"

packages/base/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"peerDependencies": {
3232
"@types/react": "*",
33-
"@ui5/webcomponents-base": "2.0.0-rc.6",
33+
"@ui5/webcomponents-base": "2.0.1",
3434
"react": "^16.14.0 || ^17 || ^18 || ^19"
3535
},
3636
"peerDependenciesMeta": {

packages/main/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@
6060
"peerDependencies": {
6161
"@types/react": "*",
6262
"@types/react-dom": "*",
63-
"@ui5/webcomponents": "2.0.0-rc.6",
64-
"@ui5/webcomponents-base": "2.0.0-rc.6",
65-
"@ui5/webcomponents-fiori": "2.0.0-rc.6",
66-
"@ui5/webcomponents-icons": "2.0.0-rc.6",
63+
"@ui5/webcomponents": "2.0.1",
64+
"@ui5/webcomponents-base": "2.0.1",
65+
"@ui5/webcomponents-fiori": "2.0.1",
66+
"@ui5/webcomponents-icons": "2.0.1",
6767
"react": "^16.14.0 || ^17 || ^18 || ^19",
6868
"react-dom": "^16.14.0 || ^17 || ^18 || ^19"
6969
},

0 commit comments

Comments
 (0)