@dr.pogodin/react-utils 1.23.2 → 1.23.3
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 +20 -20
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.23.
|
|
2
|
+
"version": "1.23.3",
|
|
3
3
|
"bin": {
|
|
4
4
|
"react-utils-build": "bin/build.js",
|
|
5
5
|
"react-utils-setup": "bin/setup.js"
|
|
@@ -24,19 +24,19 @@
|
|
|
24
24
|
"express": "^4.18.2",
|
|
25
25
|
"helmet": "^6.0.1",
|
|
26
26
|
"http-status-codes": "^2.2.0",
|
|
27
|
-
"joi": "^17.
|
|
27
|
+
"joi": "^17.9.1",
|
|
28
28
|
"lodash": "^4.17.21",
|
|
29
29
|
"morgan": "^1.10.0",
|
|
30
30
|
"node-forge": "^1.3.1",
|
|
31
31
|
"prop-types": "^15.8.1",
|
|
32
|
-
"qs": "^6.11.
|
|
32
|
+
"qs": "^6.11.1",
|
|
33
33
|
"raf": "^3.4.1",
|
|
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.9.0",
|
|
38
38
|
"request-ip": "^3.3.0",
|
|
39
|
-
"rimraf": "^4.
|
|
39
|
+
"rimraf": "^4.4.1",
|
|
40
40
|
"serialize-javascript": "^6.0.1",
|
|
41
41
|
"serve-favicon": "^2.5.0",
|
|
42
42
|
"source-map-support": "^0.5.21",
|
|
@@ -46,8 +46,8 @@
|
|
|
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.
|
|
50
|
-
"@babel/eslint-parser": "^7.
|
|
49
|
+
"@babel/core": "^7.21.3",
|
|
50
|
+
"@babel/eslint-parser": "^7.21.3",
|
|
51
51
|
"@babel/eslint-plugin": "^7.19.1",
|
|
52
52
|
"@babel/node": "^7.20.7",
|
|
53
53
|
"@babel/plugin-transform-runtime": "^7.21.0",
|
|
@@ -57,14 +57,14 @@
|
|
|
57
57
|
"@dr.pogodin/babel-plugin-transform-assets": "^1.2.2",
|
|
58
58
|
"@dr.pogodin/babel-preset-svgr": "^1.5.1",
|
|
59
59
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
|
|
60
|
-
"autoprefixer": "^10.4.
|
|
61
|
-
"babel-jest": "^29.
|
|
60
|
+
"autoprefixer": "^10.4.14",
|
|
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.29.1",
|
|
65
65
|
"css-loader": "^6.7.3",
|
|
66
66
|
"css-minimizer-webpack-plugin": "^4.2.2",
|
|
67
|
-
"eslint": "^8.
|
|
67
|
+
"eslint": "^8.36.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",
|
|
@@ -73,28 +73,28 @@
|
|
|
73
73
|
"eslint-plugin-react": "^7.32.2",
|
|
74
74
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
75
75
|
"identity-obj-proxy": "^3.0.0",
|
|
76
|
-
"jest": "^29.
|
|
77
|
-
"jest-environment-jsdom": "^29.
|
|
76
|
+
"jest": "^29.5.0",
|
|
77
|
+
"jest-environment-jsdom": "^29.5.0",
|
|
78
78
|
"memfs": "^3.4.13",
|
|
79
|
-
"mini-css-extract-plugin": "^2.7.
|
|
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.0
|
|
83
|
+
"postcss-loader": "^7.1.0",
|
|
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.
|
|
91
|
-
"sass-loader": "^13.2.
|
|
90
|
+
"sass": "^1.59.3",
|
|
91
|
+
"sass-loader": "^13.2.1",
|
|
92
92
|
"sitemap": "^7.1.1",
|
|
93
|
-
"stylelint": "^15.
|
|
93
|
+
"stylelint": "^15.3.0",
|
|
94
94
|
"stylelint-config-standard-scss": "^7.0.1",
|
|
95
95
|
"supertest": "^6.3.3",
|
|
96
|
-
"webpack": "^5.
|
|
97
|
-
"webpack-dev-middleware": "^6.0.
|
|
96
|
+
"webpack": "^5.76.3",
|
|
97
|
+
"webpack-dev-middleware": "^6.0.2",
|
|
98
98
|
"webpack-hot-middleware": "^2.25.3",
|
|
99
99
|
"webpack-merge": "^5.8.0",
|
|
100
100
|
"workbox-core": "^6.5.4",
|