Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion custom-fluid-width-and-height/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h1><a href="https://github.com/observablehq/examples">Observable Example</a>: <
<script type="module">

import {Runtime, Inspector, Library} from "https://cdn.jsdelivr.net/npm/@observablehq/runtime@4/dist/runtime.js";
import notebook from "https://api.observablehq.com/@d3/bar-chart.js?v=3";
import notebook from "https://api.observablehq.com/@d3/bar-chart@260.js?v=3";

// To avoid the chart itself affecting the size of its container, the chart is
// absolutely-positioned within the container element that determines the size.
Expand Down
2 changes: 1 addition & 1 deletion react-create-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@testing-library/user-event": "^7.1.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "3.4.1"
"react-scripts": "^5.0.1"
},
"scripts": {
"start": "react-scripts start",
Expand Down