framework-for-react 1.0.6 → 1.0.8
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/babel.config.js +1 -1
- package/index.js +0 -1
- package/package.json +36 -36
package/babel.config.js
CHANGED
|
@@ -8,7 +8,7 @@ const config = {
|
|
|
8
8
|
'@babel/plugin-transform-arrow-functions',
|
|
9
9
|
['@babel/plugin-proposal-decorators', { legacy: true }],
|
|
10
10
|
['@babel/plugin-proposal-private-methods' /*, { loose: true }*/],
|
|
11
|
-
['@babel/plugin-
|
|
11
|
+
['@babel/plugin-transform-class-properties' /*, { loose: true }*/],
|
|
12
12
|
],
|
|
13
13
|
compact: false,
|
|
14
14
|
};
|
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "framework-for-react",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.8",
|
|
4
4
|
"description": "framework for react18",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -22,43 +22,43 @@
|
|
|
22
22
|
"author": "yzh",
|
|
23
23
|
"license": "ISC",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@babel/core": "^7.
|
|
26
|
-
"@babel/plugin-proposal-
|
|
27
|
-
"@babel/plugin-proposal-
|
|
25
|
+
"@babel/core": "^7.29.0",
|
|
26
|
+
"@babel/plugin-proposal-decorators": "^7.29.0",
|
|
27
|
+
"@babel/plugin-proposal-private-methods": "^7.18.6",
|
|
28
28
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
29
|
-
"@babel/plugin-syntax-jsx": "^7.
|
|
30
|
-
"@babel/plugin-transform-
|
|
31
|
-
"@babel/
|
|
32
|
-
"@babel/preset-env": "^7.
|
|
33
|
-
"@babel/preset-react": "^7.
|
|
34
|
-
"@babel/runtime": "^7.
|
|
35
|
-
"autoprefixer": "^10.4.
|
|
36
|
-
"axios": "^1.
|
|
37
|
-
"babel-loader": "^
|
|
38
|
-
"babel-plugin-import": "^1.13.
|
|
39
|
-
"classnames": "^2.
|
|
40
|
-
"copy-webpack-plugin": "^
|
|
41
|
-
"cross-env": "^
|
|
42
|
-
"css-loader": "^
|
|
29
|
+
"@babel/plugin-syntax-jsx": "^7.28.6",
|
|
30
|
+
"@babel/plugin-transform-class-properties": "^7.28.6",
|
|
31
|
+
"@babel/plugin-transform-runtime": "^7.29.0",
|
|
32
|
+
"@babel/preset-env": "^7.29.0",
|
|
33
|
+
"@babel/preset-react": "^7.28.5",
|
|
34
|
+
"@babel/runtime": "^7.28.6",
|
|
35
|
+
"autoprefixer": "^10.4.24",
|
|
36
|
+
"axios": "^1.13.5",
|
|
37
|
+
"babel-loader": "^10.0.0",
|
|
38
|
+
"babel-plugin-import": "^1.13.8",
|
|
39
|
+
"classnames": "^2.5.1",
|
|
40
|
+
"copy-webpack-plugin": "^13.0.1",
|
|
41
|
+
"cross-env": "^10.1.0",
|
|
42
|
+
"css-loader": "^7.1.3",
|
|
43
43
|
"git-revision-webpack-plugin": "^5.0.0",
|
|
44
|
-
"html-webpack-plugin": "^
|
|
45
|
-
"less": "^4.1
|
|
46
|
-
"less-loader": "^
|
|
47
|
-
"mini-css-extract-plugin": "^2.
|
|
48
|
-
"postcss": "^8.
|
|
49
|
-
"postcss-loader": "^
|
|
50
|
-
"react": "^
|
|
51
|
-
"react-dom": "^
|
|
52
|
-
"react-intl": "^
|
|
53
|
-
"react-redux": "^
|
|
54
|
-
"react-router-dom": "^
|
|
55
|
-
"redux": "^
|
|
44
|
+
"html-webpack-plugin": "^5.6.6",
|
|
45
|
+
"less": "^4.5.1",
|
|
46
|
+
"less-loader": "^12.3.1",
|
|
47
|
+
"mini-css-extract-plugin": "^2.10.0",
|
|
48
|
+
"postcss": "^8.5.6",
|
|
49
|
+
"postcss-loader": "^8.2.0",
|
|
50
|
+
"react": "^19.2.4",
|
|
51
|
+
"react-dom": "^19.2.4",
|
|
52
|
+
"react-intl": "^8.1.3",
|
|
53
|
+
"react-redux": "^9.2.0",
|
|
54
|
+
"react-router-dom": "^7.13.0",
|
|
55
|
+
"redux": "^5.0.1",
|
|
56
56
|
"redux-logger": "^3.0.6",
|
|
57
|
-
"redux-thunk": "^
|
|
58
|
-
"style-loader": "^
|
|
59
|
-
"webpack": "^5.
|
|
60
|
-
"webpack-cli": "^
|
|
61
|
-
"webpack-dev-server": "^
|
|
62
|
-
"webpack-merge": "^
|
|
57
|
+
"redux-thunk": "^3.1.0",
|
|
58
|
+
"style-loader": "^4.0.0",
|
|
59
|
+
"webpack": "^5.105.1",
|
|
60
|
+
"webpack-cli": "^6.0.1",
|
|
61
|
+
"webpack-dev-server": "^5.2.3",
|
|
62
|
+
"webpack-merge": "^6.0.1"
|
|
63
63
|
}
|
|
64
64
|
}
|