Skip to content

Commit 1f81fe8

Browse files
authored
feat(init): support React Native 0.84.1 bootstrap (#1373)
1 parent d8a3948 commit 1f81fe8

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@callstack/repack-init": patch
3+
---
4+
5+
Add support for bootstrapping new Re.Pack projects with React Native 0.84.1 and refresh the default bundler dependency versions used during initialization.

packages/init/versions.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"react-native": "0.81",
2+
"react-native": "0.84.1",
33
"rspack": {
4-
"@rspack/core": "^1.3.4",
5-
"@swc/helpers": "^0.5.17"
4+
"@rspack/core": "^1.7.8",
5+
"@swc/helpers": "^0.5.19"
66
},
77
"webpack": {
8-
"terser-webpack-plugin": "^5.3.14",
9-
"webpack": "^5.99.5"
8+
"terser-webpack-plugin": "^5.4.0",
9+
"webpack": "^5.105.4"
1010
}
1111
}

0 commit comments

Comments
 (0)