Skip to content

Commit

Permalink
refactor: update paragon version and scss to use css variables
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoa committed Jan 8, 2025
1 parent d8ef9d2 commit 92c3c83
Show file tree
Hide file tree
Showing 5 changed files with 4,915 additions and 1,863 deletions.
18 changes: 9 additions & 9 deletions dist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
"homepage": "https://github.com/openedx/frontend-platform#readme",
"devDependencies": {
"@edx/brand": "npm:@openedx/brand-openedx@^1.2.2",
"@edx/browserslist-config": "1.2.0",
"@openedx/frontend-build": "14.1.5",
"@openedx/paragon": "22.8.1",
"@testing-library/jest-dom": "6.5.0",
"@edx/browserslist-config": "1.4.0",
"@openedx/frontend-build": "14.2.2",
"@openedx/paragon": "23.1.1",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "12.1.5",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "14.4.3",
Expand All @@ -46,7 +46,7 @@
"jest-environment-jsdom": "29.7.0",
"jest-localstorage-mock": "^2.4.26",
"jsdoc": "^4.0.0",
"nodemon": "3.1.7",
"nodemon": "3.1.9",
"prop-types": "15.8.1",
"react": "17.0.2",
"react-dom": "17.0.2",
Expand All @@ -59,7 +59,7 @@
"@formatjs/intl-pluralrules": "4.3.3",
"@formatjs/intl-relativetimeformat": "10.0.1",
"axios": "1.6.7",
"axios-cache-interceptor": "1.3.2",
"axios-cache-interceptor": "1.6.2",
"form-urlencoded": "4.1.4",
"glob": "7.2.3",
"history": "4.10.1",
Expand All @@ -71,13 +71,13 @@
"lodash.memoize": "4.1.2",
"lodash.merge": "4.6.2",
"lodash.snakecase": "4.1.1",
"pubsub-js": "1.9.4",
"react-intl": "6.7.0",
"pubsub-js": "1.9.5",
"react-intl": "6.8.9",
"universal-cookie": "4.0.4"
},
"peerDependencies": {
"@openedx/frontend-build": ">= 14.0.0",
"@openedx/paragon": " 23.0.0-alpha.4 || >= 21.5.7 < 23.0.0",
"@openedx/paragon": ">= 21.5.7 < 24.0.0",
"prop-types": ">=15.7.2 <16.0.0",
"react": "^16.9.0 || ^17.0.0",
"react-dom": "^16.9.0 || ^17.0.0",
Expand Down
2 changes: 1 addition & 1 deletion env.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ const config = {
JS_FILE_VAR: 'JS_FILE_VAR_VALUE_FOR_EXAMPLE_APP',
};

module.config = config;
module.exports = config;
5 changes: 1 addition & 4 deletions example/index.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
@import "@edx/brand/paragon/fonts";
@import "@edx/brand/paragon/variables";
@import "@openedx/paragon/scss/core/core";
@import "@edx/brand/paragon/overrides";
@use "@openedx/paragon/styles/css/core/custom-media-breakpoints.css" as paragonCustomMediaBreakpoints;
Loading

0 comments on commit 92c3c83

Please sign in to comment.