Skip to content

Commit

Permalink
chore: package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
goosewobbler committed Feb 13, 2024
1 parent 8c46678 commit 100d27c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 19 deletions.
9 changes: 3 additions & 6 deletions example-electron-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
"clean:dist": "pnpx rimraf ./dist && mkdir -p ./dist",
"test": "wdio run ./wdio.conf.ts"
},
"dependencies": {
"wdio-electron-service": "file:../"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-node-resolve": "^15.2.1",
Expand All @@ -29,14 +32,8 @@
"ts-loader": "^9.4.4",
"ts-node": "^10.9.1",
"typescript": "^5.3.2",
"wdio-electron-service": "file:../",
"webdriverio": "^8.27.2"
},
"pnpm": {
"overrides": {
"expect-webdriverio": "4.9.3"
}
},
"peerDependencies": {
"typescript": "5.2.2"
},
Expand Down
11 changes: 4 additions & 7 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,13 @@
"build:bundle": "tsc && rollup -c rollup.config.js",
"build:package": "cp ./src/index.html ./dist && electron-forge package",
"ci": "pnpm i && pnpm build && pnpm test",
"clean": "pnpm clean:dist && rm -rf ./node_modules pnpm-lock.yaml ./wdio-logs",
"clean": "pnpm clean:dist && rm -rf ./node_modules pnpm-lock.yaml ./wdio-logs ./out",
"clean:dist": "pnpx rimraf ./dist && mkdir -p ./dist",
"test": "wdio run ./wdio.conf.ts && wdio run ./wdio.multiremote.conf.ts"
},
"dependencies": {
"wdio-electron-service": "file:../"
},
"devDependencies": {
"@electron-forge/cli": "^7.2.0",
"@rollup/plugin-commonjs": "^25.0.4",
Expand All @@ -29,14 +32,8 @@
"ts-loader": "^9.4.4",
"ts-node": "^10.9.1",
"typescript": "^5.3.2",
"wdio-electron-service": "file:../",
"webdriverio": "^8.27.2"
},
"pnpm": {
"overrides": {
"expect-webdriverio": "4.9.3"
}
},
"peerDependencies": {
"typescript": "5.2.2"
}
Expand Down
7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"eslint-plugin-vitest": "^0.3.16",
"eslint-plugin-wdio": "^8.20.0",
"expect": "^29.7.0",
"expect-webdriverio": "4.11.7",
"expect-webdriverio": "^4.11.7",
"globals": "^14.0.0",
"husky": "^9.0.10",
"jsdom": "^24.0.0",
Expand All @@ -135,11 +135,6 @@
"vitest": "^1.2.0",
"webdriverio": "^8.27.2"
},
"pnpm": {
"overrides": {
"expect-webdriverio": "4.11.7"
}
},
"files": [
"bin/*",
"dist/*"
Expand Down

0 comments on commit 100d27c

Please sign in to comment.