Skip to content
Merged
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
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^15.0.6",
"@testing-library/user-event": "^14.4.3",
"@types/dompurify": "^3.0.5",
"@types/estree": "^1.0.5",
"@types/gapi": "^0.0.47",
"@types/gapi.auth2": "^0.0.61",
Expand Down
8 changes: 4 additions & 4 deletions src/commons/__tests__/__snapshots__/Markdown.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ exports[`Markdown page renders correctly 1`] = `
dangerouslySetInnerHTML={
{
"__html": "<p>Welcome to the Source Academy playground!</p>
<p>The book <a target="_blank" rel="noopener noreferrer" href="https://sourceacademy.org/sicpjs/"><em>Structure and Interpretation of Computer Programs, JavaScript Edition</em></a>
uses JavaScript sublanguages that we call <a target="_blank" rel="noopener noreferrer" href="https://docs.sourceacademy.org/"><em>Source</em></a>. You have chosen the sublanguage <a target="_blank" rel="noopener noreferrer" href="https://docs.sourceacademy.org/source_1/"><em>Source §1</em></a>.</p>
<p>In the editor on the left, you can use the <a target="_blank" rel="noopener noreferrer" href="https://github.com/ajaxorg/ace/wiki/Default-Keyboard-Shortcuts"><em>Ace keyboard shortcuts</em></a>
and also the <a target="_blank" rel="noopener noreferrer" href="https://github.com/source-academy/frontend/wiki/Source-Academy-Keyboard-Shortcuts"><em>Source Academy keyboard shortcuts</em></a>.</p>",
<p>The book <a href="https://sourceacademy.org/sicpjs/" rel="noopener noreferrer" target="_blank"><em>Structure and Interpretation of Computer Programs, JavaScript Edition</em></a>
uses JavaScript sublanguages that we call <a href="https://docs.sourceacademy.org/" rel="noopener noreferrer" target="_blank"><em>Source</em></a>. You have chosen the sublanguage <a href="https://docs.sourceacademy.org/source_1/" rel="noopener noreferrer" target="_blank"><em>Source §1</em></a>.</p>
<p>In the editor on the left, you can use the <a href="https://github.com/ajaxorg/ace/wiki/Default-Keyboard-Shortcuts" rel="noopener noreferrer" target="_blank"><em>Ace keyboard shortcuts</em></a>
and also the <a href="https://github.com/source-academy/frontend/wiki/Source-Academy-Keyboard-Shortcuts" rel="noopener noreferrer" target="_blank"><em>Source Academy keyboard shortcuts</em></a>.</p>",
}
}
/>
Expand Down
18 changes: 4 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4073,15 +4073,6 @@ __metadata:
languageName: node
linkType: hard

"@types/dompurify@npm:^3.0.5":
version: 3.0.5
resolution: "@types/dompurify@npm:3.0.5"
dependencies:
"@types/trusted-types": "npm:*"
checksum: 10c0/a34dcc4498ca250815ccf9aecbe82df96ba5db247d0440cf266a876757d47c52519c240db3475e794d7deb0d6b1af23328e02879be368ad0e26b20c0f0865dba
languageName: node
linkType: hard

"@types/eslint@npm:^8.56.10":
version: 8.56.12
resolution: "@types/eslint@npm:8.56.12"
Expand Down Expand Up @@ -4447,7 +4438,7 @@ __metadata:
languageName: node
linkType: hard

"@types/trusted-types@npm:*, @types/trusted-types@npm:^2.0.2, @types/trusted-types@npm:^2.0.7":
"@types/trusted-types@npm:^2.0.2, @types/trusted-types@npm:^2.0.7":
version: 2.0.7
resolution: "@types/trusted-types@npm:2.0.7"
checksum: 10c0/4c4855f10de7c6c135e0d32ce462419d8abbbc33713b31d294596c0cc34ae1fa6112a2f9da729c8f7a20707782b0d69da3b1f8df6645b0366d08825ca1522e0c
Expand Down Expand Up @@ -6818,14 +6809,14 @@ __metadata:
linkType: hard

"dompurify@npm:^3.2.4":
version: 3.2.4
resolution: "dompurify@npm:3.2.4"
version: 3.2.6
resolution: "dompurify@npm:3.2.6"
dependencies:
"@types/trusted-types": "npm:^2.0.7"
dependenciesMeta:
"@types/trusted-types":
optional: true
checksum: 10c0/6be56810fb7ad2776155c8fc2967af5056783c030094362c7d0cf1ad13f2129cf922d8eefab528a34bdebfb98e2f44b306a983ab93aefb9d6f24c18a3d027a05
checksum: 10c0/c8f8e5b0879a0d93c84a2e5e78649a47d0c057ed0f7850ca3d573d2cca64b84fb1ff85bd4b20980ade69c4e5b80ae73011340f1c2ff375c7ef98bb8268e1d13a
languageName: node
linkType: hard

Expand Down Expand Up @@ -7844,7 +7835,6 @@ __metadata:
"@testing-library/react": "npm:^15.0.6"
"@testing-library/user-event": "npm:^14.4.3"
"@tremor/react": "npm:^1.8.2"
"@types/dompurify": "npm:^3.0.5"
"@types/estree": "npm:^1.0.5"
"@types/gapi": "npm:^0.0.47"
"@types/gapi.auth2": "npm:^0.0.61"
Expand Down
Loading