Skip to content

Commit

Permalink
fix(template): current React Native not yet React 19 compatible
Browse files Browse the repository at this point in the history
release-npm
  • Loading branch information
tobua committed Dec 15, 2024
1 parent 2d150e4 commit f78b23d
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,38 +28,38 @@
}
},
"dependencies": {
"@react-native-community/cli": "^15.0.0",
"@react-native/babel-preset": "^0.76.0",
"@react-native/eslint-config": "^0.76.0",
"@react-native/metro-config": "^0.76.0",
"@react-native/typescript-config": "^0.76.0",
"@react-native-community/cli": "^15.1.3",
"@react-native/babel-preset": "^0.76.5",
"@react-native/eslint-config": "^0.76.5",
"@react-native/metro-config": "^0.76.5",
"@react-native/typescript-config": "^0.76.5",
"arg": "^5.0.2",
"command-exists": "^1.2.9",
"deepmerge": "^4.3.1",
"eslint": "8.57.0",
"eslint-plugin-prettier": "^5.2.1",
"fast-glob": "^3.3.2",
"global-cache-dir": "^6.0.0",
"is-ci": "^3.0.1",
"is-ci": "^4.1.0",
"json5": "^2.2.3",
"logua": "^3.0.3",
"pakag": "^3.1.4",
"parse-gitignore": "^2.0.0",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"prompts": "^2.4.2",
"semver": "^7.6.3",
"semver-sort": "^1.0.0",
"skip-local-postinstall": "^2.0.4"
},
"devDependencies": {
"@types/bun": "^1.1.12",
"@types/bun": "^1.1.14",
"@types/command-exists": "^1.2.3",
"@types/prompts": "^2.4.9",
"@types/semver": "^7.5.8",
"jest-fixture": "^4.1.0",
"padua": "^4.0.1",
"react-native": "^0.76.0",
"vitest": "^2.1.3"
"react-native": "^0.76.5",
"vitest": "^2.1.8"
},
"peerDependencies": {
"react-native": ">= 0.73"
Expand Down
14 changes: 7 additions & 7 deletions template/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,25 @@
"dependencies": {
"epic-language": "^1.0.0",
"mobx": "^6.13.5",
"mobx-react-lite": "^4.0.7",
"react": "^18.3.1",
"react-native": "^0.76.0",
"mobx-react-lite": "^4.1.0",
"react": "18.3.1",
"react-native": "^0.76.5",
"reactigation": "^6.1.2",
"responsive-react-native": "^1.0.6"
},
"devDependencies": {
"@testing-library/jest-native": "^5.4.3",
"@testing-library/react-native": "^12.7.2",
"@testing-library/react-native": "^12.9.0",
"@types/jest": "^29.5.14",
"@types/react": "^18.3.12",
"@types/react": "^19.0.1",
"@types/react-native": "^0.73.0",
"android-sdk-numic-plugin": "^1.0.7",
"babel-jest": "^29.7.0",
"icon-numic-plugin": "^1.4.4",
"jest": "^29.7.0",
"numic": "^3.3.1",
"react-test-renderer": "^18.3.1",
"typescript": "^5.6.3"
"react-test-renderer": "18.3.1",
"typescript": "^5.7.2"
},
"trustedDependencies": [
"numic"
Expand Down
12 changes: 6 additions & 6 deletions template/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@
}
},
"dependencies": {
"react": "^18.3.1",
"react-native": "^0.76.0"
"react": "18.3.1",
"react-native": "^0.76.5"
},
"type": "module",
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/react": "^18.3.12",
"@types/react": "^19.0.1",
"@types/react-native": "^0.73.0",
"@types/react-test-renderer": "^18.3.0",
"@types/react-test-renderer": "^19.0.0",
"android-sdk-numic-plugin": "^1.0.7",
"babel-jest": "^29.7.0",
"icon-numic-plugin": "^1.4.4",
"jest": "^29.7.0",
"numic": "^3.3.1",
"react-test-renderer": "18.2.0",
"typescript": "^5.6.3"
"react-test-renderer": "18.3.1",
"typescript": "^5.7.2"
},
"trustedDependencies": [
"numic"
Expand Down

0 comments on commit f78b23d

Please sign in to comment.