Skip to content

Commit c1f3c4e

Browse files
authored
update example (#912)
1 parent 4a8df76 commit c1f3c4e

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

examples/fork-ts-checker-webpack-plugin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"@types/react-router-dom": "^4.0.5",
1717
"@types/react-test-renderer": "^16.0.0",
1818
"@types/react-transition-group": "^2.0.2",
19-
"fork-ts-checker-notifier-webpack-plugin": "next",
20-
"fork-ts-checker-webpack-plugin": "next",
19+
"fork-ts-checker-notifier-webpack-plugin": "^1.0.0",
20+
"fork-ts-checker-webpack-plugin": "^1.0.0",
2121
"html-webpack-plugin": "next",
2222
"rimraf": "^2.6.1",
2323
"source-map-loader": "^0.2.1",
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as React from 'react';
22

33
export const Layout: React.SFC<{}> = _props => (
4-
<h1>Heya, heya, hey!!!</h1>
4+
<h1>Heya, heya, heya!!</h1>
55
);

examples/fork-ts-checker-webpack-plugin/src/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="utf-8">
66
<meta http-equiv="x-ua-compatible" content="ie=edge">
77

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

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

examples/fork-ts-checker-webpack-plugin/yarn.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -1594,17 +1594,17 @@ for-in@^1.0.2:
15941594
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
15951595
integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=
15961596

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

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

0 commit comments

Comments
 (0)