Skip to content

Commit bf1a7b5

Browse files
committed
Update dependencies
1 parent e9f6a0f commit bf1a7b5

File tree

5 files changed

+138
-293
lines changed

5 files changed

+138
-293
lines changed

packages/expo-template-redux-typescript/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,9 @@
3232
"devDependencies": {
3333
"@babel/core": "^7.26.9",
3434
"@eslint/js": "^9.22.0",
35-
"@react-native-community/cli": "^17.0.0",
35+
"@react-native-community/cli": "^18.0.0",
3636
"@react-native-community/cli-platform-android": "^17.0.0",
3737
"@react-native-community/cli-platform-ios": "^17.0.0",
38-
"@react-native/eslint-config": "^0.78.0",
3938
"@testing-library/react-native": "^13.2.0",
4039
"@types/babel__core": "^7.20.5",
4140
"@types/jest": "^29.5.14",

packages/react-native-template-redux-typescript/template/android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-all.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

packages/react-native-template-redux-typescript/template/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,10 @@
2525
"@babel/preset-env": "^7.26.9",
2626
"@babel/runtime": "^7.26.9",
2727
"@eslint/js": "^9.22.0",
28-
"@react-native-community/cli": "^17.0.0",
28+
"@react-native-community/cli": "^18.0.0",
2929
"@react-native-community/cli-platform-android": "^17.0.0",
3030
"@react-native-community/cli-platform-ios": "^17.0.0",
3131
"@react-native/babel-preset": "^0.78.0",
32-
"@react-native/eslint-config": "^0.78.0",
3332
"@react-native/metro-config": "^0.78.0",
3433
"@react-native/typescript-config": "^0.78.0",
3534
"@testing-library/react-native": "^13.2.0",

packages/vite-template-redux/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@types/react": "^19.0.10",
3232
"@types/react-dom": "^19.0.4",
3333
"@vitejs/plugin-react": "^4.3.4",
34-
"@vitest/eslint-plugin": "^1.1.36",
34+
"@vitest/eslint-plugin": "^1.1.37",
3535
"eslint": "^9.22.0",
3636
"eslint-config-prettier": "^10.1.1",
3737
"eslint-plugin-prettier": "^5.2.3",

0 commit comments

Comments
 (0)