|
1 | 1 | {
|
2 | 2 | "name": "typescript-react-electron-starter",
|
3 |
| - "version": "0.0.6", |
| 3 | + "version": "0.0.7", |
4 | 4 | "description": "TypeScript React Electron Starter",
|
5 | 5 | "main": "app/main.js",
|
6 | 6 | "scripts": {
|
|
60 | 60 | },
|
61 | 61 | "homepage": "https://gregoranders.github.io/typescript-react-electron-starter/",
|
62 | 62 | "dependencies": {
|
63 |
| - "electron": "8.2.1", |
| 63 | + "electron": "9.0.2", |
64 | 64 | "fancy-log": "1.3.3",
|
65 | 65 | "react": "16.13.1",
|
66 | 66 | "react-dom": "16.13.1"
|
67 | 67 | },
|
68 | 68 | "devDependencies": {
|
69 |
| - "@actions/core": "1.2.3", |
70 |
| - "@actions/github": "2.1.1", |
71 |
| - "@octokit/core": "2.4.3", |
72 |
| - "@octokit/rest": "17.2.0", |
73 |
| - "@octokit/types": "2.8.1", |
| 69 | + "@actions/core": "1.2.4", |
| 70 | + "@actions/github": "3.0.0", |
| 71 | + "@octokit/core": "2.5.3", |
| 72 | + "@octokit/rest": "17.10.0", |
| 73 | + "@octokit/types": "4.1.8", |
74 | 74 | "@types/archiver": "3.1.0",
|
75 | 75 | "@types/electron-packager": "14.0.0",
|
76 | 76 | "@types/enzyme": "3.10.5",
|
|
79 | 79 | "@types/gulp": "4.0.6",
|
80 | 80 | "@types/gulp-sass": "4.0.0",
|
81 | 81 | "@types/gulp-sourcemaps": "0.0.32",
|
82 |
| - "@types/jest": "25.2.1", |
83 |
| - "@types/mime": "2.0.1", |
84 |
| - "@types/react": "16.9.34", |
85 |
| - "@types/react-dom": "16.9.6", |
| 82 | + "@types/jest": "25.2.3", |
| 83 | + "@types/mime": "2.0.2", |
| 84 | + "@types/react": "16.9.35", |
| 85 | + "@types/react-dom": "16.9.8", |
86 | 86 | "@types/react-test-renderer": "16.9.2",
|
87 |
| - "@types/through2": "2.0.34", |
| 87 | + "@types/through2": "2.0.36", |
88 | 88 | "@types/webdriverio": "4.13.3",
|
89 |
| - "@zeit/ncc": "0.22.1", |
90 |
| - "archiver": "3.1.1", |
| 89 | + "@zeit/ncc": "0.22.3", |
| 90 | + "archiver": "4.0.1", |
91 | 91 | "del": "5.1.0",
|
92 | 92 | "electron-packager": "14.2.1",
|
93 | 93 | "enzyme": "3.11.0",
|
94 | 94 | "enzyme-adapter-react-16": "1.15.2",
|
95 | 95 | "gulp": "4.0.2",
|
96 | 96 | "gulp-git": "2.10.1",
|
97 | 97 | "gulp-jest": "4.0.3",
|
98 |
| - "gulp-sass": "4.0.2", |
| 98 | + "gulp-sass": "4.1.0", |
99 | 99 | "gulp-sass-lint": "1.4.0",
|
100 | 100 | "gulp-sourcemaps": "2.6.5",
|
101 | 101 | "gulp-tslint": "8.1.4",
|
102 | 102 | "gulp-typescript": "6.0.0-alpha.1",
|
103 |
| - "jest": "25.3.0", |
104 |
| - "jest-cli": "25.3.0", |
| 103 | + "jest": "26.0.1", |
| 104 | + "jest-cli": "26.0.1", |
105 | 105 | "jest-environment-enzyme": "7.1.2",
|
106 | 106 | "jest-enzyme": "7.1.2",
|
107 |
| - "jest-spec-reporter": "1.0.12", |
108 |
| - "mime": "2.4.4", |
109 |
| - "node-sass": "4.13.1", |
| 107 | + "jest-spec-reporter": "1.0.13", |
| 108 | + "mime": "2.4.6", |
| 109 | + "node-sass": "4.14.1", |
110 | 110 | "react-test-renderer": "16.13.1",
|
111 | 111 | "rimraf": "3.0.2",
|
112 | 112 | "spectre.css": "0.5.8",
|
113 |
| - "spectron": "10.0.1", |
| 113 | + "spectron": "11.0.0", |
114 | 114 | "through2": "3.0.1",
|
115 |
| - "ts-jest": "25.3.1", |
116 |
| - "tslint": "6.1.1", |
117 |
| - "typescript": "3.8.3" |
| 115 | + "ts-jest": "26.1.0", |
| 116 | + "tslint": "6.1.2", |
| 117 | + "typescript": "3.9.5" |
118 | 118 | }
|
119 | 119 | }
|
0 commit comments