Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update example #912

Merged
merged 1 commit into from Mar 16, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/fork-ts-checker-webpack-plugin/package.json
Expand Up @@ -16,8 +16,8 @@
"@types/react-router-dom": "^4.0.5",
"@types/react-test-renderer": "^16.0.0",
"@types/react-transition-group": "^2.0.2",
"fork-ts-checker-notifier-webpack-plugin": "next",
"fork-ts-checker-webpack-plugin": "next",
"fork-ts-checker-notifier-webpack-plugin": "^1.0.0",
"fork-ts-checker-webpack-plugin": "^1.0.0",
"html-webpack-plugin": "next",
"rimraf": "^2.6.1",
"source-map-loader": "^0.2.1",
Expand Down
@@ -1,5 +1,5 @@
import * as React from 'react';

export const Layout: React.SFC<{}> = _props => (
<h1>Heya, heya, hey!!!</h1>
<h1>Heya, heya, heya!!</h1>
);
2 changes: 1 addition & 1 deletion examples/fork-ts-checker-webpack-plugin/src/index.html
Expand Up @@ -5,7 +5,7 @@
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">

<title>Hot Module Reloading</title>
<title>fork-ts-checker-webpack-plugin</title>

<meta name="viewport" content="width=device-width, initial-scale=1">

Expand Down
16 changes: 8 additions & 8 deletions examples/fork-ts-checker-webpack-plugin/yarn.lock
Expand Up @@ -1594,17 +1594,17 @@ for-in@^1.0.2:
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=

fork-ts-checker-notifier-webpack-plugin@next:
version "1.0.0-alpha.0"
resolved "https://registry.yarnpkg.com/fork-ts-checker-notifier-webpack-plugin/-/fork-ts-checker-notifier-webpack-plugin-1.0.0-alpha.0.tgz#fcef1313c67f03e6947b08701fbdef154459f701"
integrity sha512-QsipkO5uQ7soM82BAZOgnAgSvzXHsTvVHAY4IZZiLML282JM91qSAmS8xBikIZoUSb7rtKp0/Wo4w4Gsbb7uKw==
fork-ts-checker-notifier-webpack-plugin@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/fork-ts-checker-notifier-webpack-plugin/-/fork-ts-checker-notifier-webpack-plugin-1.0.0.tgz#04edbcaff60aa38a62fc0de2d8cdebeca48a2f7e"
integrity sha512-pYIQ+XyqBVMAjTb/lLW46bdaO9KcLm/Qmzy6JHt1BRjBBPveAwTpf5sWi8ACJH6yaJvgWryK6RiL82RETkw2iw==
dependencies:
node-notifier "^5.1.2"

fork-ts-checker-webpack-plugin@next:
version "1.0.0-alpha.4"
resolved "https://registry.yarnpkg.com/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-1.0.0-alpha.4.tgz#ee969b0c3790dbd8e92e885e1c6ba7f5dc7302a9"
integrity sha512-DDGceXYHUu9Hyqa5/E24WocGsc6vReqxGOt6jpdmmgwMxmM6MVXEsHP2ApgOYeKTzjFtJAVkbE4rmz8WNPSShA==
fork-ts-checker-webpack-plugin@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-1.0.0.tgz#0f9ff0219f9b6f1a1b10fa25d7cc5015e60c997a"
integrity sha512-Kc7LI0OlnWB0FRbDQO+nnDCfZr+LhFSJIP8kZppDXvuXI/opeMg3IrlMedBX/EGgOUK0ma5Hafgkdp3DuxgYdg==
dependencies:
babel-code-frame "^6.22.0"
chalk "^2.4.1"
Expand Down