-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13945 from canonical/WD-8304-remove-react-routing
WD-8304 remove react router
- Loading branch information
Showing
8 changed files
with
40 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{% extends "credentials/base_cred.html" %} | ||
|
||
{% block title %}Canonical Certification{% endblock %} | ||
|
||
{% block meta_description %} | ||
The Canonical Ubuntu Essentials exams certify knowledge and verify skills in general Linux, | ||
Ubuntu Desktop, and Ubuntu Server topics. | ||
{% endblock meta_description %} | ||
|
||
{% block content %} | ||
<div id="react-root"></div> | ||
<script src="{{ versioned_static('js/dist/credEnterprisePurchasing.js') }}" | ||
type="module" | ||
defer></script> | ||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1393,11 +1393,6 @@ | |
redux-thunk "^2.4.1" | ||
reselect "^4.1.5" | ||
|
||
"@remix-run/[email protected]": | ||
version "1.3.1" | ||
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.3.1.tgz#3bb0b6ddc0a276e8dc1138d08f63035e4e23e8bf" | ||
integrity sha512-+eun1Wtf72RNRSqgU7qM2AMX/oHp+dnx7BHk1qhK5ZHzdHTUU4LA1mGG1vT+jMc8sbhG3orvsfOmryjzx2PzQw== | ||
|
||
"@sentry/[email protected]": | ||
version "6.11.0" | ||
resolved "https://registry.npmjs.org/@sentry/browser/-/browser-6.11.0.tgz" | ||
|
@@ -6631,21 +6626,6 @@ [email protected]: | |
broadcast-channel "^3.4.1" | ||
match-sorter "^6.0.2" | ||
|
||
react-router-dom@^6.8.0: | ||
version "6.8.0" | ||
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.8.0.tgz#5e5f4c4b15fdec3965d2ad9d7460d0c61971e744" | ||
integrity sha512-hQouduSTywGJndE86CXJ2h7YEy4HYC6C/uh19etM+79FfQ6cFFFHnHyDlzO4Pq0eBUI96E4qVE5yUjA00yJZGQ== | ||
dependencies: | ||
"@remix-run/router" "1.3.1" | ||
react-router "6.8.0" | ||
|
||
[email protected]: | ||
version "6.8.0" | ||
resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.8.0.tgz#dd61fd1ec44daa2cceaef8e6baa00f99a01a650f" | ||
integrity sha512-760bk7y3QwabduExtudhWbd88IBbuD1YfwzpuDUAlJUJ7laIIcqhMvdhSVh1Fur1PE8cGl84L0dxhR3/gvHF7A== | ||
dependencies: | ||
"@remix-run/router" "1.3.1" | ||
|
||
react-shallow-renderer@^16.13.1: | ||
version "16.14.1" | ||
resolved "https://registry.npmjs.org/react-shallow-renderer/-/react-shallow-renderer-16.14.1.tgz" | ||
|