@dr.pogodin/react-utils 1.12.1 → 1.12.5
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/components/CodeSplit/ServerSide.js +6 -0
- package/build/development/shared/components/CodeSplit/ServerSide.js.map +1 -1
- 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/components/CodeSplit/ServerSide.js +2 -2
- package/build/production/shared/components/CodeSplit/ServerSide.js.map +1 -1
- 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/package.json +25 -26
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.
|
|
12
|
-
"@dr.pogodin/react-global-state": "^0.6.
|
|
10
|
+
"@babel/runtime": "^7.16.5",
|
|
11
|
+
"@dr.pogodin/babel-plugin-react-css-modules": "^6.5.4",
|
|
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,20 +18,20 @@
|
|
|
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
23
|
"http-status-codes": "^2.1.4",
|
|
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",
|
|
@@ -45,36 +44,36 @@
|
|
|
45
44
|
"description": "Collection of generic ReactJS components and utils",
|
|
46
45
|
"devDependencies": {
|
|
47
46
|
"@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.
|
|
47
|
+
"@babel/core": "^7.16.5",
|
|
48
|
+
"@babel/eslint-parser": "^7.16.5",
|
|
49
|
+
"@babel/eslint-plugin": "^7.16.5",
|
|
50
|
+
"@babel/node": "^7.16.5",
|
|
52
51
|
"@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.
|
|
52
|
+
"@babel/plugin-transform-runtime": "^7.16.5",
|
|
53
|
+
"@babel/preset-env": "^7.16.5",
|
|
54
|
+
"@babel/preset-react": "^7.16.5",
|
|
56
55
|
"@babel/types": "^7.16.0",
|
|
57
56
|
"@dr.pogodin/babel-plugin-css-modules-transform": "^1.10.0",
|
|
58
57
|
"@dr.pogodin/babel-plugin-transform-assets": "^1.1.1",
|
|
59
58
|
"@dr.pogodin/babel-preset-svgr": "^1.4.0",
|
|
60
|
-
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.
|
|
59
|
+
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.4",
|
|
61
60
|
"autoprefixer": "^10.4.0",
|
|
62
|
-
"babel-jest": "^27.4.
|
|
61
|
+
"babel-jest": "^27.4.5",
|
|
63
62
|
"babel-loader": "^8.2.3",
|
|
64
63
|
"babel-plugin-module-resolver": "^4.1.0",
|
|
65
|
-
"core-js": "^3.
|
|
64
|
+
"core-js": "^3.20.1",
|
|
66
65
|
"css-loader": "^6.5.1",
|
|
67
|
-
"css-minimizer-webpack-plugin": "^3.
|
|
68
|
-
"eslint": "^8.
|
|
66
|
+
"css-minimizer-webpack-plugin": "^3.3.1",
|
|
67
|
+
"eslint": "^8.5.0",
|
|
69
68
|
"eslint-config-airbnb": "^19.0.2",
|
|
70
69
|
"eslint-import-resolver-babel-module": "^5.3.1",
|
|
71
70
|
"eslint-plugin-import": "^2.25.3",
|
|
72
71
|
"eslint-plugin-jest": "^25.3.0",
|
|
73
72
|
"eslint-plugin-jsx-a11y": "^6.5.1",
|
|
74
|
-
"eslint-plugin-react": "^7.
|
|
73
|
+
"eslint-plugin-react": "^7.28.0",
|
|
75
74
|
"eslint-plugin-react-hooks": "^4.3.0",
|
|
76
75
|
"identity-obj-proxy": "^3.0.0",
|
|
77
|
-
"jest": "^27.4.
|
|
76
|
+
"jest": "^27.4.5",
|
|
78
77
|
"mini-css-extract-plugin": "^2.4.5",
|
|
79
78
|
"mockdate": "^3.0.5",
|
|
80
79
|
"nodelist-foreach-polyfill": "^1.2.0",
|
|
@@ -86,14 +85,14 @@
|
|
|
86
85
|
"react-test-renderer": "^17.0.2",
|
|
87
86
|
"regenerator-runtime": "^0.13.9",
|
|
88
87
|
"resolve-url-loader": "^4.0.0",
|
|
89
|
-
"sass": "^1.
|
|
90
|
-
"sass-loader": "^12.
|
|
88
|
+
"sass": "^1.45.1",
|
|
89
|
+
"sass-loader": "^12.4.0",
|
|
91
90
|
"sitemap": "^7.0.0",
|
|
92
|
-
"stylelint": "^14.
|
|
91
|
+
"stylelint": "^14.2.0",
|
|
93
92
|
"stylelint-config-standard-scss": "^3.0.0",
|
|
94
93
|
"supertest": "^6.1.6",
|
|
95
94
|
"webpack": "^5.65.0",
|
|
96
|
-
"webpack-dev-middleware": "^5.
|
|
95
|
+
"webpack-dev-middleware": "^5.3.0",
|
|
97
96
|
"webpack-hot-middleware": "^2.25.1",
|
|
98
97
|
"webpack-merge": "^5.8.0",
|
|
99
98
|
"workbox-core": "^6.4.2",
|
|
@@ -132,5 +131,5 @@
|
|
|
132
131
|
"lint:scss": "stylelint -- **/*.{css,scss}",
|
|
133
132
|
"test": "npm run lint && npm run jest"
|
|
134
133
|
},
|
|
135
|
-
"version": "1.12.
|
|
134
|
+
"version": "1.12.5"
|
|
136
135
|
}
|