@dr.pogodin/react-utils 1.12.2 → 1.12.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.
- package/build/development/shared/utils/Emitter.js +70 -0
- package/build/development/shared/utils/Emitter.js.map +1 -0
- package/build/development/shared/utils/index.js +8 -0
- package/build/development/shared/utils/index.js.map +1 -1
- package/build/development/web.bundle.js +42 -12
- package/build/production/shared/utils/Emitter.js +19 -0
- package/build/production/shared/utils/Emitter.js.map +1 -0
- package/build/production/shared/utils/index.js +1 -1
- package/build/production/shared/utils/index.js.map +1 -1
- package/build/production/web.bundle.js +1 -1
- package/build/production/web.bundle.js.map +1 -1
- package/config/webpack/lib-base.js +0 -1
- package/package.json +26 -28
package/package.json
CHANGED
|
@@ -7,11 +7,10 @@
|
|
|
7
7
|
"url": "https://github.com/birdofpreyru/react-utils/issues"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@babel/runtime": "^7.16.
|
|
11
|
-
"@dr.pogodin/babel-plugin-react-css-modules": "^6.5.
|
|
10
|
+
"@babel/runtime": "^7.16.5",
|
|
11
|
+
"@dr.pogodin/babel-plugin-react-css-modules": "^6.5.4",
|
|
12
12
|
"@dr.pogodin/react-global-state": "^0.6.5",
|
|
13
13
|
"@dr.pogodin/react-themes": "^1.3.3",
|
|
14
|
-
"autoprefix": "^1.0.1",
|
|
15
14
|
"axios": "^0.24.0",
|
|
16
15
|
"commander": "^8.3.0",
|
|
17
16
|
"compression": "^1.7.4",
|
|
@@ -19,62 +18,61 @@
|
|
|
19
18
|
"cookie-parser": "^1.4.6",
|
|
20
19
|
"cross-env": "^7.0.3",
|
|
21
20
|
"dayjs": "^1.10.7",
|
|
22
|
-
"express": "^4.17.
|
|
21
|
+
"express": "^4.17.2",
|
|
23
22
|
"helmet": "^4.6.0",
|
|
24
|
-
"http-status-codes": "^2.
|
|
23
|
+
"http-status-codes": "^2.2.0",
|
|
25
24
|
"joi": "^17.5.0",
|
|
26
25
|
"lodash": "^4.17.21",
|
|
27
26
|
"morgan": "^1.10.0",
|
|
28
27
|
"node-forge": "^0.10.0",
|
|
29
|
-
"prop-types": "^15.
|
|
28
|
+
"prop-types": "^15.8.0",
|
|
30
29
|
"qs": "^6.10.1",
|
|
31
30
|
"raf": "^3.4.1",
|
|
32
31
|
"react": "^17.0.2",
|
|
33
32
|
"react-dom": "^17.0.2",
|
|
34
33
|
"react-helmet": "^6.1.0",
|
|
35
|
-
"react-router-dom": "^6.
|
|
34
|
+
"react-router-dom": "^6.2.1",
|
|
36
35
|
"request-ip": "^2.1.3",
|
|
37
36
|
"rimraf": "^3.0.2",
|
|
38
37
|
"serialize-javascript": "^6.0.0",
|
|
39
38
|
"serve-favicon": "^2.5.0",
|
|
40
39
|
"source-map-support": "^0.5.21",
|
|
41
|
-
"url-parse": "^1.5.3",
|
|
42
40
|
"uuid": "^8.3.2",
|
|
43
41
|
"winston": "^3.3.3"
|
|
44
42
|
},
|
|
45
43
|
"description": "Collection of generic ReactJS components and utils",
|
|
46
44
|
"devDependencies": {
|
|
47
45
|
"@babel/cli": "^7.16.0",
|
|
48
|
-
"@babel/core": "^7.16.
|
|
49
|
-
"@babel/eslint-parser": "^7.16.
|
|
50
|
-
"@babel/eslint-plugin": "^7.
|
|
51
|
-
"@babel/node": "^7.16.
|
|
46
|
+
"@babel/core": "^7.16.5",
|
|
47
|
+
"@babel/eslint-parser": "^7.16.5",
|
|
48
|
+
"@babel/eslint-plugin": "^7.16.5",
|
|
49
|
+
"@babel/node": "^7.16.5",
|
|
52
50
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
53
|
-
"@babel/plugin-transform-runtime": "^7.16.
|
|
54
|
-
"@babel/preset-env": "^7.16.
|
|
55
|
-
"@babel/preset-react": "^7.16.
|
|
51
|
+
"@babel/plugin-transform-runtime": "^7.16.5",
|
|
52
|
+
"@babel/preset-env": "^7.16.5",
|
|
53
|
+
"@babel/preset-react": "^7.16.5",
|
|
56
54
|
"@babel/types": "^7.16.0",
|
|
57
55
|
"@dr.pogodin/babel-plugin-css-modules-transform": "^1.10.0",
|
|
58
56
|
"@dr.pogodin/babel-plugin-transform-assets": "^1.1.1",
|
|
59
57
|
"@dr.pogodin/babel-preset-svgr": "^1.4.0",
|
|
60
|
-
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.
|
|
58
|
+
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.4",
|
|
61
59
|
"autoprefixer": "^10.4.0",
|
|
62
|
-
"babel-jest": "^27.4.
|
|
60
|
+
"babel-jest": "^27.4.5",
|
|
63
61
|
"babel-loader": "^8.2.3",
|
|
64
62
|
"babel-plugin-module-resolver": "^4.1.0",
|
|
65
|
-
"core-js": "^3.
|
|
63
|
+
"core-js": "^3.20.1",
|
|
66
64
|
"css-loader": "^6.5.1",
|
|
67
|
-
"css-minimizer-webpack-plugin": "^3.
|
|
68
|
-
"eslint": "^8.
|
|
69
|
-
"eslint-config-airbnb": "^19.0.
|
|
65
|
+
"css-minimizer-webpack-plugin": "^3.3.1",
|
|
66
|
+
"eslint": "^8.5.0",
|
|
67
|
+
"eslint-config-airbnb": "^19.0.4",
|
|
70
68
|
"eslint-import-resolver-babel-module": "^5.3.1",
|
|
71
69
|
"eslint-plugin-import": "^2.25.3",
|
|
72
|
-
"eslint-plugin-jest": "^25.3.
|
|
70
|
+
"eslint-plugin-jest": "^25.3.2",
|
|
73
71
|
"eslint-plugin-jsx-a11y": "^6.5.1",
|
|
74
|
-
"eslint-plugin-react": "^7.
|
|
72
|
+
"eslint-plugin-react": "^7.28.0",
|
|
75
73
|
"eslint-plugin-react-hooks": "^4.3.0",
|
|
76
74
|
"identity-obj-proxy": "^3.0.0",
|
|
77
|
-
"jest": "^27.4.
|
|
75
|
+
"jest": "^27.4.5",
|
|
78
76
|
"mini-css-extract-plugin": "^2.4.5",
|
|
79
77
|
"mockdate": "^3.0.5",
|
|
80
78
|
"nodelist-foreach-polyfill": "^1.2.0",
|
|
@@ -86,14 +84,14 @@
|
|
|
86
84
|
"react-test-renderer": "^17.0.2",
|
|
87
85
|
"regenerator-runtime": "^0.13.9",
|
|
88
86
|
"resolve-url-loader": "^4.0.0",
|
|
89
|
-
"sass": "^1.
|
|
87
|
+
"sass": "^1.45.1",
|
|
90
88
|
"sass-loader": "^12.4.0",
|
|
91
89
|
"sitemap": "^7.0.0",
|
|
92
|
-
"stylelint": "^14.
|
|
90
|
+
"stylelint": "^14.2.0",
|
|
93
91
|
"stylelint-config-standard-scss": "^3.0.0",
|
|
94
92
|
"supertest": "^6.1.6",
|
|
95
93
|
"webpack": "^5.65.0",
|
|
96
|
-
"webpack-dev-middleware": "^5.
|
|
94
|
+
"webpack-dev-middleware": "^5.3.0",
|
|
97
95
|
"webpack-hot-middleware": "^2.25.1",
|
|
98
96
|
"webpack-merge": "^5.8.0",
|
|
99
97
|
"workbox-core": "^6.4.2",
|
|
@@ -132,5 +130,5 @@
|
|
|
132
130
|
"lint:scss": "stylelint -- **/*.{css,scss}",
|
|
133
131
|
"test": "npm run lint && npm run jest"
|
|
134
132
|
},
|
|
135
|
-
"version": "1.12.
|
|
133
|
+
"version": "1.12.6"
|
|
136
134
|
}
|