@dr.pogodin/react-utils 1.26.5 → 1.26.7
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 +19 -19
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.26.
|
|
2
|
+
"version": "1.26.7",
|
|
3
3
|
"bin": {
|
|
4
4
|
"react-utils-build": "bin/build.js",
|
|
5
5
|
"react-utils-setup": "bin/setup.js"
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"url": "https://github.com/birdofpreyru/react-utils/issues"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@babel/runtime": "^7.23.
|
|
11
|
+
"@babel/runtime": "^7.23.4",
|
|
12
12
|
"@dr.pogodin/babel-plugin-react-css-modules": "^6.12.0",
|
|
13
13
|
"@dr.pogodin/csurf": "^1.13.0",
|
|
14
14
|
"@dr.pogodin/js-utils": "^0.0.6",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"react": "^18.2.0",
|
|
37
37
|
"react-dom": "^18.2.0",
|
|
38
38
|
"react-helmet": "^6.1.0",
|
|
39
|
-
"react-router-dom": "^6.
|
|
39
|
+
"react-router-dom": "^6.18.0",
|
|
40
40
|
"request-ip": "^3.3.0",
|
|
41
41
|
"rimraf": "^5.0.5",
|
|
42
42
|
"serialize-javascript": "^6.0.1",
|
|
@@ -47,12 +47,12 @@
|
|
|
47
47
|
},
|
|
48
48
|
"description": "Collection of generic ReactJS components and utils",
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@babel/cli": "^7.23.
|
|
50
|
+
"@babel/cli": "^7.23.4",
|
|
51
51
|
"@babel/core": "^7.23.3",
|
|
52
52
|
"@babel/eslint-parser": "^7.23.3",
|
|
53
53
|
"@babel/eslint-plugin": "^7.22.10",
|
|
54
54
|
"@babel/node": "^7.22.19",
|
|
55
|
-
"@babel/plugin-transform-runtime": "^7.23.
|
|
55
|
+
"@babel/plugin-transform-runtime": "^7.23.4",
|
|
56
56
|
"@babel/preset-env": "^7.23.3",
|
|
57
57
|
"@babel/preset-react": "^7.23.3",
|
|
58
58
|
"@babel/preset-typescript": "^7.23.3",
|
|
@@ -60,31 +60,31 @@
|
|
|
60
60
|
"@dr.pogodin/babel-plugin-transform-assets": "^1.2.2",
|
|
61
61
|
"@dr.pogodin/babel-preset-svgr": "^1.8.0",
|
|
62
62
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
|
|
63
|
-
"@tsconfig/recommended": "^1.0.
|
|
64
|
-
"@tsd/typescript": "^5.
|
|
63
|
+
"@tsconfig/recommended": "^1.0.3",
|
|
64
|
+
"@tsd/typescript": "^5.3.2",
|
|
65
65
|
"@types/compression": "^1.7.5",
|
|
66
66
|
"@types/config": "^3.3.3",
|
|
67
|
-
"@types/cookie": "^0.
|
|
67
|
+
"@types/cookie": "^0.6.0",
|
|
68
68
|
"@types/cookie-parser": "^1.4.6",
|
|
69
69
|
"@types/csurf": "^1.11.5",
|
|
70
70
|
"@types/express": "^4.17.21",
|
|
71
|
-
"@types/jest": "^29.5.
|
|
72
|
-
"@types/lodash": "^4.14.
|
|
71
|
+
"@types/jest": "^29.5.10",
|
|
72
|
+
"@types/lodash": "^4.14.202",
|
|
73
73
|
"@types/morgan": "^1.9.9",
|
|
74
|
-
"@types/node-forge": "^1.3.
|
|
74
|
+
"@types/node-forge": "^1.3.10",
|
|
75
75
|
"@types/pretty": "^2.0.3",
|
|
76
|
-
"@types/react": "^18.2.
|
|
77
|
-
"@types/react-dom": "^18.2.
|
|
76
|
+
"@types/react": "^18.2.38",
|
|
77
|
+
"@types/react-dom": "^18.2.17",
|
|
78
78
|
"@types/react-helmet": "^6.1.9",
|
|
79
|
-
"@types/react-test-renderer": "^18.0.
|
|
79
|
+
"@types/react-test-renderer": "^18.0.7",
|
|
80
80
|
"@types/request-ip": "^0.0.41",
|
|
81
81
|
"@types/serialize-javascript": "^5.0.4",
|
|
82
82
|
"@types/serve-favicon": "^2.5.7",
|
|
83
83
|
"@types/supertest": "^2.0.16",
|
|
84
84
|
"@types/uuid": "^9.0.7",
|
|
85
85
|
"@types/webpack": "^5.28.5",
|
|
86
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
87
|
-
"@typescript-eslint/parser": "^6.
|
|
86
|
+
"@typescript-eslint/eslint-plugin": "^6.12.0",
|
|
87
|
+
"@typescript-eslint/parser": "^6.12.0",
|
|
88
88
|
"autoprefixer": "^10.4.16",
|
|
89
89
|
"babel-jest": "^29.7.0",
|
|
90
90
|
"babel-loader": "^9.1.3",
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"css-minimizer-webpack-plugin": "^5.0.1",
|
|
95
95
|
"eslint": "^8.54.0",
|
|
96
96
|
"eslint-config-airbnb": "^19.0.4",
|
|
97
|
-
"eslint-config-airbnb-typescript": "^17.
|
|
97
|
+
"eslint-config-airbnb-typescript": "^17.1.0",
|
|
98
98
|
"eslint-import-resolver-babel-module": "^5.3.2",
|
|
99
99
|
"eslint-plugin-import": "^2.29.0",
|
|
100
100
|
"eslint-plugin-jest": "^27.6.0",
|
|
@@ -123,8 +123,8 @@
|
|
|
123
123
|
"stylelint-config-standard-scss": "^11.1.0",
|
|
124
124
|
"supertest": "^6.3.3",
|
|
125
125
|
"tsc-alias": "^1.8.8",
|
|
126
|
-
"typed-scss-modules": "^
|
|
127
|
-
"typescript": "^5.
|
|
126
|
+
"typed-scss-modules": "^8.0.0",
|
|
127
|
+
"typescript": "^5.3.2",
|
|
128
128
|
"webpack": "^5.89.0",
|
|
129
129
|
"webpack-dev-middleware": "^6.1.1",
|
|
130
130
|
"webpack-hot-middleware": "^2.25.4",
|