@dr.pogodin/react-utils 1.23.10 → 1.23.12
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.
|
@@ -32,11 +32,13 @@ module.exports = function configFactory(ops) {
|
|
|
32
32
|
externals: [
|
|
33
33
|
/@babel\/runtime/,
|
|
34
34
|
'@dr.pogodin/react-global-state',
|
|
35
|
+
'@dr.pogodin/js-utils',
|
|
35
36
|
'@dr.pogodin/react-themes',
|
|
36
37
|
'@dr.pogodin/react-utils',
|
|
37
38
|
'axios',
|
|
38
39
|
'dayjs',
|
|
39
40
|
'lodash',
|
|
41
|
+
/node-forge/,
|
|
40
42
|
'prop-types',
|
|
41
43
|
'qs',
|
|
42
44
|
'react',
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.23.
|
|
2
|
+
"version": "1.23.12",
|
|
3
3
|
"bin": {
|
|
4
4
|
"react-utils-build": "bin/build.js",
|
|
5
5
|
"react-utils-setup": "bin/setup.js"
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"url": "https://github.com/birdofpreyru/react-utils/issues"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@babel/runtime": "^7.
|
|
11
|
+
"@babel/runtime": "^7.22.3",
|
|
12
12
|
"@dr.pogodin/babel-plugin-react-css-modules": "^6.9.4",
|
|
13
13
|
"@dr.pogodin/csurf": "^1.12.4",
|
|
14
14
|
"@dr.pogodin/js-utils": "^0.0.5",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"cookie": "^0.5.0",
|
|
22
22
|
"cookie-parser": "^1.4.6",
|
|
23
23
|
"cross-env": "^7.0.3",
|
|
24
|
-
"dayjs": "^1.11.
|
|
24
|
+
"dayjs": "^1.11.8",
|
|
25
25
|
"express": "^4.18.2",
|
|
26
26
|
"helmet": "^7.0.0",
|
|
27
27
|
"http-status-codes": "^2.2.0",
|
|
@@ -35,25 +35,25 @@
|
|
|
35
35
|
"react": "^18.2.0",
|
|
36
36
|
"react-dom": "^18.2.0",
|
|
37
37
|
"react-helmet": "^6.1.0",
|
|
38
|
-
"react-router-dom": "^6.
|
|
38
|
+
"react-router-dom": "^6.12.0",
|
|
39
39
|
"request-ip": "^3.3.0",
|
|
40
40
|
"rimraf": "^5.0.1",
|
|
41
41
|
"serialize-javascript": "^6.0.1",
|
|
42
42
|
"serve-favicon": "^2.5.0",
|
|
43
43
|
"source-map-support": "^0.5.21",
|
|
44
44
|
"uuid": "^9.0.0",
|
|
45
|
-
"winston": "^3.
|
|
45
|
+
"winston": "^3.9.0"
|
|
46
46
|
},
|
|
47
47
|
"description": "Collection of generic ReactJS components and utils",
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@babel/cli": "^7.21.5",
|
|
50
|
-
"@babel/core": "^7.
|
|
50
|
+
"@babel/core": "^7.22.1",
|
|
51
51
|
"@babel/eslint-parser": "^7.21.8",
|
|
52
52
|
"@babel/eslint-plugin": "^7.19.1",
|
|
53
|
-
"@babel/node": "^7.
|
|
54
|
-
"@babel/plugin-transform-runtime": "^7.
|
|
55
|
-
"@babel/preset-env": "^7.
|
|
56
|
-
"@babel/preset-react": "^7.
|
|
53
|
+
"@babel/node": "^7.22.1",
|
|
54
|
+
"@babel/plugin-transform-runtime": "^7.22.4",
|
|
55
|
+
"@babel/preset-env": "^7.22.4",
|
|
56
|
+
"@babel/preset-react": "^7.22.3",
|
|
57
57
|
"@babel/register": "^7.21.0",
|
|
58
58
|
"@dr.pogodin/babel-plugin-transform-assets": "^1.2.2",
|
|
59
59
|
"@dr.pogodin/babel-preset-svgr": "^1.7.0",
|
|
@@ -63,9 +63,9 @@
|
|
|
63
63
|
"babel-loader": "^9.1.2",
|
|
64
64
|
"babel-plugin-module-resolver": "^5.0.0",
|
|
65
65
|
"core-js": "^3.30.2",
|
|
66
|
-
"css-loader": "^6.
|
|
66
|
+
"css-loader": "^6.8.1",
|
|
67
67
|
"css-minimizer-webpack-plugin": "^5.0.0",
|
|
68
|
-
"eslint": "^8.
|
|
68
|
+
"eslint": "^8.42.0",
|
|
69
69
|
"eslint-config-airbnb": "^19.0.4",
|
|
70
70
|
"eslint-import-resolver-babel-module": "^5.3.2",
|
|
71
71
|
"eslint-plugin-import": "^2.27.5",
|
|
@@ -76,12 +76,12 @@
|
|
|
76
76
|
"identity-obj-proxy": "^3.0.0",
|
|
77
77
|
"jest": "^29.5.0",
|
|
78
78
|
"jest-environment-jsdom": "^29.5.0",
|
|
79
|
-
"memfs": "^3.5.
|
|
79
|
+
"memfs": "^3.5.2",
|
|
80
80
|
"mini-css-extract-plugin": "^2.7.6",
|
|
81
81
|
"mockdate": "^3.0.5",
|
|
82
82
|
"nodelist-foreach-polyfill": "^1.2.0",
|
|
83
|
-
"postcss": "^8.4.
|
|
84
|
-
"postcss-loader": "^7.3.
|
|
83
|
+
"postcss": "^8.4.24",
|
|
84
|
+
"postcss-loader": "^7.3.2",
|
|
85
85
|
"postcss-scss": "^4.0.6",
|
|
86
86
|
"pretty": "^2.0.0",
|
|
87
87
|
"react-refresh": "^0.14.0",
|
|
@@ -89,18 +89,18 @@
|
|
|
89
89
|
"regenerator-runtime": "^0.13.11",
|
|
90
90
|
"resolve-url-loader": "^5.0.0",
|
|
91
91
|
"sass": "^1.62.1",
|
|
92
|
-
"sass-loader": "^13.
|
|
92
|
+
"sass-loader": "^13.3.1",
|
|
93
93
|
"sitemap": "^7.1.1",
|
|
94
|
-
"stylelint": "^15.
|
|
94
|
+
"stylelint": "^15.7.0",
|
|
95
95
|
"stylelint-config-standard-scss": "^9.0.0",
|
|
96
96
|
"supertest": "^6.3.3",
|
|
97
|
-
"webpack": "^5.
|
|
97
|
+
"webpack": "^5.85.1",
|
|
98
98
|
"webpack-dev-middleware": "^6.1.1",
|
|
99
99
|
"webpack-hot-middleware": "^2.25.3",
|
|
100
|
-
"webpack-merge": "^5.
|
|
101
|
-
"workbox-core": "^
|
|
102
|
-
"workbox-precaching": "^
|
|
103
|
-
"workbox-webpack-plugin": "^
|
|
100
|
+
"webpack-merge": "^5.9.0",
|
|
101
|
+
"workbox-core": "^7.0.0",
|
|
102
|
+
"workbox-precaching": "^7.0.0",
|
|
103
|
+
"workbox-webpack-plugin": "^7.0.0"
|
|
104
104
|
},
|
|
105
105
|
"engines": {
|
|
106
106
|
"node": ">=18",
|