Skip to content

Commit 5741172

Browse files
committed
fix: Use ES2023, highest supported Node version by UI5 CLI
1 parent 9d2a72f commit 5741172

42 files changed

Lines changed: 44 additions & 44 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

packages/quickstart/steps/01/README.md

Lines changed: 2 additions & 2 deletions

packages/quickstart/steps/01/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"target": "es2025",
3+
"target": "es2023",
44
"types": [
55
"node",
66
"@types/openui5"

packages/quickstart/steps/02/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"target": "es2025",
3+
"target": "es2023",
44
"types": [
55
"node",
66
"@types/openui5"

packages/quickstart/steps/03/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"target": "es2025",
3+
"target": "es2023",
44
"types": [
55
"node",
66
"@types/openui5"

packages/walkthrough/steps/02/README.md

Lines changed: 2 additions & 2 deletions

packages/walkthrough/steps/02/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"target": "es2025",
3+
"target": "es2023",
44
"types": ["node", "@types/openui5"],
55
"skipLibCheck": true,
66
"allowJs": true,

packages/walkthrough/steps/03/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"target": "es2025",
3+
"target": "es2023",
44
"types": ["node", "@types/openui5"],
55
"skipLibCheck": true,
66
"allowJs": true,

packages/walkthrough/steps/04/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"target": "es2025",
3+
"target": "es2023",
44
"types": ["node", "@types/openui5"],
55
"skipLibCheck": true,
66
"allowJs": true,

packages/walkthrough/steps/05/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"target": "es2025",
3+
"target": "es2023",
44
"types": ["node", "@types/openui5"],
55
"skipLibCheck": true,
66
"allowJs": true,

packages/walkthrough/steps/06/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"target": "es2025",
3+
"target": "es2023",
44
"types": ["node", "@types/openui5"],
55
"skipLibCheck": true,
66
"allowJs": true,

0 commit comments

Comments
 (0)