Skip to content

Commit

Permalink
fix: Fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
unlight committed Jun 14, 2019
1 parent 3875beb commit bc09372
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,22 +45,22 @@
"typescript": ">=2.9"
},
"devDependencies": {
"@semantic-release/changelog": "^3.0.2",
"@semantic-release/changelog": "^3.0.4",
"@semantic-release/commit-analyzer": "^7.0.0-beta.2",
"@semantic-release/git": "^7.1.0-beta.3",
"@semantic-release/github": "^5.4.0-beta.1",
"@semantic-release/github": "^5.4.0",
"@semantic-release/npm": "^5.2.0-beta.6",
"@semantic-release/release-notes-generator": "^7.1.7",
"@types/jest": "^24.0.13",
"@types/node": "^12.0.2",
"@typescript-eslint/eslint-plugin-tslint": "^1.9.0",
"@typescript-eslint/parser": "^1.9.0",
"@semantic-release/release-notes-generator": "^7.2.0",
"@types/jest": "^24.0.14",
"@types/node": "^12.0.8",
"@typescript-eslint/eslint-plugin-tslint": "^1.10.2",
"@typescript-eslint/parser": "^1.10.2",
"eslint": "^5.16.0",
"eslint-import-resolver-node": "^0.3.2",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jest": "^22.6.4",
"eslint-plugin-only-warn": "^1.0.1",
"eslint-plugin-unicorn": "^8.0.2",
"eslint-plugin-unicorn": "^9.1.0",
"eslint-plugin-wix-editor": "^2.0.0",
"jest": "^24.8.0",
"npm-run-all": "^4.1.5",
Expand All @@ -69,20 +69,20 @@
"remark-license": "^5.0.1",
"remark-toc": "^5.1.1",
"semantic-release": "^16.0.0-beta.19",
"simplytyped": "^3.1.0",
"simplytyped": "^3.2.0",
"source-map-loader": "^0.2.4",
"ts-jest": "^24.0.2",
"ts-loader": "^6.0.2",
"ts-node": "^8.2.0",
"tslint": "^5.16.0",
"tslint": "^5.17.0",
"tslint-clean-code": "^0.2.9",
"tslint-microsoft-contrib": "^6.2.0",
"tslint-sonarts": "^1.9.0",
"ttypescript": "^1.5.7",
"type-coverage": "^2.0.2",
"typescript": "~3.4.5",
"typescript": "~3.5.2",
"watchexec-bin": "^1.0.0",
"webpack": "^4.33.0",
"webpack": "^4.34.0",
"webpack-cli": "^3.3.4"
},
"config": {
Expand Down

0 comments on commit bc09372

Please sign in to comment.