Skip to content

Commit 98b2bae

Browse files
William Sedlacekrigor789
andauthored
chore(template-blank-react): move react-refresh to webpack5 (#200)
* chore(template-blank-react): more react-refresh to webpack5 * chore: bump version Co-authored-by: Igor Randjelovic <rigor789@gmail.com>
1 parent a3fbd1b commit 98b2bae

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

packages/template-blank-react/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/template-blank-react",
3-
"version": "8.1.0",
3+
"version": "8.1.1",
44
"description": "Blank template for NativeScript apps using React.",
55
"author": "Jamie Birch <14055146+shirakaba@users.noreply.github.com>",
66
"main": "src/app.ts",
@@ -45,13 +45,11 @@
4545
"@react-navigation/core": "^5.15.3",
4646
"react": "~16.13.1",
4747
"react-nativescript": "^3.0.0-beta.1",
48-
"react-nativescript-navigation": "3.0.0-beta.2",
49-
"react-refresh": "~0.8.3"
48+
"react-nativescript-navigation": "3.0.0-beta.2"
5049
},
5150
"devDependencies": {
5251
"@nativescript/types": "~8.1.1",
5352
"@nativescript/webpack": "~5.0.0",
54-
"@pmmmwh/react-refresh-webpack-plugin": "~0.4.0-beta.5",
5553
"@types/react": "16.9.34",
5654
"patch-package": "~6.2.2",
5755
"typescript": "~4.3.5"

0 commit comments

Comments
 (0)