@openedx/paragon 23.14.5 → 23.14.7
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.
- package/dist/theme-urls.json +6 -6
- package/package.json +8 -9
package/dist/theme-urls.json
CHANGED
|
@@ -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.
|
|
3
|
+
"version": "23.14.7",
|
|
4
4
|
"description": "Accessible, responsive UI component library based on Bootstrap.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"dependencies": {
|
|
64
64
|
"@popperjs/core": "^2.11.4",
|
|
65
65
|
"@tokens-studio/sd-transforms": "^1.2.4",
|
|
66
|
-
"axios": "^0.
|
|
66
|
+
"axios": "^0.30.2",
|
|
67
67
|
"bootstrap": "^4.6.2",
|
|
68
68
|
"chalk": "^4.1.2",
|
|
69
69
|
"child_process": "^1.0.2",
|
|
@@ -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.
|
|
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",
|
|
@@ -139,17 +139,16 @@
|
|
|
139
139
|
"@types/uuid": "^9.0.0",
|
|
140
140
|
"@typescript-eslint/eslint-plugin": "^5.22.0",
|
|
141
141
|
"@typescript-eslint/parser": "^5.22.0",
|
|
142
|
-
"axios": "^0.28.0",
|
|
143
142
|
"axios-mock-adapter": "^1.21.1",
|
|
144
143
|
"babel-jest": "^29.7.0",
|
|
145
144
|
"babel-loader": "^8.2.4",
|
|
146
145
|
"commander": "^9.3.0",
|
|
147
|
-
"eslint": "8.
|
|
146
|
+
"eslint": "8.57.1",
|
|
148
147
|
"eslint-config-airbnb": "19.0.4",
|
|
149
148
|
"eslint-config-airbnb-typescript": "^17.0.0",
|
|
150
|
-
"eslint-plugin-import": "2.
|
|
149
|
+
"eslint-plugin-import": "2.32.0",
|
|
151
150
|
"eslint-plugin-jsonc": "^2.18.1",
|
|
152
|
-
"eslint-plugin-jsx-a11y": "6.
|
|
151
|
+
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
153
152
|
"husky": "^9.0.11",
|
|
154
153
|
"identity-obj-proxy": "^3.0.0",
|
|
155
154
|
"jest": "^29.7.0",
|
|
@@ -159,7 +158,7 @@
|
|
|
159
158
|
"markdown-loader-jest": "^0.1.1",
|
|
160
159
|
"react": "^18",
|
|
161
160
|
"react-test-renderer": "^18",
|
|
162
|
-
"regenerator-runtime": "^0.
|
|
161
|
+
"regenerator-runtime": "^0.14.0",
|
|
163
162
|
"semantic-release": "^20.1.3",
|
|
164
163
|
"stylelint": "^15.11.0",
|
|
165
164
|
"ts-jest": "^29.1.2",
|
|
@@ -221,6 +220,6 @@
|
|
|
221
220
|
"dependent-usage-analyzer"
|
|
222
221
|
],
|
|
223
222
|
"overrides": {
|
|
224
|
-
"@testing-library/dom": "9.3.
|
|
223
|
+
"@testing-library/dom": "9.3.4"
|
|
225
224
|
}
|
|
226
225
|
}
|