@openedx/frontend-build 14.6.5 → 14.6.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/package.json +56 -56
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openedx/frontend-build",
|
|
3
|
-
"version": "14.6.
|
|
3
|
+
"version": "14.6.7",
|
|
4
4
|
"description": "Build tools, setup and config for frontend apps",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -33,76 +33,76 @@
|
|
|
33
33
|
},
|
|
34
34
|
"homepage": "https://github.com/openedx/frontend-build#readme",
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@babel/cli": "7.24.8",
|
|
37
|
-
"@babel/core": "7.24.9",
|
|
38
|
-
"@babel/eslint-parser": "7.28.6",
|
|
39
|
-
"@babel/plugin-proposal-class-properties": "7.18.6",
|
|
40
|
-
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
|
|
41
|
-
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
|
42
|
-
"@babel/preset-env": "7.24.8",
|
|
43
|
-
"@babel/preset-react": "7.26.3",
|
|
36
|
+
"@babel/cli": "^7.24.8",
|
|
37
|
+
"@babel/core": "^7.24.9",
|
|
38
|
+
"@babel/eslint-parser": "^7.28.6",
|
|
39
|
+
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
40
|
+
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
|
|
41
|
+
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
42
|
+
"@babel/preset-env": "^7.24.8",
|
|
43
|
+
"@babel/preset-react": "^7.26.3",
|
|
44
44
|
"@edx/eslint-config": "^4.3.0",
|
|
45
|
-
"@edx/new-relic-source-map-webpack-plugin": "2.1.0",
|
|
46
|
-
"@edx/typescript-config": "1.1.0",
|
|
45
|
+
"@edx/new-relic-source-map-webpack-plugin": "^2.1.0",
|
|
46
|
+
"@edx/typescript-config": "^1.1.0",
|
|
47
47
|
"@formatjs/cli": "^6.0.3",
|
|
48
|
-
"@fullhuman/postcss-purgecss": "5.0.0",
|
|
49
|
-
"@pmmmwh/react-refresh-webpack-plugin": "0.5.15",
|
|
50
|
-
"@svgr/webpack": "8.1.0",
|
|
51
|
-
"@types/jest": "29.5.12",
|
|
48
|
+
"@fullhuman/postcss-purgecss": "^5.0.0",
|
|
49
|
+
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
|
|
50
|
+
"@svgr/webpack": "^8.1.0",
|
|
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.27",
|
|
55
|
-
"babel-jest": "29.7.0",
|
|
56
|
-
"babel-loader": "9.2.1",
|
|
54
|
+
"autoprefixer": "^10.4.27",
|
|
55
|
+
"babel-jest": "^29.7.0",
|
|
56
|
+
"babel-loader": "^9.2.1",
|
|
57
57
|
"babel-plugin-formatjs": "^10.4.0",
|
|
58
|
-
"babel-plugin-transform-imports": "2.0.0",
|
|
59
|
-
"babel-polyfill": "6.26.0",
|
|
60
|
-
"chalk": "4.1.2",
|
|
61
|
-
"clean-webpack-plugin": "4.0.0",
|
|
62
|
-
"css-loader": "5.2.7",
|
|
63
|
-
"cssnano": "6.0.3",
|
|
64
|
-
"dotenv": "8.6.0",
|
|
65
|
-
"dotenv-webpack": "8.0.1",
|
|
66
|
-
"eslint": "8.57.1",
|
|
67
|
-
"eslint-config-airbnb": "19.0.4",
|
|
58
|
+
"babel-plugin-transform-imports": "^2.0.0",
|
|
59
|
+
"babel-polyfill": "^6.26.0",
|
|
60
|
+
"chalk": "^4.1.2",
|
|
61
|
+
"clean-webpack-plugin": "^4.0.0",
|
|
62
|
+
"css-loader": "^5.2.7",
|
|
63
|
+
"cssnano": "^6.0.3",
|
|
64
|
+
"dotenv": "^8.6.0",
|
|
65
|
+
"dotenv-webpack": "^8.0.1",
|
|
66
|
+
"eslint": "^8.57.1",
|
|
67
|
+
"eslint-config-airbnb": "^19.0.4",
|
|
68
68
|
"eslint-config-airbnb-typescript": "^17.0.0",
|
|
69
69
|
"eslint-import-resolver-typescript": "^4.2.1",
|
|
70
70
|
"eslint-plugin-formatjs": "^4.12.2",
|
|
71
|
-
"eslint-plugin-import": "2.32.0",
|
|
72
|
-
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
73
|
-
"eslint-plugin-react": "7.37.5",
|
|
74
|
-
"eslint-plugin-react-hooks": "4.6.2",
|
|
71
|
+
"eslint-plugin-import": "^2.32.0",
|
|
72
|
+
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
73
|
+
"eslint-plugin-react": "^7.37.5",
|
|
74
|
+
"eslint-plugin-react-hooks": "^4.6.2",
|
|
75
75
|
"express": "^4.18.2",
|
|
76
|
-
"file-loader": "6.2.0",
|
|
77
|
-
"html-webpack-plugin": "5.6.3",
|
|
78
|
-
"identity-obj-proxy": "3.0.0",
|
|
79
|
-
"image-minimizer-webpack-plugin": "4.1.4",
|
|
80
|
-
"jest": "29.7.0",
|
|
81
|
-
"jest-environment-jsdom": "29.7.0",
|
|
82
|
-
"mini-css-extract-plugin": "1.6.2",
|
|
83
|
-
"parse5": "7.1.2",
|
|
84
|
-
"postcss": "8.4.49",
|
|
85
|
-
"postcss-custom-media": "10.0.8",
|
|
86
|
-
"postcss-loader": "7.3.4",
|
|
87
|
-
"postcss-rtlcss": "5.7.1",
|
|
88
|
-
"react-dev-utils": "12.0.1",
|
|
89
|
-
"react-refresh": "0.16.0",
|
|
90
|
-
"resolve-url-loader": "5.0.0",
|
|
91
|
-
"sass": "1.85.1",
|
|
92
|
-
"sass-loader": "13.3.3",
|
|
93
|
-
"sharp": "0.34.3",
|
|
94
|
-
"source-map-loader": "4.0.2",
|
|
95
|
-
"style-loader": "3.3.4",
|
|
96
|
-
"ts-jest": "29.1.4",
|
|
76
|
+
"file-loader": "^6.2.0",
|
|
77
|
+
"html-webpack-plugin": "^5.6.3",
|
|
78
|
+
"identity-obj-proxy": "^3.0.0",
|
|
79
|
+
"image-minimizer-webpack-plugin": "^4.1.4",
|
|
80
|
+
"jest": "^29.7.0",
|
|
81
|
+
"jest-environment-jsdom": "^29.7.0",
|
|
82
|
+
"mini-css-extract-plugin": "^1.6.2",
|
|
83
|
+
"parse5": "^7.1.2",
|
|
84
|
+
"postcss": "^8.4.49",
|
|
85
|
+
"postcss-custom-media": "^10.0.8",
|
|
86
|
+
"postcss-loader": "^7.3.4",
|
|
87
|
+
"postcss-rtlcss": "^5.7.1",
|
|
88
|
+
"react-dev-utils": "^12.0.1",
|
|
89
|
+
"react-refresh": "^0.16.0",
|
|
90
|
+
"resolve-url-loader": "^5.0.0",
|
|
91
|
+
"sass": "^1.85.1",
|
|
92
|
+
"sass-loader": "^13.3.3",
|
|
93
|
+
"sharp": "^0.34.3",
|
|
94
|
+
"source-map-loader": "^4.0.2",
|
|
95
|
+
"style-loader": "^3.3.4",
|
|
96
|
+
"ts-jest": "^29.1.4",
|
|
97
97
|
"tsconfig-paths-webpack-plugin": "^4.2.0",
|
|
98
|
-
"typescript": "4.9.5",
|
|
99
|
-
"url-loader": "4.1.1",
|
|
98
|
+
"typescript": "^4.9.5",
|
|
99
|
+
"url-loader": "^4.1.1",
|
|
100
100
|
"webpack": "^5.97.1",
|
|
101
101
|
"webpack-bundle-analyzer": "^4.10.1",
|
|
102
102
|
"webpack-cli": "^5.1.4",
|
|
103
103
|
"webpack-dev-server": "^4.15.1",
|
|
104
104
|
"webpack-merge": "^5.10.0",
|
|
105
|
-
"webpack-remove-empty-scripts": "1.0.4"
|
|
105
|
+
"webpack-remove-empty-scripts": "^1.0.4"
|
|
106
106
|
},
|
|
107
107
|
"devDependencies": {
|
|
108
108
|
"@babel/preset-typescript": "^7.18.6",
|