@openedx/paragon 23.14.5 → 23.14.6

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.
@@ -1,11 +1,5 @@
1
1
  {
2
2
  "themeUrls": {
3
- "core": {
4
- "paths": {
5
- "default": "./core.css",
6
- "minified": "./core.min.css"
7
- }
8
- },
9
3
  "defaults": {
10
4
  "light": "light"
11
5
  },
@@ -16,6 +10,12 @@
16
10
  "minified": "./light.min.css"
17
11
  }
18
12
  }
13
+ },
14
+ "core": {
15
+ "paths": {
16
+ "default": "./core.css",
17
+ "minified": "./core.min.css"
18
+ }
19
19
  }
20
20
  }
21
21
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openedx/paragon",
3
- "version": "23.14.5",
3
+ "version": "23.14.6",
4
4
  "description": "Accessible, responsive UI component library based on Bootstrap.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -72,7 +72,7 @@
72
72
  "cli-progress": "^3.12.0",
73
73
  "commander": "^9.4.1",
74
74
  "email-prop-type": "^3.0.0",
75
- "file-selector": "^0.6.0",
75
+ "file-selector": "^0.10.0",
76
76
  "glob": "^8.0.3",
77
77
  "inquirer": "^8.2.5",
78
78
  "js-toml": "^1.0.0",
@@ -144,12 +144,12 @@
144
144
  "babel-jest": "^29.7.0",
145
145
  "babel-loader": "^8.2.4",
146
146
  "commander": "^9.3.0",
147
- "eslint": "8.18.0",
147
+ "eslint": "8.57.1",
148
148
  "eslint-config-airbnb": "19.0.4",
149
149
  "eslint-config-airbnb-typescript": "^17.0.0",
150
- "eslint-plugin-import": "2.27.5",
150
+ "eslint-plugin-import": "2.32.0",
151
151
  "eslint-plugin-jsonc": "^2.18.1",
152
- "eslint-plugin-jsx-a11y": "6.7.1",
152
+ "eslint-plugin-jsx-a11y": "6.10.2",
153
153
  "husky": "^9.0.11",
154
154
  "identity-obj-proxy": "^3.0.0",
155
155
  "jest": "^29.7.0",
@@ -159,7 +159,7 @@
159
159
  "markdown-loader-jest": "^0.1.1",
160
160
  "react": "^18",
161
161
  "react-test-renderer": "^18",
162
- "regenerator-runtime": "^0.13.9",
162
+ "regenerator-runtime": "^0.14.0",
163
163
  "semantic-release": "^20.1.3",
164
164
  "stylelint": "^15.11.0",
165
165
  "ts-jest": "^29.1.2",
@@ -221,6 +221,6 @@
221
221
  "dependent-usage-analyzer"
222
222
  ],
223
223
  "overrides": {
224
- "@testing-library/dom": "9.3.3"
224
+ "@testing-library/dom": "9.3.4"
225
225
  }
226
226
  }