Skip to content

Commit

Permalink
build(examples): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Dec 15, 2018
1 parent aac8b6f commit 32847a9
Show file tree
Hide file tree
Showing 71 changed files with 149 additions and 122 deletions.
4 changes: 2 additions & 2 deletions examples/async-effect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
},
"devDependencies": {
"parcel-bundler": "^1.10.3",
"terser": "^3.10.1",
"typescript": "^3.1.3"
"terser": "^3.11.0",
"typescript": "^3.2.2"
},
"dependencies": {
"@thi.ng/api": "latest",
Expand Down
2 changes: 1 addition & 1 deletion examples/canvas-dial/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>canvas-dial</title>
<link href="https://unpkg.com/tachyons@4.9.1/css/tachyons.min.css" rel="stylesheet">
<link href="https://unpkg.com/tachyons@4/css/tachyons.min.css" rel="stylesheet">
<style>
</style>
</head>
Expand Down
4 changes: 2 additions & 2 deletions examples/canvas-dial/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"devDependencies": {
"parcel-bundler": "^1.10.3",
"terser": "^3.10.1",
"typescript": "^3.1.3"
"terser": "^3.11.0",
"typescript": "^3.2.2"
},
"dependencies": {
"@thi.ng/api": "latest",
Expand Down
4 changes: 2 additions & 2 deletions examples/cellular-automata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"devDependencies": {
"parcel-bundler": "^1.10.3",
"terser": "^3.10.1",
"typescript": "^3.1.3"
"terser": "^3.11.0",
"typescript": "^3.2.2"
},
"dependencies": {
"@thi.ng/api": "latest",
Expand Down
2 changes: 1 addition & 1 deletion examples/commit-table-ssr/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://unpkg.com/tachyons@4.11.1/css/tachyons.min.css">
<link rel="stylesheet" href="https://unpkg.com/tachyons@4/css/tachyons.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inconsolata">
<title>commit-table-hdom</title>
</head>
Expand Down
4 changes: 2 additions & 2 deletions examples/commit-table-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
},
"devDependencies": {
"parcel-bundler": "^1.10.3",
"terser": "^3.10.1",
"typescript": "^3.1.3"
"terser": "^3.11.0",
"typescript": "^3.2.2"
},
"dependencies": {
"express": "^4.16.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/crypto-chart/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>crypto-chart</title>
<link href="https://unpkg.com/tachyons@4.9.1/css/tachyons.min.css" rel="stylesheet">
<link href="https://unpkg.com/tachyons@4/css/tachyons.min.css" rel="stylesheet">
<style>
</style>
</head>
Expand Down
4 changes: 2 additions & 2 deletions examples/crypto-chart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"devDependencies": {
"parcel-bundler": "^1.10.3",
"terser": "^3.10.1",
"typescript": "^3.1.3"
"terser": "^3.11.0",
"typescript": "^3.2.2"
},
"dependencies": {
"@thi.ng/api": "latest",
Expand Down
4 changes: 2 additions & 2 deletions examples/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"devDependencies": {
"parcel-bundler": "^1.10.3",
"terser": "^3.10.1",
"typescript": "^3.1.3"
"terser": "^3.11.0",
"typescript": "^3.2.2"
},
"dependencies": {
"@thi.ng/hdom": "latest"
Expand Down
4 changes: 2 additions & 2 deletions examples/devcards/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"devDependencies": {
"parcel-bundler": "^1.10.3",
"terser": "^3.10.1",
"typescript": "^3.1.3"
"terser": "^3.11.0",
"typescript": "^3.2.2"
},
"dependencies": {
"@thi.ng/api": "latest",
Expand Down
7 changes: 5 additions & 2 deletions examples/geom-knn/index.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>geom-knn</title>
<link href="https://unpkg.com/tachyons@4.9.1/css/tachyons.min.css" rel="stylesheet">
<link href="https://unpkg.com/tachyons@4/css/tachyons.min.css" rel="stylesheet">
<style>
</style>
</head>

<body>
<div id="app"></div>
<script type="text/javascript" src="./src/index.ts"></script>
</body>
</html>

</html>
4 changes: 2 additions & 2 deletions examples/geom-knn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"devDependencies": {
"parcel-bundler": "^1.10.3",
"terser": "^3.10.1",
"typescript": "^3.1.3"
"terser": "^3.11.0",
"typescript": "^3.2.2"
},
"dependencies": {
"@thi.ng/bench": "latest",
Expand Down
7 changes: 5 additions & 2 deletions examples/geom-tessel/index.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>geom-tessel</title>
<link href="https://unpkg.com/tachyons@4.9.1/css/tachyons.min.css" rel="stylesheet">
<link href="https://unpkg.com/tachyons@4/css/tachyons.min.css" rel="stylesheet">
<style>
</style>
</head>

<body>
<div id="app"></div>
<script type="text/javascript" src="./src/index.ts"></script>
</body>
</html>

</html>
4 changes: 2 additions & 2 deletions examples/geom-tessel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"devDependencies": {
"parcel-bundler": "^1.10.3",
"terser": "^3.10.1",
"typescript": "^3.1.3"
"terser": "^3.11.0",
"typescript": "^3.2.2"
},
"dependencies": {
"@thi.ng/compose": "latest",
Expand Down
2 changes: 1 addition & 1 deletion examples/gesture-analysis/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>gestures</title>
<link href="https://unpkg.com/tachyons@4.9.1/css/tachyons.min.css" rel="stylesheet">
<link href="https://unpkg.com/tachyons@4/css/tachyons.min.css" rel="stylesheet">
<style>
</style>
</head>
Expand Down
4 changes: 2 additions & 2 deletions examples/gesture-analysis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"devDependencies": {
"parcel-bundler": "^1.10.3",
"terser": "^3.10.1",
"typescript": "^3.1.3"
"terser": "^3.11.0",
"typescript": "^3.2.2"
},
"dependencies": {
"@thi.ng/hiccup-svg": "latest",
Expand Down
4 changes: 2 additions & 2 deletions examples/hdom-basics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"devDependencies": {
"parcel-bundler": "^1.10.3",
"terser": "^3.10.1",
"typescript": "^3.1.3"
"terser": "^3.11.0",
"typescript": "^3.2.2"
},
"dependencies": {
"@thi.ng/hdom": "latest"
Expand Down
4 changes: 2 additions & 2 deletions examples/hdom-benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"devDependencies": {
"parcel-bundler": "^1.10.3",
"terser": "^3.10.1",
"typescript": "^3.1.3"
"terser": "^3.11.0",
"typescript": "^3.2.2"
},
"dependencies": {
"@thi.ng/api": "latest",
Expand Down
2 changes: 1 addition & 1 deletion examples/hdom-benchmark2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>hdom-benchmark2</title>
<link href="https://unpkg.com/tachyons@4.9.1/css/tachyons.min.css" rel="stylesheet">
<link href="https://unpkg.com/tachyons@4/css/tachyons.min.css" rel="stylesheet">
<style>
</style>
</head>
Expand Down
4 changes: 2 additions & 2 deletions examples/hdom-benchmark2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"devDependencies": {
"parcel-bundler": "^1.10.3",
"terser": "^3.10.1",
"typescript": "^3.1.3"
"terser": "^3.11.0",
"typescript": "^3.2.2"
},
"dependencies": {
"@thi.ng/binary": "latest",
Expand Down
7 changes: 5 additions & 2 deletions examples/hdom-canvas-clock/index.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>hdom-canvas</title>
<link href="https://unpkg.com/tachyons@4.9.1/css/tachyons.min.css" rel="stylesheet">
<link href="https://unpkg.com/tachyons@4/css/tachyons.min.css" rel="stylesheet">
<style>
</style>
</head>

<body>
<div id="app"></div>
<script type="text/javascript" src="./src/index.ts"></script>
</body>
</html>

</html>
4 changes: 2 additions & 2 deletions examples/hdom-canvas-clock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"devDependencies": {
"parcel-bundler": "^1.10.3",
"terser": "^3.10.1",
"typescript": "^3.1.3"
"terser": "^3.11.0",
"typescript": "^3.2.2"
},
"dependencies": {
"@thi.ng/api": "latest",
Expand Down
7 changes: 5 additions & 2 deletions examples/hdom-canvas-draw/index.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>hdom-canvas-draw</title>
<link href="https://unpkg.com/tachyons@4.9.1/css/tachyons.min.css" rel="stylesheet">
<link href="https://unpkg.com/tachyons@4/css/tachyons.min.css" rel="stylesheet">
<style>
</style>
</head>

<body>
<div id="app"></div>
<script type="text/javascript" src="./src/index.ts"></script>
</body>
</html>

</html>
4 changes: 2 additions & 2 deletions examples/hdom-canvas-draw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"devDependencies": {
"parcel-bundler": "^1.10.3",
"terser": "^3.10.1",
"typescript": "^3.1.3"
"terser": "^3.11.0",
"typescript": "^3.2.2"
},
"dependencies": {
"@thi.ng/hdom-canvas": "latest",
Expand Down
7 changes: 5 additions & 2 deletions examples/hdom-canvas-shapes/index.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>hdom-canvas-shapes</title>
<link href="https://unpkg.com/tachyons@4.9.1/css/tachyons.min.css" rel="stylesheet">
<link href="https://unpkg.com/tachyons@4/css/tachyons.min.css" rel="stylesheet">
<style>
</style>
</head>

<body>
<div id="app"></div>
<script type="text/javascript" src="./src/index.ts"></script>
</body>
</html>

</html>
4 changes: 2 additions & 2 deletions examples/hdom-canvas-shapes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"devDependencies": {
"parcel-bundler": "^1.10.3",
"terser": "^3.10.1",
"typescript": "^3.1.3"
"terser": "^3.11.0",
"typescript": "^3.2.2"
},
"dependencies": {
"@thi.ng/hdom-canvas": "latest",
Expand Down
2 changes: 1 addition & 1 deletion examples/hdom-dropdown-fuzzy/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>hdom-dropdown-fuzzy</title>
<link href="https://unpkg.com/tachyons@4.9.1/css/tachyons.min.css" rel="stylesheet">
<link href="https://unpkg.com/tachyons@4/css/tachyons.min.css" rel="stylesheet">
<!-- <link href="tachyons.min.css" rel="stylesheet"> -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.12/css/all.css" integrity="sha384-G0fIWCsCzJIMAVNQPfjH08cyYaUtMwjJwqiRKxxE/rx96Uroj1BtIQ6MLJuheaO9"
crossorigin="anonymous">
Expand Down
4 changes: 2 additions & 2 deletions examples/hdom-dropdown-fuzzy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"devDependencies": {
"parcel-bundler": "^1.10.3",
"terser": "^3.10.1",
"typescript": "^3.1.3"
"terser": "^3.11.0",
"typescript": "^3.2.2"
},
"dependencies": {
"@thi.ng/api": "latest",
Expand Down
2 changes: 1 addition & 1 deletion examples/hdom-dropdown/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>hdom-dropdown</title>
<link href="https://unpkg.com/tachyons@4.9.1/css/tachyons.min.css" rel="stylesheet">
<link href="https://unpkg.com/tachyons@4/css/tachyons.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.12/css/all.css" integrity="sha384-G0fIWCsCzJIMAVNQPfjH08cyYaUtMwjJwqiRKxxE/rx96Uroj1BtIQ6MLJuheaO9"
crossorigin="anonymous">
<style>
Expand Down
4 changes: 2 additions & 2 deletions examples/hdom-dropdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"devDependencies": {
"parcel-bundler": "^1.10.3",
"terser": "^3.10.1",
"typescript": "^3.1.3"
"terser": "^3.11.0",
"typescript": "^3.2.2"
},
"dependencies": {
"@thi.ng/api": "latest",
Expand Down
7 changes: 5 additions & 2 deletions examples/hdom-dyn-context/index.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>hdom-dyn-context</title>
<link href="https://unpkg.com/tachyons@4.9.1/css/tachyons.min.css" rel="stylesheet">
<link href="https://unpkg.com/tachyons@4/css/tachyons.min.css" rel="stylesheet">
<style>
</style>
</head>

<body>
<div id="app"></div>
<script type="text/javascript" src="./src/index.ts"></script>
</body>
</html>

</html>
Loading

0 comments on commit 32847a9

Please sign in to comment.