Skip to content

Commit b7df298

Browse files
authored
Merge pull request #1200 from JGreenlee/pin-react-native-0-76-7
🗜️ fix react and react-native versions
2 parents 001cc0b + f31f542 commit b7df298

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

package.cordovabuild.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@babel/preset-typescript": "^7.21.4",
2727
"@ionic/cli": "6.20.8",
2828
"@types/luxon": "^3.3.0",
29-
"@types/react": "~18.2.0",
29+
"@types/react": "^18.2.0",
3030
"babel-loader": "^9.1.2",
3131
"babel-plugin-optional-require": "^0.3.1",
3232
"concurrently": "^8.0.1",
@@ -35,6 +35,7 @@
3535
"exports-loader": "^4.0.0",
3636
"expose-loader": "^4.1.0",
3737
"file-loader": "^6.2.0",
38+
"macos-release": "^3.3.0",
3839
"phonegap": "9.0.0+cordova.9.0.0",
3940
"prettier": "3.1.0",
4041
"process": "^0.11.10",
@@ -154,10 +155,11 @@
154155
"npm": "^9.6.3",
155156
"phonegap-plugin-barcodescanner": "git+https://github.com/e-mission/phonegap-plugin-barcodescanner.git",
156157
"prop-types": "^15.8.1",
157-
"react": "~18.2.0",
158+
"react": "^18.2.0",
158159
"react-chartjs-2": "^5.2.0",
159-
"react-dom": "~18.2.0",
160+
"react-dom": "^18.2.0",
160161
"react-i18next": "^13.5.0",
162+
"react-native": "0.76.7",
161163
"react-native-paper": "^5.11.0",
162164
"react-native-paper-dates": "0.21.8",
163165
"react-native-paper-tabs": "^0.10.4",

package.serve.json

+6-4
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@ionic/cli": "6.20.8",
2727
"@testing-library/react-native": "^12.3.0",
2828
"@types/luxon": "^3.3.0",
29-
"@types/react": "~18.2.0",
29+
"@types/react": "^18.2.0",
3030
"babel-jest": "^29.7.0",
3131
"babel-loader": "^9.1.2",
3232
"babel-plugin-optional-require": "^0.3.1",
@@ -38,9 +38,10 @@
3838
"file-loader": "^6.2.0",
3939
"jest": "^29.7.0",
4040
"jest-environment-jsdom": "^29.7.0",
41+
"macos-release": "^3.3.0",
4142
"phonegap": "9.0.0+cordova.9.0.0",
4243
"process": "^0.11.10",
43-
"react-test-renderer": "~18.2.0",
44+
"react-test-renderer": "^18.2.0",
4445
"sass": "^1.62.1",
4546
"sass-loader": "^13.3.1",
4647
"style-loader": "^3.3.3",
@@ -78,10 +79,11 @@
7879
"luxon": "^3.3.0",
7980
"npm": "^9.6.3",
8081
"prop-types": "^15.8.1",
81-
"react": "~18.2.0",
82+
"react": "^18.2.0",
8283
"react-chartjs-2": "^5.2.0",
83-
"react-dom": "~18.2.0",
84+
"react-dom": "^18.2.0",
8485
"react-i18next": "^13.5.0",
86+
"react-native": "0.76.7",
8587
"react-native-paper": "^5.11.0",
8688
"react-native-paper-dates": "0.21.8",
8789
"react-native-paper-tabs": "^0.10.4",

0 commit comments

Comments
 (0)