Skip to content
This repository was archived by the owner on Aug 20, 2023. It is now read-only.

Commit c612402

Browse files
committed
chore(frameworks): update choo to v7
1 parent e50115f commit c612402

File tree

4 files changed

+19
-20
lines changed

4 files changed

+19
-20
lines changed

frameworks/keyed/choo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<title>Choo v6.5.0</title>
5+
<title>Choo v7.1.0</title>
66
<link href="/css/currentStyle.css" rel="stylesheet"/>
77
</head>
88
<body>

frameworks/keyed/choo/package-lock.json

Lines changed: 15 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frameworks/keyed/choo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "choo-v6.5.0",
2+
"name": "choo-v7.1.0",
33
"version": "1.0.0",
44
"description": "",
55
"main": "src/index.js",
@@ -17,7 +17,7 @@
1717
"license": "MIT",
1818
"dependencies": {
1919
"browserify": "16.2.2",
20-
"choo": "6.13.0",
20+
"choo": "^7.1.0",
2121
"cross-env": "5.2.0",
2222
"envify": "4.1.0",
2323
"es2020": "1.1.9",

frameworks/keyed/choo/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function view(state, emit) {
1414
<div class="jumbotron">
1515
<div class="row">
1616
<div class="col-md-6">
17-
<h1>Choo v6.5.0</h1>
17+
<h1>Choo v7.1.0</h1>
1818
</div>
1919
<div class="col-md-6">
2020
<div class="row">

0 commit comments

Comments
 (0)