Skip to content

Commit 981a7e0

Browse files
Updated package dependencies (#257)
1 parent a4a7746 commit 981a7e0

File tree

34 files changed

+152
-152
lines changed

34 files changed

+152
-152
lines changed

agate/all-samples/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,19 @@
2727
},
2828
"dependencies": {
2929
"@enact/agate": "^3.1.0",
30-
"@enact/core": "^5.3.0",
31-
"@enact/i18n": "^5.3.0",
32-
"@enact/spotlight": "^5.3.0",
33-
"@enact/ui": "^5.3.0",
34-
"@enact/webos": "^5.3.0",
35-
"@reduxjs/toolkit": "^2.9.0",
36-
"ilib": "^14.21.1",
30+
"@enact/core": "^5.4.0",
31+
"@enact/i18n": "^5.4.0",
32+
"@enact/spotlight": "^5.4.0",
33+
"@enact/ui": "^5.4.0",
34+
"@enact/webos": "^5.4.0",
35+
"@reduxjs/toolkit": "^2.11.1",
36+
"ilib": "^14.21.2",
3737
"prop-types": "^15.8.1",
3838
"query-string": "^9.3.1",
39-
"react": "^19.1.1",
40-
"react-dom": "^19.1.1",
39+
"react": "^19.2.1",
40+
"react-dom": "^19.2.1",
4141
"react-redux": "^9.2.0",
42-
"react-router": "^7.9.3",
42+
"react-router": "^7.10.1",
4343
"redux": "^5.0.1",
4444
"redux-thunk": "^3.1.0"
4545
}

agate/pattern-dynamic-panel/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
},
2828
"dependencies": {
2929
"@enact/agate": "^3.1.0",
30-
"@enact/core": "^5.3.0",
31-
"@enact/i18n": "^5.3.0",
32-
"@enact/spotlight": "^5.3.0",
33-
"@enact/ui": "^5.3.0",
34-
"ilib": "^14.21.1",
30+
"@enact/core": "^5.4.0",
31+
"@enact/i18n": "^5.4.0",
32+
"@enact/spotlight": "^5.4.0",
33+
"@enact/ui": "^5.4.0",
34+
"ilib": "^14.21.2",
3535
"prop-types": "^15.8.1",
36-
"react": "^19.1.1",
37-
"react-dom": "^19.1.1"
36+
"react": "^19.2.1",
37+
"react-dom": "^19.2.1"
3838
}
3939
}

agate/pattern-layout/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525
},
2626
"dependencies": {
2727
"@enact/agate": "^3.1.0",
28-
"@enact/core": "^5.3.0",
29-
"@enact/i18n": "^5.3.0",
30-
"@enact/spotlight": "^5.3.0",
31-
"@enact/ui": "^5.3.0",
32-
"@enact/webos": "^5.3.0",
33-
"ilib": "^14.21.1",
28+
"@enact/core": "^5.4.0",
29+
"@enact/i18n": "^5.4.0",
30+
"@enact/spotlight": "^5.4.0",
31+
"@enact/ui": "^5.4.0",
32+
"@enact/webos": "^5.4.0",
33+
"ilib": "^14.21.2",
3434
"prop-types": "^15.8.1",
3535
"query-string": "^9.3.1",
36-
"react": "^19.1.1",
37-
"react-dom": "^19.1.1"
36+
"react": "^19.2.1",
37+
"react-dom": "^19.2.1"
3838
}
3939
}

agate/pattern-locale-switching/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@
2727
},
2828
"dependencies": {
2929
"@enact/agate": "^3.1.0",
30-
"@enact/core": "^5.3.0",
31-
"@enact/i18n": "^5.3.0",
32-
"@enact/spotlight": "^5.3.0",
33-
"@enact/ui": "^5.3.0",
34-
"@enact/webos": "^5.3.0",
35-
"@reduxjs/toolkit": "^2.9.0",
36-
"ilib": "^14.21.1",
30+
"@enact/core": "^5.4.0",
31+
"@enact/i18n": "^5.4.0",
32+
"@enact/spotlight": "^5.4.0",
33+
"@enact/ui": "^5.4.0",
34+
"@enact/webos": "^5.4.0",
35+
"@reduxjs/toolkit": "^2.11.1",
36+
"ilib": "^14.21.2",
3737
"prop-types": "^15.8.1",
38-
"react": "^19.1.1",
39-
"react-dom": "^19.1.1",
38+
"react": "^19.2.1",
39+
"react-dom": "^19.2.1",
4040
"react-redux": "^9.2.0",
4141
"redux": "^5.0.1"
4242
}

