Skip to content

Commit

Permalink
build: update webpack, webpack-cli and QUnit (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
takeyaqa authored Jan 4, 2025
1 parent 0062758 commit c7948db
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 58 deletions.
105 changes: 51 additions & 54 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"author": "Takeshi Kishi",
"license": "MIT",
"devDependencies": {
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4"
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1"
}
}
4 changes: 2 additions & 2 deletions test/billing_test.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<meta name="viewport" content="width=device-width">
<meta name="robots" content="noindex">
<title>Billing Test</title>
<link rel="stylesheet" href="https://code.jquery.com/qunit/qunit-2.22.0.css">
<link rel="stylesheet" href="https://code.jquery.com/qunit/qunit-2.23.1.css">
</head>
<body>
<div id="qunit"></div>
<div id="qunit-fixture"></div>
<script src="https://code.jquery.com/qunit/qunit-2.22.0.js"></script>
<script src="https://code.jquery.com/qunit/qunit-2.23.1.js"></script>
<script type="module">
import { calcTotalBill } from '../src/lib/billing.js';

Expand Down

0 comments on commit c7948db

Please sign in to comment.