Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 8, 2024
1 parent 71fcb40 commit 90abfa9
Show file tree
Hide file tree
Showing 6 changed files with 163 additions and 140 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
NODE_OPTIONS: '--max-old-space-size=4096'

- name: Deploy Docs
uses: JamesIves/github-pages-deploy-action@v4.6.1
uses: JamesIves/github-pages-deploy-action@v4.6.3
with:
branch: gh-pages # The branch the action should deploy to.
folder: .out # The folder the action should deploy.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
NODE_OPTIONS: '--max-old-space-size=4096'

- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.6.1
uses: JamesIves/github-pages-deploy-action@v4.6.3
with:
branch: gh-pages # The branch the action should deploy to.
folder: .out # The folder the action should deploy.
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
"@storybook/react": "8.0.10",
"@storybook/react-vite": "8.0.10",
"@storybook/theming": "8.0.10",
"@ui5/webcomponents": "2.0.0-rc.6",
"@ui5/webcomponents-compat": "2.0.0-rc.6",
"@ui5/webcomponents-fiori": "2.0.0-rc.6",
"@ui5/webcomponents-icons": "2.0.0-rc.6",
"@ui5/webcomponents": "2.0.1",
"@ui5/webcomponents-compat": "2.0.1",
"@ui5/webcomponents-fiori": "2.0.1",
"@ui5/webcomponents-icons": "2.0.1",
"react": "19.0.0-rc-c21bcd627b-20240624",
"react-dom": "19.0.0-rc-c21bcd627b-20240624",
"remark-gfm": "^4.0.0",
Expand All @@ -65,7 +65,7 @@
"@types/use-sync-external-store": "^0.0.6",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"@ui5/webcomponents-tools": "2.0.0-rc.6",
"@ui5/webcomponents-tools": "2.0.1",
"@vitejs/plugin-react": "^4.2.0",
"chromatic": "^11.0.0",
"cssnano": "^7.0.0",
Expand Down Expand Up @@ -96,7 +96,7 @@
"rimraf": "^5.0.0",
"storybook": "8.0.10",
"typedoc": "^0.26.0",
"typescript": "5.5.2",
"typescript": "5.5.3",
"vite": "^5.0.0",
"vite-plugin-istanbul": "^6.0.0",
"vite-tsconfig-paths": "^4.0.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"peerDependencies": {
"@types/react": "*",
"@ui5/webcomponents-base": "2.0.0-rc.6",
"@ui5/webcomponents-base": "2.0.1",
"react": "^16.14.0 || ^17 || ^18 || ^19"
},
"peerDependenciesMeta": {
Expand Down
8 changes: 4 additions & 4 deletions packages/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@
"peerDependencies": {
"@types/react": "*",
"@types/react-dom": "*",
"@ui5/webcomponents": "2.0.0-rc.6",
"@ui5/webcomponents-base": "2.0.0-rc.6",
"@ui5/webcomponents-fiori": "2.0.0-rc.6",
"@ui5/webcomponents-icons": "2.0.0-rc.6",
"@ui5/webcomponents": "2.0.1",
"@ui5/webcomponents-base": "2.0.1",
"@ui5/webcomponents-fiori": "2.0.1",
"@ui5/webcomponents-icons": "2.0.1",
"react": "^16.14.0 || ^17 || ^18 || ^19",
"react-dom": "^16.14.0 || ^17 || ^18 || ^19"
},
Expand Down
Loading

0 comments on commit 90abfa9

Please sign in to comment.