@dr.pogodin/react-utils 1.23.7 → 1.23.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/build/development/client/index.js +1 -2
- package/build/development/client/index.js.map +1 -1
- package/build/development/shared/utils/jest/E2eSsrEnv.js +0 -2
- package/build/development/shared/utils/jest/E2eSsrEnv.js.map +1 -1
- package/build/development/shared/utils/jest/index.js +0 -2
- package/build/development/shared/utils/jest/index.js.map +1 -1
- package/build/development/web.bundle.js +1 -1
- package/build/production/web.bundle.js.map +1 -1
- package/package.json +20 -20
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.23.
|
|
2
|
+
"version": "1.23.8",
|
|
3
3
|
"bin": {
|
|
4
4
|
"react-utils-build": "bin/build.js",
|
|
5
5
|
"react-utils-setup": "bin/setup.js"
|
|
@@ -9,11 +9,11 @@
|
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@babel/runtime": "^7.21.0",
|
|
12
|
-
"@dr.pogodin/babel-plugin-react-css-modules": "^6.9.
|
|
12
|
+
"@dr.pogodin/babel-plugin-react-css-modules": "^6.9.4",
|
|
13
13
|
"@dr.pogodin/csurf": "^1.12.4",
|
|
14
|
-
"@dr.pogodin/react-global-state": "^0.9.
|
|
15
|
-
"@dr.pogodin/react-themes": "^1.4.
|
|
16
|
-
"axios": "^1.3.
|
|
14
|
+
"@dr.pogodin/react-global-state": "^0.9.3",
|
|
15
|
+
"@dr.pogodin/react-themes": "^1.4.8",
|
|
16
|
+
"axios": "^1.3.5",
|
|
17
17
|
"commander": "^10.0.0",
|
|
18
18
|
"compression": "^1.7.4",
|
|
19
19
|
"config": "^3.3.9",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"cross-env": "^7.0.3",
|
|
23
23
|
"dayjs": "^1.11.7",
|
|
24
24
|
"express": "^4.18.2",
|
|
25
|
-
"helmet": "^6.
|
|
25
|
+
"helmet": "^6.1.3",
|
|
26
26
|
"http-status-codes": "^2.2.0",
|
|
27
27
|
"joi": "^17.9.1",
|
|
28
28
|
"lodash": "^4.17.21",
|
|
@@ -34,9 +34,9 @@
|
|
|
34
34
|
"react": "^18.2.0",
|
|
35
35
|
"react-dom": "^18.2.0",
|
|
36
36
|
"react-helmet": "^6.1.0",
|
|
37
|
-
"react-router-dom": "^6.
|
|
37
|
+
"react-router-dom": "^6.10.0",
|
|
38
38
|
"request-ip": "^3.3.0",
|
|
39
|
-
"rimraf": "^
|
|
39
|
+
"rimraf": "^5.0.0",
|
|
40
40
|
"serialize-javascript": "^6.0.1",
|
|
41
41
|
"serve-favicon": "^2.5.0",
|
|
42
42
|
"source-map-support": "^0.5.21",
|
|
@@ -46,25 +46,25 @@
|
|
|
46
46
|
"description": "Collection of generic ReactJS components and utils",
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@babel/cli": "^7.21.0",
|
|
49
|
-
"@babel/core": "^7.21.
|
|
49
|
+
"@babel/core": "^7.21.4",
|
|
50
50
|
"@babel/eslint-parser": "^7.21.3",
|
|
51
51
|
"@babel/eslint-plugin": "^7.19.1",
|
|
52
52
|
"@babel/node": "^7.20.7",
|
|
53
|
-
"@babel/plugin-transform-runtime": "^7.21.
|
|
54
|
-
"@babel/preset-env": "^7.
|
|
53
|
+
"@babel/plugin-transform-runtime": "^7.21.4",
|
|
54
|
+
"@babel/preset-env": "^7.21.4",
|
|
55
55
|
"@babel/preset-react": "^7.18.6",
|
|
56
56
|
"@babel/register": "^7.21.0",
|
|
57
57
|
"@dr.pogodin/babel-plugin-transform-assets": "^1.2.2",
|
|
58
|
-
"@dr.pogodin/babel-preset-svgr": "^1.
|
|
58
|
+
"@dr.pogodin/babel-preset-svgr": "^1.6.0",
|
|
59
59
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
|
|
60
60
|
"autoprefixer": "^10.4.14",
|
|
61
61
|
"babel-jest": "^29.5.0",
|
|
62
62
|
"babel-loader": "^9.1.2",
|
|
63
63
|
"babel-plugin-module-resolver": "^5.0.0",
|
|
64
|
-
"core-js": "^3.
|
|
64
|
+
"core-js": "^3.30.0",
|
|
65
65
|
"css-loader": "^6.7.3",
|
|
66
66
|
"css-minimizer-webpack-plugin": "^5.0.0",
|
|
67
|
-
"eslint": "^8.
|
|
67
|
+
"eslint": "^8.38.0",
|
|
68
68
|
"eslint-config-airbnb": "^19.0.4",
|
|
69
69
|
"eslint-import-resolver-babel-module": "^5.3.2",
|
|
70
70
|
"eslint-plugin-import": "^2.27.5",
|
|
@@ -75,25 +75,25 @@
|
|
|
75
75
|
"identity-obj-proxy": "^3.0.0",
|
|
76
76
|
"jest": "^29.5.0",
|
|
77
77
|
"jest-environment-jsdom": "^29.5.0",
|
|
78
|
-
"memfs": "^3.
|
|
78
|
+
"memfs": "^3.5.0",
|
|
79
79
|
"mini-css-extract-plugin": "^2.7.5",
|
|
80
80
|
"mockdate": "^3.0.5",
|
|
81
81
|
"nodelist-foreach-polyfill": "^1.2.0",
|
|
82
82
|
"postcss": "^8.4.21",
|
|
83
|
-
"postcss-loader": "^7.
|
|
83
|
+
"postcss-loader": "^7.2.4",
|
|
84
84
|
"postcss-scss": "^4.0.6",
|
|
85
85
|
"pretty": "^2.0.0",
|
|
86
86
|
"react-refresh": "^0.14.0",
|
|
87
87
|
"react-test-renderer": "^18.2.0",
|
|
88
88
|
"regenerator-runtime": "^0.13.11",
|
|
89
89
|
"resolve-url-loader": "^5.0.0",
|
|
90
|
-
"sass": "^1.
|
|
90
|
+
"sass": "^1.61.0",
|
|
91
91
|
"sass-loader": "^13.2.2",
|
|
92
92
|
"sitemap": "^7.1.1",
|
|
93
|
-
"stylelint": "^15.
|
|
94
|
-
"stylelint-config-standard-scss": "^
|
|
93
|
+
"stylelint": "^15.4.0",
|
|
94
|
+
"stylelint-config-standard-scss": "^8.0.0",
|
|
95
95
|
"supertest": "^6.3.3",
|
|
96
|
-
"webpack": "^5.
|
|
96
|
+
"webpack": "^5.78.0",
|
|
97
97
|
"webpack-dev-middleware": "^6.0.2",
|
|
98
98
|
"webpack-hot-middleware": "^2.25.3",
|
|
99
99
|
"webpack-merge": "^5.8.0",
|