Skip to content

Commit

Permalink
Merge pull request #12 from gregoranders/development
Browse files Browse the repository at this point in the history
0.0.7 Release
  • Loading branch information
gregoranders committed Jun 6, 2020
2 parents cbd1cfb + cc6844f commit 87ceb16
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 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.6",
"version": "0.0.7",
"description": "TypeScript React Electron Starter",
"main": "app/main.js",
"scripts": {
Expand Down Expand Up @@ -60,17 +60,17 @@
},
"homepage": "https://gregoranders.github.io/typescript-react-electron-starter/",
"dependencies": {
"electron": "8.2.1",
"electron": "9.0.2",
"fancy-log": "1.3.3",
"react": "16.13.1",
"react-dom": "16.13.1"
},
"devDependencies": {
"@actions/core": "1.2.3",
"@actions/github": "2.1.1",
"@octokit/core": "2.4.3",
"@octokit/rest": "17.2.0",
"@octokit/types": "2.8.1",
"@actions/core": "1.2.4",
"@actions/github": "3.0.0",
"@octokit/core": "2.5.3",
"@octokit/rest": "17.10.0",
"@octokit/types": "4.1.8",
"@types/archiver": "3.1.0",
"@types/electron-packager": "14.0.0",
"@types/enzyme": "3.10.5",
Expand All @@ -79,41 +79,41 @@
"@types/gulp": "4.0.6",
"@types/gulp-sass": "4.0.0",
"@types/gulp-sourcemaps": "0.0.32",
"@types/jest": "25.2.1",
"@types/mime": "2.0.1",
"@types/react": "16.9.34",
"@types/react-dom": "16.9.6",
"@types/jest": "25.2.3",
"@types/mime": "2.0.2",
"@types/react": "16.9.35",
"@types/react-dom": "16.9.8",
"@types/react-test-renderer": "16.9.2",
"@types/through2": "2.0.34",
"@types/through2": "2.0.36",
"@types/webdriverio": "4.13.3",
"@zeit/ncc": "0.22.1",
"archiver": "3.1.1",
"@zeit/ncc": "0.22.3",
"archiver": "4.0.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.1",
"gulp-jest": "4.0.3",
"gulp-sass": "4.0.2",
"gulp-sass": "4.1.0",
"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.3.0",
"jest-cli": "25.3.0",
"jest": "26.0.1",
"jest-cli": "26.0.1",
"jest-environment-enzyme": "7.1.2",
"jest-enzyme": "7.1.2",
"jest-spec-reporter": "1.0.12",
"mime": "2.4.4",
"node-sass": "4.13.1",
"jest-spec-reporter": "1.0.13",
"mime": "2.4.6",
"node-sass": "4.14.1",
"react-test-renderer": "16.13.1",
"rimraf": "3.0.2",
"spectre.css": "0.5.8",
"spectron": "10.0.1",
"spectron": "11.0.0",
"through2": "3.0.1",
"ts-jest": "25.3.1",
"tslint": "6.1.1",
"typescript": "3.8.3"
"ts-jest": "26.1.0",
"tslint": "6.1.2",
"typescript": "3.9.5"
}
}

0 comments on commit 87ceb16

Please sign in to comment.