@openedx/frontend-build 14.6.2 → 14.6.3
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/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -28,9 +28,9 @@ can extended or overridden where needed.
|
|
|
28
28
|
|
|
29
29
|
``git clone https://github.com/openedx/frontend-build.git``
|
|
30
30
|
|
|
31
|
-
2. Use node
|
|
31
|
+
2. Use node v24.x.
|
|
32
32
|
|
|
33
|
-
The current version of the micro-frontend build scripts support node
|
|
33
|
+
The current version of the micro-frontend build scripts support node 24.
|
|
34
34
|
Using other major versions of node *may* work, but this is unsupported. For
|
|
35
35
|
convenience, this repository includes an .nvmrc file to help in setting the
|
|
36
36
|
correct node version via `nvm <https://github.com/nvm-sh/nvm>`_.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openedx/frontend-build",
|
|
3
|
-
"version": "14.6.
|
|
3
|
+
"version": "14.6.3",
|
|
4
4
|
"description": "Build tools, setup and config for frontend apps",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"@types/jest": "29.5.12",
|
|
52
52
|
"@typescript-eslint/eslint-plugin": "^5.58.0",
|
|
53
53
|
"@typescript-eslint/parser": "^5.58.0",
|
|
54
|
-
"autoprefixer": "10.4.
|
|
54
|
+
"autoprefixer": "10.4.27",
|
|
55
55
|
"babel-jest": "29.7.0",
|
|
56
56
|
"babel-loader": "9.2.1",
|
|
57
57
|
"babel-plugin-formatjs": "^10.4.0",
|