@edx/frontend-platform 1.14.4 → 1.14.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
 
8
8
  # Overview
9
9
 
10
- See the [GitHub Pages site for the complete documentation](https://edx.github.io/frontend-platform/).
10
+ See the [GitHub Pages site for the complete documentation](https://openedx.github.io/frontend-platform/).
11
11
 
12
12
  frontend-platform is a modest application framework for Open edX micro-frontend applications and their supporting libraries. It provides a number of foundational services that all Open edX micro-frontends should have:
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edx/frontend-platform",
3
- "version": "1.14.4",
3
+ "version": "1.14.8",
4
4
  "description": "Foundational application framework for Open edX micro-frontend applications.",
5
5
  "main": "index.js",
6
6
  "publishConfig": {
@@ -32,8 +32,8 @@
32
32
  "homepage": "https://github.com/edx/frontend-platform#readme",
33
33
  "devDependencies": {
34
34
  "@edx/brand": "npm:@edx/brand-openedx@1.1.0",
35
- "@edx/frontend-build": "9.0.0",
36
- "@edx/paragon": "16.20.1",
35
+ "@edx/frontend-build": "9.0.5",
36
+ "@edx/paragon": "16.22.0",
37
37
  "axios-mock-adapter": "1.20.0",
38
38
  "codecov": "3.8.3",
39
39
  "core-js": "3.19.3",