Skip to content

Commit 3dd4b3c

Browse files
authored
Merge pull request #23 from jupyterlite/update-p5-version
Update to p5 1.5.0
2 parents 7f81ab0 + 6852c3a commit 3dd4b3c

File tree

1 file changed

+1
-1
lines changed
  • packages/p5-kernel-extension/src

1 file changed

+1
-1
lines changed

packages/p5-kernel-extension/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import p5Logo from '../style/icons/p5js.png';
1717
/**
1818
* The default CDN fallback for p5.js
1919
*/
20-
const P5_CDN_URL = 'https://cdn.jsdelivr.net/npm/p5@1.4.2/lib/p5.js';
20+
const P5_CDN_URL = 'https://cdn.jsdelivr.net/npm/p5@1.5.0/lib/p5.js';
2121

2222
/**
2323
* A plugin to register the p5.js kernel.

0 commit comments

Comments
 (0)