@dr.pogodin/react-utils 1.48.17 → 1.48.19
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/package.json +23 -23
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.48.
|
|
2
|
+
"version": "1.48.19",
|
|
3
3
|
"bin": {
|
|
4
4
|
"react-utils-build": "bin/build.js",
|
|
5
5
|
"react-utils-setup": "bin/setup.js"
|
|
@@ -8,23 +8,23 @@
|
|
|
8
8
|
"url": "https://github.com/birdofpreyru/react-utils/issues"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@babel/runtime": "^7.
|
|
11
|
+
"@babel/runtime": "^7.29.2",
|
|
12
12
|
"@dr.pogodin/babel-plugin-react-css-modules": "^6.13.9",
|
|
13
13
|
"@dr.pogodin/csurf": "^1.16.8",
|
|
14
14
|
"@dr.pogodin/js-utils": "^0.1.6",
|
|
15
|
-
"@dr.pogodin/react-global-state": "^0.21.
|
|
16
|
-
"@dr.pogodin/react-helmet": "^3.
|
|
15
|
+
"@dr.pogodin/react-global-state": "^0.21.4",
|
|
16
|
+
"@dr.pogodin/react-helmet": "^3.1.1",
|
|
17
17
|
"@dr.pogodin/react-themes": "^1.10.3",
|
|
18
|
-
"@jest/environment": "^30.
|
|
19
|
-
"axios": "^1.13.
|
|
18
|
+
"@jest/environment": "^30.3.0",
|
|
19
|
+
"axios": "^1.13.6",
|
|
20
20
|
"commander": "^14.0.3",
|
|
21
21
|
"compression": "^1.8.1",
|
|
22
22
|
"config": "^4.4.1",
|
|
23
23
|
"cookie": "^1.1.0",
|
|
24
24
|
"cookie-parser": "^1.4.7",
|
|
25
|
-
"core-js": "^3.
|
|
25
|
+
"core-js": "^3.49.0",
|
|
26
26
|
"cross-env": "^10.1.0",
|
|
27
|
-
"dayjs": "^1.11.
|
|
27
|
+
"dayjs": "^1.11.20",
|
|
28
28
|
"express": "^5.2.1",
|
|
29
29
|
"helmet": "^8.1.0",
|
|
30
30
|
"http-status-codes": "^2.3.0",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"react-router": "^7.13.1",
|
|
38
38
|
"request-ip": "^3.3.0",
|
|
39
39
|
"rimraf": "^6.1.3",
|
|
40
|
-
"serialize-javascript": "^7.0.
|
|
40
|
+
"serialize-javascript": "^7.0.4",
|
|
41
41
|
"serve-favicon": "^2.5.1",
|
|
42
42
|
"source-map-support": "^0.5.21",
|
|
43
43
|
"uuid": "^13.0.0",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@babel/core": "^7.29.0",
|
|
50
50
|
"@babel/node": "^7.29.0",
|
|
51
51
|
"@babel/plugin-transform-runtime": "^7.29.0",
|
|
52
|
-
"@babel/preset-env": "^7.29.
|
|
52
|
+
"@babel/preset-env": "^7.29.2",
|
|
53
53
|
"@babel/preset-react": "^7.28.5",
|
|
54
54
|
"@babel/preset-typescript": "^7.28.5",
|
|
55
55
|
"@babel/register": "^7.28.6",
|
|
@@ -81,38 +81,38 @@
|
|
|
81
81
|
"@types/webpack": "^5.28.5",
|
|
82
82
|
"@types/webpack-hot-middleware": "^2.25.12",
|
|
83
83
|
"autoprefixer": "^10.4.27",
|
|
84
|
-
"babel-jest": "^30.
|
|
85
|
-
"babel-loader": "^10.
|
|
84
|
+
"babel-jest": "^30.3.0",
|
|
85
|
+
"babel-loader": "^10.1.1",
|
|
86
86
|
"babel-plugin-add-import-extension": "^1.6.0",
|
|
87
|
-
"babel-plugin-module-resolver": "^5.0.
|
|
87
|
+
"babel-plugin-module-resolver": "^5.0.3",
|
|
88
88
|
"babel-plugin-transform-import-meta": "^2.3.3",
|
|
89
89
|
"css-loader": "^7.1.4",
|
|
90
|
-
"css-minimizer-webpack-plugin": "^
|
|
90
|
+
"css-minimizer-webpack-plugin": "^8.0.0",
|
|
91
91
|
"identity-obj-proxy": "^3.0.0",
|
|
92
|
-
"jest": "^30.
|
|
93
|
-
"jest-environment-jsdom": "^30.
|
|
94
|
-
"memfs": "^4.56.
|
|
95
|
-
"mini-css-extract-plugin": "^2.10.
|
|
92
|
+
"jest": "^30.3.0",
|
|
93
|
+
"jest-environment-jsdom": "^30.3.0",
|
|
94
|
+
"memfs": "^4.56.11",
|
|
95
|
+
"mini-css-extract-plugin": "^2.10.1",
|
|
96
96
|
"mockdate": "^3.0.5",
|
|
97
97
|
"nodelist-foreach-polyfill": "^1.2.0",
|
|
98
|
-
"postcss": "^8.5.
|
|
98
|
+
"postcss": "^8.5.8",
|
|
99
99
|
"postcss-loader": "^8.2.1",
|
|
100
100
|
"postcss-scss": "^4.0.9",
|
|
101
101
|
"pretty": "^2.0.0",
|
|
102
102
|
"react-refresh": "^0.18.0",
|
|
103
103
|
"resolve-url-loader": "^5.0.0",
|
|
104
|
-
"sass": "^1.
|
|
104
|
+
"sass": "^1.98.0",
|
|
105
105
|
"sass-loader": "^16.0.7",
|
|
106
|
-
"sitemap": "^9.0.
|
|
106
|
+
"sitemap": "^9.0.1",
|
|
107
107
|
"source-map-loader": "^5.0.0",
|
|
108
|
-
"stylelint": "^17.
|
|
108
|
+
"stylelint": "^17.5.0",
|
|
109
109
|
"stylelint-config-standard-scss": "^17.0.0",
|
|
110
110
|
"supertest": "^7.2.2",
|
|
111
111
|
"tsc-alias": "1.8.16",
|
|
112
112
|
"tstyche": "^6.2.0",
|
|
113
113
|
"typed-scss-modules": "^8.1.1",
|
|
114
114
|
"typescript": "^5.9.3",
|
|
115
|
-
"webpack": "^5.105.
|
|
115
|
+
"webpack": "^5.105.4",
|
|
116
116
|
"webpack-dev-middleware": "^7.4.5",
|
|
117
117
|
"webpack-hot-middleware": "^2.26.1",
|
|
118
118
|
"webpack-merge": "^6.0.1",
|