Skip to content

Commit bf7d518

Browse files
authored
Update project dependencies to latest stable that align with Expo 55 (#519)
1 parent 31f3ea0 commit bf7d518

6 files changed

Lines changed: 1867 additions & 1954 deletions

File tree

docusaurus/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
"clsx": "^2.1.1",
2222
"color": "^5.0.3",
2323
"prism-react-renderer": "^2.4.1",
24-
"react": "^19.2.2",
25-
"react-dom": "^19.2.2"
24+
"react": "^19.2.4",
25+
"react-dom": "^19.2.4"
2626
},
2727
"devDependencies": {
2828
"@docusaurus/module-type-aliases": "^3.9.2",
29-
"@tsconfig/docusaurus": "^2.0.7",
29+
"@tsconfig/docusaurus": "^2.0.9",
3030
"typescript": "^5.9.3"
3131
},
3232
"browserslist": {

docusaurus/yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2529,10 +2529,10 @@
25292529
resolved "https://registry.yarnpkg.com/@trysound/sax/-/sax-0.2.0.tgz#cccaab758af56761eb7bf37af6f03f326dd798ad"
25302530
integrity sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==
25312531

2532-
"@tsconfig/docusaurus@^2.0.7":
2533-
version "2.0.7"
2534-
resolved "https://registry.yarnpkg.com/@tsconfig/docusaurus/-/docusaurus-2.0.7.tgz#382387c2e3c1e2c08adab4c5f12a9615fc006c4a"
2535-
integrity sha512-sDDxcltg2pcV0U3sQf5EMaX4/ER+x3IXmUc5EXuz4JnFDyxfGhTG7zGKJ8cLLZzjZALgdTK2LSKQbFLSKuGvQQ==
2532+
"@tsconfig/docusaurus@^2.0.9":
2533+
version "2.0.9"
2534+
resolved "https://registry.yarnpkg.com/@tsconfig/docusaurus/-/docusaurus-2.0.9.tgz#e530ae78bca4f88917af48fe25a944d6d6bdcdf5"
2535+
integrity sha512-0jVxZCgy2v7TnJrW9kVNikNwJHeiWb68Zhiiw2vHw4tzBFSP5vS2zn3O5EY2oPEVz5dXZRkK7MnWG3Ay5q0mIg==
25362536

25372537
"@types/body-parser@*":
25382538
version "1.19.6"
@@ -7641,10 +7641,10 @@ rc@1.2.8:
76417641
minimist "^1.2.0"
76427642
strip-json-comments "~2.0.1"
76437643

7644-
react-dom@^19.2.2:
7645-
version "19.2.3"
7646-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.2.3.tgz#f0b61d7e5c4a86773889fcc1853af3ed5f215b17"
7647-
integrity sha512-yELu4WmLPw5Mr/lmeEpox5rw3RETacE++JgHqQzd2dg+YbJuat3jH4ingc+WPZhxaoFzdv9y33G+F7Nl5O0GBg==
7644+
react-dom@^19.2.4:
7645+
version "19.2.4"
7646+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.2.4.tgz#6fac6bd96f7db477d966c7ec17c1a2b1ad8e6591"
7647+
integrity sha512-AXJdLo8kgMbimY95O2aKQqsz2iWi9jMgKJhRBAxECE4IFxfcazB2LmzloIoibJI3C12IlY20+KFaLv+71bUJeQ==
76487648
dependencies:
76497649
scheduler "^0.27.0"
76507650

@@ -7723,10 +7723,10 @@ react-router@5.3.4, react-router@^5.3.4:
77237723
tiny-invariant "^1.0.2"
77247724
tiny-warning "^1.0.0"
77257725

7726-
react@^19.2.2:
7727-
version "19.2.3"
7728-
resolved "https://registry.yarnpkg.com/react/-/react-19.2.3.tgz#d83e5e8e7a258cf6b4fe28640515f99b87cd19b8"
7729-
integrity sha512-Ku/hhYbVjOQnXDZFv2+RibmLFGwFdeeKHFcOTlrt7xplBnya5OGn/hIRDsqDiSUcfORsDC7MPxwork8jBwsIWA==
7726+
react@^19.2.4:
7727+
version "19.2.4"
7728+
resolved "https://registry.yarnpkg.com/react/-/react-19.2.4.tgz#438e57baa19b77cb23aab516cf635cd0579ee09a"
7729+
integrity sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==
77307730

77317731
readable-stream@^2.0.1:
77327732
version "2.3.8"

example/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
{
22
"dependencies": {
3-
"@expo/vector-icons": "^15.0.3",
4-
"expo": "^54.0.31",
5-
"expo-crypto": "^15.0.8",
6-
"expo-font": "^14.0.11",
7-
"expo-splash-screen": "~31.0.13",
8-
"expo-status-bar": "~3.0.9",
9-
"react": "19.1.0",
10-
"react-dom": "19.1.0",
11-
"react-native": "~0.81.5",
12-
"react-native-paper": "^5.14.5",
13-
"react-native-safe-area-context": "^5.6.2",
3+
"@expo/vector-icons": "^15.1.1",
4+
"expo": "^55.0.8",
5+
"expo-crypto": "^55.0.10",
6+
"expo-font": "^55.0.4",
7+
"expo-splash-screen": "^55.0.12",
8+
"expo-status-bar": "^55.0.4",
9+
"react": "19.2.0",
10+
"react-dom": "19.2.0",
11+
"react-native": "0.83.2",
12+
"react-native-paper": "^5.15.0",
13+
"react-native-safe-area-context": "^5.7.0",
1414
"react-native-web": "~0.21.2"
1515
},
1616
"description": "Example app for react-native-paper-dates",
1717
"devDependencies": {
18-
"@babel/core": "^7.28.6",
18+
"@babel/core": "^7.29.0",
1919
"@expo/webpack-config": "^19.0.1",
20-
"babel-loader": "^10.0.0",
21-
"babel-plugin-module-resolver": "^5.0.2"
20+
"babel-loader": "^10.1.1",
21+
"babel-plugin-module-resolver": "^5.0.3"
2222
},
2323
"expo": {
2424
"doctor": {

0 commit comments

Comments
 (0)