Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.21.0
24.11.0
16 changes: 8 additions & 8 deletions examples/nextjs-app/package-lock.json

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

2 changes: 1 addition & 1 deletion examples/nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@ui5/webcomponents-base": "2.15.1",
"@ui5/webcomponents-fiori": "2.15.1",
"@ui5/webcomponents-react": "2.15.3",
"@types/node": "22.18.12",
"@types/node": "24.9.2",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2",
"eslint": "9.38.0",
Expand Down
16 changes: 8 additions & 8 deletions examples/nextjs-pages/package-lock.json

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

2 changes: 1 addition & 1 deletion examples/nextjs-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@ui5/webcomponents-base": "2.15.1",
"@ui5/webcomponents-fiori": "2.15.1",
"@ui5/webcomponents-react": "2.15.3",
"@types/node": "22.18.12",
"@types/node": "24.9.2",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2",
"eslint": "9.38.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@semantic-release/github": "12.0.0",
"@testing-library/cypress": "10.1.0",
"@types/jscodeshift": "17.3.0",
"@types/node": "22.18.12",
"@types/node": "24.9.2",
"@types/react": "19.1.17",
"@types/react-dom": "19.1.11",
"@ui5/webcomponents-tools": "2.15.1",
Expand Down
16 changes: 8 additions & 8 deletions templates/nextjs-app/package-lock.json

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

2 changes: 1 addition & 1 deletion templates/nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@ui5/webcomponents-base": "2.15.1",
"@ui5/webcomponents-fiori": "2.15.1",
"@ui5/webcomponents-react": "2.15.3",
"@types/node": "22.18.12",
"@types/node": "24.9.2",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2",
"eslint": "9.38.0",
Expand Down
16 changes: 8 additions & 8 deletions templates/nextjs-pages/package-lock.json

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

2 changes: 1 addition & 1 deletion templates/nextjs-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@ui5/webcomponents-base": "2.15.1",
"@ui5/webcomponents-fiori": "2.15.1",
"@ui5/webcomponents-react": "2.15.3",
"@types/node": "22.18.12",
"@types/node": "24.9.2",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2",
"eslint": "9.38.0",
Expand Down
19 changes: 13 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4720,12 +4720,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:22.18.12":
version: 22.18.12
resolution: "@types/node@npm:22.18.12"
"@types/node@npm:24.9.2":
version: 24.9.2
resolution: "@types/node@npm:24.9.2"
dependencies:
undici-types: "npm:~6.21.0"
checksum: 10c0/13a4638f2baba3efba2b8bc369dd6f950dccbfca78f318f9c9f2c7adc11fce14fc119723c38567dada2d57a873c092b7356c024924d5974a08f3c1f93dc706c6
undici-types: "npm:~7.16.0"
checksum: 10c0/7905d43f65cee72ef475fe76316e10bbf6ac5d08a7f0f6c38f2b6285d7ca3009e8fcafc8f8a1d2bf3f55889c9c278dbb203a9081fd0cf2d6d62161703924c6fa
languageName: node
linkType: hard

Expand Down Expand Up @@ -20835,7 +20835,7 @@ __metadata:
"@storybook/react-vite": "npm:9.1.15"
"@testing-library/cypress": "npm:10.1.0"
"@types/jscodeshift": "npm:17.3.0"
"@types/node": "npm:22.18.12"
"@types/node": "npm:24.9.2"
"@types/react": "npm:19.1.17"
"@types/react-dom": "npm:19.1.11"
"@ui5/webcomponents": "npm:2.15.1"
Expand Down Expand Up @@ -20929,6 +20929,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~7.16.0":
version: 7.16.0
resolution: "undici-types@npm:7.16.0"
checksum: 10c0/3033e2f2b5c9f1504bdc5934646cb54e37ecaca0f9249c983f7b1fc2e87c6d18399ebb05dc7fd5419e02b2e915f734d872a65da2e3eeed1813951c427d33cc9a
languageName: node
linkType: hard

"unicode-canonical-property-names-ecmascript@npm:^2.0.0":
version: 2.0.0
resolution: "unicode-canonical-property-names-ecmascript@npm:2.0.0"
Expand Down
Loading