|
1 | 1 | {
|
2 | 2 | "name": "typescript-react-electron-starter",
|
3 |
| - "version": "0.0.3", |
| 3 | + "version": "0.0.4", |
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.0", |
| 63 | + "electron": "8.2.1", |
64 | 64 | "fancy-log": "1.3.3",
|
65 | 65 | "react": "16.13.1",
|
66 | 66 | "react-dom": "16.13.1"
|
|
69 | 69 | "@actions/core": "1.2.3",
|
70 | 70 | "@actions/github": "2.1.1",
|
71 | 71 | "@octokit/core": "2.4.3",
|
72 |
| - "@octokit/rest": "17.1.4", |
73 |
| - "@octokit/types": "2.5.1", |
| 72 | + "@octokit/rest": "17.2.0", |
| 73 | + "@octokit/types": "2.8.1", |
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.1.4", |
| 82 | + "@types/jest": "25.2.1", |
83 | 83 | "@types/mime": "2.0.1",
|
84 |
| - "@types/react": "16.9.26", |
85 |
| - "@types/react-dom": "16.9.5", |
| 84 | + "@types/react": "16.9.34", |
| 85 | + "@types/react-dom": "16.9.6", |
86 | 86 | "@types/react-test-renderer": "16.9.2",
|
87 | 87 | "@types/through2": "2.0.34",
|
88 | 88 | "@types/webdriverio": "4.13.3",
|
89 |
| - "@zeit/ncc": "0.22.0", |
| 89 | + "@zeit/ncc": "0.22.1", |
90 | 90 | "archiver": "3.1.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 |
| - "gulp-git": "2.10.0", |
| 96 | + "gulp-git": "2.10.1", |
97 | 97 | "gulp-jest": "4.0.3",
|
98 | 98 | "gulp-sass": "4.0.2",
|
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.2.3", |
104 |
| - "jest-cli": "25.2.3", |
| 103 | + "jest": "25.3.0", |
| 104 | + "jest-cli": "25.3.0", |
105 | 105 | "jest-environment-enzyme": "7.1.2",
|
106 | 106 | "jest-enzyme": "7.1.2",
|
107 | 107 | "jest-spec-reporter": "1.0.12",
|
|
112 | 112 | "spectre.css": "0.5.8",
|
113 | 113 | "spectron": "10.0.1",
|
114 | 114 | "through2": "3.0.1",
|
115 |
| - "ts-jest": "25.2.1", |
116 |
| - "tslint": "6.1.0", |
| 115 | + "ts-jest": "25.3.1", |
| 116 | + "tslint": "6.1.1", |
117 | 117 | "typescript": "3.8.3"
|
118 | 118 | }
|
119 | 119 | }
|
0 commit comments