Skip to content

Commit 3ea4432

Browse files
committed
latest pkg json for ide
1 parent a04da57 commit 3ea4432

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

packages/selenium-ide/package.json

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"scripts": {
1010
"clean": "rimraf build dist files node_modules tsconfig.tsbuildinfo",
1111
"start": "electron build/main-bundle.js",
12+
"dev": "SIDE_DEV=1 electron build/main-bundle.js",
1213
"build": "run-s build:webpack build:electron",
1314
"build:electron": "CSC_IDENTITY_AUTO_DISCOVERY=false electron-builder -mwl --publish never",
1415
"build:electron:dir": "CSC_IDENTITY_AUTO_DISCOVERY=false electron-builder --dir",
@@ -18,7 +19,8 @@
1819
"publish:electron:mac": "CSC_IDENTITY_AUTO_DISCOVERY=false electron-builder -m --publish always",
1920
"publish:electron:windows": "electron-builder -w --publish always",
2021
"release": "electron-builder",
21-
"watch": "webpack serve"
22+
"serve": "SIDE_DEV=1 webpack serve",
23+
"watch": "webpack watch"
2224
},
2325
"bin": {
2426
"selenium-ide": "bin.js"
@@ -115,17 +117,17 @@
115117
"@mui/icons-material": "^5.15.13",
116118
"@mui/material": "^5.15.13",
117119
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
118-
"@seleniumhq/code-export-csharp-nunit": "^4.0.1",
119-
"@seleniumhq/code-export-csharp-xunit": "^4.0.1",
120-
"@seleniumhq/code-export-java-junit": "^4.0.1",
121-
"@seleniumhq/code-export-javascript-mocha": "^4.0.1",
122-
"@seleniumhq/code-export-python-pytest": "^4.0.1",
123-
"@seleniumhq/code-export-ruby-rspec": "^4.0.1",
120+
"@seleniumhq/code-export-csharp-nunit": "^4.0.2",
121+
"@seleniumhq/code-export-csharp-xunit": "^4.0.2",
122+
"@seleniumhq/code-export-java-junit": "^4.0.2",
123+
"@seleniumhq/code-export-javascript-mocha": "^4.0.2",
124+
"@seleniumhq/code-export-python-pytest": "^4.0.2",
125+
"@seleniumhq/code-export-ruby-rspec": "^4.0.2",
124126
"@seleniumhq/get-driver": "^4.0.1",
125-
"@seleniumhq/side-api": "^4.0.3",
127+
"@seleniumhq/side-api": "^4.0.4",
126128
"@seleniumhq/side-commons": "^4.0.1",
127129
"@seleniumhq/side-model": "^4.0.1",
128-
"@seleniumhq/side-runtime": "^4.0.2",
130+
"@seleniumhq/side-runtime": "^4.0.3",
129131
"dnd-core": "^16.0.1",
130132
"electron-chromedriver": "^28.0.0",
131133
"electron-log": "^5.1.0",
@@ -141,7 +143,7 @@
141143
"react-resizable-panels": "^1.0.8",
142144
"scroll-into-view-if-needed": "^3.0.10",
143145
"selenium-webdriver": "^4.16.0",
144-
"side-code-export": "^4.0.0",
146+
"side-code-export": "^4.0.2",
145147
"v8-compile-cache": "^2.3.0"
146148
},
147149
"devDependencies": {

0 commit comments

Comments
 (0)