@dr.pogodin/react-utils 1.41.15 → 1.41.17
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 +21 -21
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.41.
|
|
2
|
+
"version": "1.41.17",
|
|
3
3
|
"bin": {
|
|
4
4
|
"react-utils-build": "bin/build.js",
|
|
5
5
|
"react-utils-setup": "bin/setup.js"
|
|
@@ -8,14 +8,14 @@
|
|
|
8
8
|
"url": "https://github.com/birdofpreyru/react-utils/issues"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@babel/runtime": "^7.26.
|
|
11
|
+
"@babel/runtime": "^7.26.10",
|
|
12
12
|
"@dr.pogodin/babel-plugin-react-css-modules": "^6.13.3",
|
|
13
13
|
"@dr.pogodin/csurf": "^1.14.1",
|
|
14
14
|
"@dr.pogodin/js-utils": "^0.0.17",
|
|
15
15
|
"@dr.pogodin/react-global-state": "^0.18.1",
|
|
16
16
|
"@dr.pogodin/react-themes": "^1.8.0",
|
|
17
17
|
"@jest/environment": "^29.7.0",
|
|
18
|
-
"axios": "^1.
|
|
18
|
+
"axios": "^1.8.4",
|
|
19
19
|
"commander": "^13.1.0",
|
|
20
20
|
"compression": "^1.8.0",
|
|
21
21
|
"config": "^3.3.12",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"cross-env": "^7.0.3",
|
|
25
25
|
"dayjs": "^1.11.13",
|
|
26
26
|
"express": "^4.21.2",
|
|
27
|
-
"helmet": "^8.
|
|
27
|
+
"helmet": "^8.1.0",
|
|
28
28
|
"http-status-codes": "^2.3.0",
|
|
29
29
|
"joi": "^17.13.3",
|
|
30
30
|
"lodash": "^4.17.21",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"react": "^19.0.0",
|
|
36
36
|
"react-dom": "^19.0.0",
|
|
37
37
|
"@dr.pogodin/react-helmet": "^2.0.4",
|
|
38
|
-
"react-router": "^7.
|
|
38
|
+
"react-router": "^7.4.0",
|
|
39
39
|
"request-ip": "^3.3.0",
|
|
40
40
|
"rimraf": "^6.0.0",
|
|
41
41
|
"serialize-javascript": "^6.0.2",
|
|
@@ -47,11 +47,11 @@
|
|
|
47
47
|
"description": "Collection of generic ReactJS components and utils",
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@babel/cli": "^7.26.4",
|
|
50
|
-
"@babel/core": "^7.26.
|
|
51
|
-
"@babel/eslint-parser": "^7.26.
|
|
52
|
-
"@babel/eslint-plugin": "^7.
|
|
50
|
+
"@babel/core": "^7.26.10",
|
|
51
|
+
"@babel/eslint-parser": "^7.26.10",
|
|
52
|
+
"@babel/eslint-plugin": "^7.26.10",
|
|
53
53
|
"@babel/node": "^7.26.0",
|
|
54
|
-
"@babel/plugin-transform-runtime": "^7.26.
|
|
54
|
+
"@babel/plugin-transform-runtime": "^7.26.10",
|
|
55
55
|
"@babel/preset-env": "^7.26.9",
|
|
56
56
|
"@babel/preset-react": "^7.26.3",
|
|
57
57
|
"@babel/preset-typescript": "^7.26.0",
|
|
@@ -70,24 +70,24 @@
|
|
|
70
70
|
"@types/csurf": "^1.11.5",
|
|
71
71
|
"@types/express": "^4.17.21",
|
|
72
72
|
"@types/jest": "^29.5.14",
|
|
73
|
-
"@types/lodash": "^4.17.
|
|
73
|
+
"@types/lodash": "^4.17.16",
|
|
74
74
|
"@types/morgan": "^1.9.9",
|
|
75
75
|
"@types/node-forge": "^1.3.11",
|
|
76
76
|
"@types/pretty": "^2.0.3",
|
|
77
|
-
"@types/react": "^19.0.
|
|
77
|
+
"@types/react": "^19.0.12",
|
|
78
78
|
"@types/react-dom": "^19.0.4",
|
|
79
79
|
"@types/request-ip": "^0.0.41",
|
|
80
80
|
"@types/serialize-javascript": "^5.0.4",
|
|
81
81
|
"@types/serve-favicon": "^2.5.7",
|
|
82
82
|
"@types/supertest": "^6.0.2",
|
|
83
83
|
"@types/webpack": "^5.28.5",
|
|
84
|
-
"autoprefixer": "^10.4.
|
|
84
|
+
"autoprefixer": "^10.4.21",
|
|
85
85
|
"babel-jest": "^29.7.0",
|
|
86
|
-
"babel-loader": "^
|
|
86
|
+
"babel-loader": "^10.0.0",
|
|
87
87
|
"babel-plugin-module-resolver": "^5.0.2",
|
|
88
|
-
"core-js": "^3.
|
|
88
|
+
"core-js": "^3.41.0",
|
|
89
89
|
"css-loader": "^7.1.2",
|
|
90
|
-
"css-minimizer-webpack-plugin": "^7.0.
|
|
90
|
+
"css-minimizer-webpack-plugin": "^7.0.2",
|
|
91
91
|
"eslint": "^8.57.1",
|
|
92
92
|
"eslint-config-airbnb": "^19.0.4",
|
|
93
93
|
"eslint-config-airbnb-typescript": "^18.0.0",
|
|
@@ -111,18 +111,18 @@
|
|
|
111
111
|
"react-refresh": "^0.16.0",
|
|
112
112
|
"regenerator-runtime": "^0.14.1",
|
|
113
113
|
"resolve-url-loader": "^5.0.0",
|
|
114
|
-
"sass": "^1.
|
|
114
|
+
"sass": "^1.86.0",
|
|
115
115
|
"sass-loader": "^16.0.5",
|
|
116
116
|
"sitemap": "^8.0.0",
|
|
117
117
|
"source-map-loader": "^5.0.0",
|
|
118
|
-
"stylelint": "^16.
|
|
118
|
+
"stylelint": "^16.16.0",
|
|
119
119
|
"stylelint-config-standard-scss": "^14.0.0",
|
|
120
|
-
"supertest": "^7.
|
|
121
|
-
"tsc-alias": "^1.8.
|
|
120
|
+
"supertest": "^7.1.0",
|
|
121
|
+
"tsc-alias": "^1.8.11",
|
|
122
122
|
"tstyche": "^3.5.0",
|
|
123
123
|
"typed-scss-modules": "^8.1.1",
|
|
124
|
-
"typescript": "^5.
|
|
125
|
-
"typescript-eslint": "^8.
|
|
124
|
+
"typescript": "^5.8.2",
|
|
125
|
+
"typescript-eslint": "^8.27.0",
|
|
126
126
|
"webpack": "^5.98.0",
|
|
127
127
|
"webpack-dev-middleware": "^7.4.2",
|
|
128
128
|
"webpack-hot-middleware": "^2.26.1",
|