@dr.pogodin/react-utils 1.43.20 → 1.43.22
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/web.bundle.js +51 -51
- package/build/production/client/index.js +1 -1
- package/build/production/client/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 +20 -20
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.43.
|
|
2
|
+
"version": "1.43.22",
|
|
3
3
|
"bin": {
|
|
4
4
|
"react-utils-build": "bin/build.js",
|
|
5
5
|
"react-utils-setup": "bin/setup.js"
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"@dr.pogodin/react-global-state": "^0.19.2",
|
|
16
16
|
"@dr.pogodin/react-helmet": "^3.0.2",
|
|
17
17
|
"@dr.pogodin/react-themes": "^1.9.1",
|
|
18
|
-
"@jest/environment": "^30.0.
|
|
18
|
+
"@jest/environment": "^30.0.4",
|
|
19
19
|
"axios": "^1.10.0",
|
|
20
20
|
"commander": "^14.0.0",
|
|
21
21
|
"compression": "^1.8.0",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"raf": "^3.4.1",
|
|
36
36
|
"react": "^19.1.0",
|
|
37
37
|
"react-dom": "^19.1.0",
|
|
38
|
-
"react-router": "^7.6.
|
|
38
|
+
"react-router": "^7.6.3",
|
|
39
39
|
"request-ip": "^3.3.0",
|
|
40
40
|
"rimraf": "^6.0.0",
|
|
41
41
|
"serialize-javascript": "^6.0.2",
|
|
@@ -46,18 +46,18 @@
|
|
|
46
46
|
},
|
|
47
47
|
"description": "Collection of generic ReactJS components and utils",
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@babel/cli": "^7.
|
|
50
|
-
"@babel/core": "^7.
|
|
51
|
-
"@babel/node": "^7.
|
|
52
|
-
"@babel/plugin-transform-runtime": "^7.
|
|
53
|
-
"@babel/preset-env": "^7.
|
|
49
|
+
"@babel/cli": "^7.28.0",
|
|
50
|
+
"@babel/core": "^7.28.0",
|
|
51
|
+
"@babel/node": "^7.28.0",
|
|
52
|
+
"@babel/plugin-transform-runtime": "^7.28.0",
|
|
53
|
+
"@babel/preset-env": "^7.28.0",
|
|
54
54
|
"@babel/preset-react": "^7.27.1",
|
|
55
55
|
"@babel/preset-typescript": "^7.27.1",
|
|
56
56
|
"@babel/register": "^7.27.1",
|
|
57
57
|
"@dr.pogodin/babel-plugin-transform-assets": "^1.2.5",
|
|
58
58
|
"@dr.pogodin/babel-preset-svgr": "^1.9.1",
|
|
59
|
-
"@dr.pogodin/eslint-configs": "^0.0.
|
|
60
|
-
"@pmmmwh/react-refresh-webpack-plugin": "^0.6.
|
|
59
|
+
"@dr.pogodin/eslint-configs": "^0.0.8",
|
|
60
|
+
"@pmmmwh/react-refresh-webpack-plugin": "^0.6.1",
|
|
61
61
|
"@testing-library/dom": "^10.4.0",
|
|
62
62
|
"@testing-library/react": "^16.3.0",
|
|
63
63
|
"@testing-library/user-event": "^14.6.1",
|
|
@@ -68,9 +68,9 @@
|
|
|
68
68
|
"@types/cookie-parser": "^1.4.9",
|
|
69
69
|
"@types/express": "^5.0.3",
|
|
70
70
|
"@types/jest": "^30.0.0",
|
|
71
|
-
"@types/lodash": "^4.17.
|
|
71
|
+
"@types/lodash": "^4.17.20",
|
|
72
72
|
"@types/morgan": "^1.9.10",
|
|
73
|
-
"@types/node-forge": "^1.3.
|
|
73
|
+
"@types/node-forge": "^1.3.13",
|
|
74
74
|
"@types/pretty": "^2.0.3",
|
|
75
75
|
"@types/react": "^19.1.8",
|
|
76
76
|
"@types/react-dom": "^19.1.6",
|
|
@@ -81,15 +81,15 @@
|
|
|
81
81
|
"@types/webpack": "^5.28.5",
|
|
82
82
|
"@types/webpack-hot-middleware": "^2.25.9",
|
|
83
83
|
"autoprefixer": "^10.4.21",
|
|
84
|
-
"babel-jest": "^30.0.
|
|
84
|
+
"babel-jest": "^30.0.4",
|
|
85
85
|
"babel-loader": "^10.0.0",
|
|
86
86
|
"babel-plugin-module-resolver": "^5.0.2",
|
|
87
|
-
"core-js": "^3.
|
|
87
|
+
"core-js": "^3.44.0",
|
|
88
88
|
"css-loader": "^7.1.2",
|
|
89
89
|
"css-minimizer-webpack-plugin": "^7.0.2",
|
|
90
90
|
"identity-obj-proxy": "^3.0.0",
|
|
91
|
-
"jest": "^30.0.
|
|
92
|
-
"jest-environment-jsdom": "^30.0.
|
|
91
|
+
"jest": "^30.0.4",
|
|
92
|
+
"jest-environment-jsdom": "^30.0.4",
|
|
93
93
|
"memfs": "^4.17.2",
|
|
94
94
|
"mini-css-extract-plugin": "^2.9.2",
|
|
95
95
|
"mockdate": "^3.0.5",
|
|
@@ -105,14 +105,14 @@
|
|
|
105
105
|
"sass-loader": "^16.0.5",
|
|
106
106
|
"sitemap": "^8.0.0",
|
|
107
107
|
"source-map-loader": "^5.0.0",
|
|
108
|
-
"stylelint": "^16.
|
|
108
|
+
"stylelint": "^16.21.1",
|
|
109
109
|
"stylelint-config-standard-scss": "^15.0.1",
|
|
110
|
-
"supertest": "^7.1.
|
|
110
|
+
"supertest": "^7.1.3",
|
|
111
111
|
"tsc-alias": "1.8.16",
|
|
112
|
-
"tstyche": "^4.0
|
|
112
|
+
"tstyche": "^4.1.0",
|
|
113
113
|
"typed-scss-modules": "^8.1.1",
|
|
114
114
|
"typescript": "^5.8.3",
|
|
115
|
-
"webpack": "^5.
|
|
115
|
+
"webpack": "^5.100.1",
|
|
116
116
|
"webpack-dev-middleware": "^7.4.2",
|
|
117
117
|
"webpack-hot-middleware": "^2.26.1",
|
|
118
118
|
"webpack-merge": "^6.0.1",
|