Skip to content

Commit be8a827

Browse files
committed
upgrade deps
1 parent 148e75d commit be8a827

File tree

2 files changed

+460
-189
lines changed

2 files changed

+460
-189
lines changed

package.json

Lines changed: 62 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,64 @@
11
{
2-
"name": "vue-cli-plugin-electron-builder",
3-
"version": "1.0.0-beta.6",
4-
"description": "A Vue Cli 3 plugin for Electron with no required configuration",
5-
"main": "index.js",
6-
"homepage": "https://nklayman.github.io/vue-cli-plugin-electron-builder/",
7-
"scripts": {
8-
"test": "jest",
9-
"pretest": "rimraf __tests__/projects/*",
10-
"lint": "eslint --ignore-pattern projects ./",
11-
"docs:dev": "vuepress dev docs",
12-
"docs:build": "vuepress build docs",
13-
"docs:deploy": "node ./deployDocs.js"
14-
},
15-
"keywords": [
16-
"electron",
17-
"vue",
18-
"cli",
19-
"vue-cli",
20-
"vue-cli-plugin",
21-
"webpack",
22-
"electron-builder",
23-
"electron-webpack"
24-
],
25-
"repository": "https://github.com/nklayman/vue-cli-plugin-electron-builder.git",
26-
"author": "Noah Klayman <[email protected]>",
27-
"license": "MIT",
28-
"private": false,
29-
"dependencies": {
30-
"@vue/cli-service": "https://github.com/nklayman/vue-cli-plugin-electron-builder/raw/master/vue-cli-service-custom-2.tgz",
31-
"electron": "^2.0.5",
32-
"electron-builder": "^20.24.4",
33-
"execa": "^0.10.0",
34-
"fs-extra": "^7.0.0",
35-
"lodash.merge": "^4.6.1",
36-
"spectron": "^3.8.0",
37-
"uglifyjs-webpack-plugin": "^1.2.7",
38-
"unzip-crx": "^0.2.0",
39-
"webpack": "^4.16.1",
40-
"webpack-chain": "^4.8.0",
41-
"webpack-target-electron-renderer": "^0.4.0"
42-
},
43-
"devDependencies": {
44-
"@vue/cli": "^3.0.0-rc.5",
45-
"@vue/cli-plugin-babel": "^3.0.0-rc.5",
46-
"@vue/cli-plugin-eslint": "^3.0.0-rc.5",
47-
"@vue/cli-plugin-typescript": "^3.0.0-rc.5",
48-
"@vue/cli-plugin-unit-jest": "^3.0.0-rc.5",
49-
"@vue/cli-test-utils": "^3.0.0-rc.5",
50-
"@vue/eslint-config-typescript": "^3.0.0-rc.5",
51-
"eslint-config-standard": "^11.0.0",
52-
"eslint-plugin-import": "^2.13.0",
53-
"eslint-plugin-node": "^7.0.1",
54-
"eslint-plugin-promise": "^3.8.0",
55-
"eslint-plugin-standard": "^3.1.0",
56-
"jest": "^23.4.1",
57-
"lnk": "^1.1.0",
58-
"portfinder": "^1.0.13",
59-
"rimraf": "^2.6.2",
60-
"vue": "^2.5.16",
61-
"vuepress": "^0.13.1"
62-
}
2+
"name": "vue-cli-plugin-electron-builder",
3+
"version": "1.0.0-beta.6",
4+
"description": "A Vue Cli 3 plugin for Electron with no required configuration",
5+
"main": "index.js",
6+
"homepage": "https://nklayman.github.io/vue-cli-plugin-electron-builder/",
7+
"scripts": {
8+
"test": "jest",
9+
"pretest": "rimraf __tests__/projects/*",
10+
"lint": "eslint --ignore-pattern projects ./",
11+
"docs:dev": "vuepress dev docs",
12+
"docs:build": "vuepress build docs",
13+
"docs:deploy": "node ./deployDocs.js"
14+
},
15+
"keywords": [
16+
"electron",
17+
"vue",
18+
"cli",
19+
"vue-cli",
20+
"vue-cli-plugin",
21+
"webpack",
22+
"electron-builder",
23+
"electron-webpack"
24+
],
25+
"repository": "https://github.com/nklayman/vue-cli-plugin-electron-builder.git",
26+
"author": "Noah Klayman <[email protected]>",
27+
"license": "MIT",
28+
"private": false,
29+
"dependencies": {
30+
"@vue/cli-service": "https://github.com/nklayman/vue-cli-plugin-electron-builder/raw/master/vue-cli-service-custom-2.tgz",
31+
"electron": "^2.0.7",
32+
"electron-builder": "^20.27.1",
33+
"execa": "^0.10.0",
34+
"fs-extra": "^7.0.0",
35+
"lodash.merge": "^4.6.1",
36+
"spectron": "^3.8.0",
37+
"uglifyjs-webpack-plugin": "^1.2.7",
38+
"unzip-crx": "^0.2.0",
39+
"webpack": "^4.16.5",
40+
"webpack-chain": "^4.8.0",
41+
"webpack-target-electron-renderer": "^0.4.0"
42+
},
43+
"devDependencies": {
44+
"@vue/cli": "^3.0.0",
45+
"@vue/cli-plugin-babel": "^3.0.0",
46+
"@vue/cli-plugin-eslint": "^3.0.0",
47+
"@vue/cli-plugin-typescript": "^3.0.0",
48+
"@vue/cli-plugin-unit-jest": "^3.0.0",
49+
"@vue/cli-test-utils": "^3.0.0",
50+
"@vue/eslint-config-typescript": "^3.0.0",
51+
"eslint-config-standard": "^11.0.0",
52+
"eslint-plugin-import": "^2.13.0",
53+
"eslint-plugin-node": "^7.0.1",
54+
"eslint-plugin-promise": "^3.8.0",
55+
"eslint-plugin-standard": "^3.1.0",
56+
"jest": "^23.5.0",
57+
"lnk": "^1.1.0",
58+
"portfinder": "^1.0.16",
59+
"rimraf": "^2.6.2",
60+
"typescript": "^3.0.1",
61+
"vue": "2.5.16",
62+
"vuepress": "^0.14.1"
63+
}
6364
}

0 commit comments

Comments
 (0)