agate/pattern-single-panel-redux/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
},
2828
"dependencies": {
2929
"@enact/agate": "^3.1.0",
30-
"@enact/core": "^5.3.0",
31-
"@enact/i18n": "^5.3.0",
32-
"@enact/spotlight": "^5.3.0",
33-
"@enact/ui": "^5.3.0",
34-
"@reduxjs/toolkit": "^2.9.0",
35-
"ilib": "^14.21.1",
30+
"@enact/core": "^5.4.0",
31+
"@enact/i18n": "^5.4.0",
32+
"@enact/spotlight": "^5.4.0",
33+
"@enact/ui": "^5.4.0",
34+
"@reduxjs/toolkit": "^2.11.1",
35+
"ilib": "^14.21.2",
3636
"prop-types": "^15.8.1",
37-
"react": "^19.1.1",
38-
"react-dom": "^19.1.1",
37+
"react": "^19.2.1",
38+
"react-dom": "^19.2.1",
3939
"react-redux": "^9.2.0",
4040
"redux": "^5.0.1"
4141
}

agate/pattern-single-panel/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
},
2828
"dependencies": {
2929
"@enact/agate": "^3.1.0",
30-
"@enact/core": "^5.3.0",
31-
"@enact/i18n": "^5.3.0",
32-
"@enact/spotlight": "^5.3.0",
33-
"@enact/ui": "^5.3.0",
34-
"ilib": "^14.21.1",
30+
"@enact/core": "^5.4.0",
31+
"@enact/i18n": "^5.4.0",
32+
"@enact/spotlight": "^5.4.0",
33+
"@enact/ui": "^5.4.0",
34+
"ilib": "^14.21.2",
3535
"prop-types": "^15.8.1",
36-
"react": "^19.1.1",
37-
"react-dom": "^19.1.1"
36+
"react": "^19.2.1",
37+
"react-dom": "^19.2.1"
3838
}
3939
}

agate/pattern-virtualgridlist-api/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
},
2828
"dependencies": {
2929
"@enact/agate": "^3.1.0",
30-
"@enact/core": "^5.3.0",
31-
"@enact/i18n": "^5.3.0",
32-
"@enact/spotlight": "^5.3.0",
33-
"@enact/ui": "^5.3.0",
34-
"@reduxjs/toolkit": "^2.9.0",
35-
"ilib": "^14.21.1",
30+
"@enact/core": "^5.4.0",
31+
"@enact/i18n": "^5.4.0",
32+
"@enact/spotlight": "^5.4.0",
33+
"@enact/ui": "^5.4.0",
34+
"@reduxjs/toolkit": "^2.11.1",
35+
"ilib": "^14.21.2",
3636
"prop-types": "^15.8.1",
37-
"react": "^19.1.1",
38-
"react-dom": "^19.1.1",
37+
"react": "^19.2.1",
38+
"react-dom": "^19.2.1",
3939
"react-redux": "^9.2.0",
4040
"redux": "^5.0.1"
4141
}

agate/pattern-virtuallist-preserving-focus/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
},
2828
"dependencies": {
2929
"@enact/agate": "^3.1.0",
30-
"@enact/core": "^5.3.0",
31-
"@enact/i18n": "^5.3.0",
32-
"@enact/spotlight": "^5.3.0",
33-
"@enact/ui": "^5.3.0",
34-
"@reduxjs/toolkit": "^2.9.0",
35-
"ilib": "^14.21.1",
30+
"@enact/core": "^5.4.0",
31+
"@enact/i18n": "^5.4.0",
32+
"@enact/spotlight": "^5.4.0",
33+
"@enact/ui": "^5.4.0",
34+
"@reduxjs/toolkit": "^2.11.1",
35+
"ilib": "^14.21.2",
3636
"prop-types": "^15.8.1",
37-
"react": "^19.1.1",
38-
"react-dom": "^19.1.1",
37+
"react": "^19.2.1",
38+
"react-dom": "^19.2.1",
3939
"react-redux": "^9.2.0",
4040
"redux": "^5.0.1"
4141
}

my-theme-app/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
}
2626
},
2727
"dependencies": {
28-
"@enact/core": "^5.3.0",
29-
"@enact/i18n": "^5.3.0",
28+
"@enact/core": "^5.4.0",
29+
"@enact/i18n": "^5.4.0",
3030
"@enact/my-theme": "enactjs/my-theme#develop",
31-
"@enact/spotlight": "^5.3.0",
32-
"@enact/ui": "^5.3.0",
33-
"ilib": "^14.21.1",
31+
"@enact/spotlight": "^5.4.0",
32+
"@enact/ui": "^5.4.0",
33+
"ilib": "^14.21.2",
3434
"prop-types": "^15.8.1",
35-
"react": "^19.1.1",
36-
"react-dom": "^19.1.1"
35+
"react": "^19.2.1",
36+
"react-dom": "^19.2.1"
3737
}
3838
}

sandstone/all-samples/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
"@enact/spotlight": "^4.9.8",
3333
"@enact/ui": "^4.9.8",
3434
"@enact/webos": "^4.9.8",
35-
"@reduxjs/toolkit": "^2.9.0",
35+
"@reduxjs/toolkit": "^2.11.1",
3636
"classnames": "^2.5.1",
37-
"hls.js": "^1.6.13",
38-
"ilib": "^14.21.1",
37+
"hls.js": "^1.6.15",
38+
"ilib": "^14.21.2",
3939
"prop-types": "^15.8.1",
4040
"query-string": "^9.3.1",
4141
"react": "^18.3.1",

0 commit comments

Comments
 (0)