Skip to content

Commit 1ca9f26

Browse files
Update package.json
1. Bumped all dependencies, specifically "run-script-os" because of this issue(charlesguse/run-script-os#42) in version 1.0.7. 2. Removed "--onefile" for linux since it is no longer supported by pyinstaller.
1 parent 3282603 commit 1ca9f26

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build": "npm run clean && npm run frontend:prod && run-script-os",
88
"build:macos": "./venv-pywebview/bin/python build-macos.py py2app",
99
"build:windows": ".\\venv-pywebview\\Scripts\\pyinstaller build-windows.spec",
10-
"build:linux": "./venv-pywebview/bin/pyinstaller build-linux.spec --onefile",
10+
"build:linux": "./venv-pywebview/bin/pyinstaller build-linux.spec",
1111
"clean": "run-script-os",
1212
"clean:default": "rm -rf dist 2>/dev/null; rm -rf gui 2>/dev/null; rm -rf build 2>/dev/null; ",
1313
"clean:windows": "if exist dist rd /S /Q dist & if exist build rd /S /Q build & if exist gui rd /S /Q gui",
@@ -41,13 +41,13 @@
4141
},
4242
"homepage": "https://github.com/r0x0r/pywebview-react-boilerplate#readme",
4343
"dependencies": {
44-
"react": "16.12.0",
45-
"react-dom": "16.12.0"
44+
"react": "^18.2.0",
45+
"react-dom": "^18.2.0"
4646
},
4747
"devDependencies": {
48-
"parcel-bundler": "1.12.4",
49-
"run-script-os": "1.0.7",
50-
"sass": "1.25.0",
51-
"typescript": "^3.7.5"
48+
"parcel-bundler": "^1.12.5",
49+
"run-script-os": "^1.1.6",
50+
"sass": "^1.63.6",
51+
"typescript": "^5.1.6"
5252
}
5353
}

0 commit comments

Comments
 (0)