Skip to content

Commit

Permalink
Merge pull request #8 from gregoranders/development
Browse files Browse the repository at this point in the history
Updated dependencies
  • Loading branch information
gregoranders authored Apr 10, 2020
2 parents 60bd4f7 + 6289b7a commit 89ffa4d
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript-react-electron-starter",
"version": "0.0.3",
"version": "0.0.4",
"description": "TypeScript React Electron Starter",
"main": "app/main.js",
"scripts": {
Expand Down Expand Up @@ -60,7 +60,7 @@
},
"homepage": "https://gregoranders.github.io/typescript-react-electron-starter/",
"dependencies": {
"electron": "8.2.0",
"electron": "8.2.1",
"fancy-log": "1.3.3",
"react": "16.13.1",
"react-dom": "16.13.1"
Expand All @@ -69,8 +69,8 @@
"@actions/core": "1.2.3",
"@actions/github": "2.1.1",
"@octokit/core": "2.4.3",
"@octokit/rest": "17.1.4",
"@octokit/types": "2.5.1",
"@octokit/rest": "17.2.0",
"@octokit/types": "2.8.1",
"@types/archiver": "3.1.0",
"@types/electron-packager": "14.0.0",
"@types/enzyme": "3.10.5",
Expand All @@ -79,29 +79,29 @@
"@types/gulp": "4.0.6",
"@types/gulp-sass": "4.0.0",
"@types/gulp-sourcemaps": "0.0.32",
"@types/jest": "25.1.4",
"@types/jest": "25.2.1",
"@types/mime": "2.0.1",
"@types/react": "16.9.26",
"@types/react-dom": "16.9.5",
"@types/react": "16.9.34",
"@types/react-dom": "16.9.6",
"@types/react-test-renderer": "16.9.2",
"@types/through2": "2.0.34",
"@types/webdriverio": "4.13.3",
"@zeit/ncc": "0.22.0",
"@zeit/ncc": "0.22.1",
"archiver": "3.1.1",
"del": "5.1.0",
"electron-packager": "14.2.1",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.2",
"gulp": "4.0.2",
"gulp-git": "2.10.0",
"gulp-git": "2.10.1",
"gulp-jest": "4.0.3",
"gulp-sass": "4.0.2",
"gulp-sass-lint": "1.4.0",
"gulp-sourcemaps": "2.6.5",
"gulp-tslint": "8.1.4",
"gulp-typescript": "6.0.0-alpha.1",
"jest": "25.2.3",
"jest-cli": "25.2.3",
"jest": "25.3.0",
"jest-cli": "25.3.0",
"jest-environment-enzyme": "7.1.2",
"jest-enzyme": "7.1.2",
"jest-spec-reporter": "1.0.12",
Expand All @@ -112,8 +112,8 @@
"spectre.css": "0.5.8",
"spectron": "10.0.1",
"through2": "3.0.1",
"ts-jest": "25.2.1",
"tslint": "6.1.0",
"ts-jest": "25.3.1",
"tslint": "6.1.1",
"typescript": "3.8.3"
}
}

0 comments on commit 89ffa4d

Please sign in to comment.