@dr.pogodin/react-utils 1.18.4 → 1.19.0
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/init.js +4 -0
- package/build/development/client/init.js.map +1 -1
- package/build/development/server/renderer.js +1 -0
- package/build/development/server/renderer.js.map +1 -1
- package/build/development/server/server.js +5 -0
- package/build/development/server/server.js.map +1 -1
- package/build/development/shared/components/Input/index.js +16 -16
- package/build/development/shared/components/Input/index.js.map +1 -1
- package/build/development/shared/utils/jest/E2eSsrEnv.js +3 -1
- package/build/development/shared/utils/jest/E2eSsrEnv.js.map +1 -1
- package/build/development/style.css +15 -13
- package/build/development/web.bundle.js +1 -1
- package/build/production/client/init.js +2 -2
- package/build/production/client/init.js.map +1 -1
- package/build/production/server/renderer.js +1 -1
- package/build/production/server/renderer.js.map +1 -1
- package/build/production/server/server.js +2 -2
- package/build/production/server/server.js.map +1 -1
- package/build/production/shared/components/Input/index.js +4 -4
- package/build/production/shared/components/Input/index.js.map +1 -1
- package/build/production/shared/utils/jest/E2eSsrEnv.js +2 -2
- package/build/production/shared/utils/jest/E2eSsrEnv.js.map +1 -1
- package/build/production/style.css +1 -1
- package/build/production/style.css.map +1 -1
- package/build/production/web.bundle.js +1 -1
- package/build/production/web.bundle.js.map +1 -1
- package/package.json +24 -22
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.
|
|
2
|
+
"version": "1.19.0",
|
|
3
3
|
"bin": {
|
|
4
4
|
"react-utils-build": "bin/build.js",
|
|
5
5
|
"react-utils-setup": "bin/setup.js"
|
|
@@ -16,11 +16,13 @@
|
|
|
16
16
|
"commander": "^9.4.0",
|
|
17
17
|
"compression": "^1.7.4",
|
|
18
18
|
"config": "^3.3.7",
|
|
19
|
+
"cookie": "^0.5.0",
|
|
19
20
|
"cookie-parser": "^1.4.6",
|
|
20
21
|
"cross-env": "^7.0.3",
|
|
21
|
-
"
|
|
22
|
+
"csurf": "^1.11.0",
|
|
23
|
+
"dayjs": "^1.11.5",
|
|
22
24
|
"express": "^4.18.1",
|
|
23
|
-
"helmet": "^5.1.
|
|
25
|
+
"helmet": "^5.1.1",
|
|
24
26
|
"http-status-codes": "^2.2.0",
|
|
25
27
|
"joi": "^17.6.0",
|
|
26
28
|
"lodash": "^4.17.21",
|
|
@@ -43,31 +45,31 @@
|
|
|
43
45
|
},
|
|
44
46
|
"description": "Collection of generic ReactJS components and utils",
|
|
45
47
|
"devDependencies": {
|
|
46
|
-
"@babel/cli": "^7.18.
|
|
47
|
-
"@babel/core": "^7.18.
|
|
48
|
+
"@babel/cli": "^7.18.10",
|
|
49
|
+
"@babel/core": "^7.18.13",
|
|
48
50
|
"@babel/eslint-parser": "^7.18.9",
|
|
49
|
-
"@babel/eslint-plugin": "^7.
|
|
50
|
-
"@babel/node": "^7.18.
|
|
51
|
-
"@babel/plugin-transform-runtime": "^7.18.
|
|
52
|
-
"@babel/preset-env": "^7.18.
|
|
51
|
+
"@babel/eslint-plugin": "^7.18.10",
|
|
52
|
+
"@babel/node": "^7.18.10",
|
|
53
|
+
"@babel/plugin-transform-runtime": "^7.18.10",
|
|
54
|
+
"@babel/preset-env": "^7.18.10",
|
|
53
55
|
"@babel/preset-react": "^7.18.6",
|
|
54
56
|
"@babel/register": "^7.18.9",
|
|
55
57
|
"@dr.pogodin/babel-plugin-transform-assets": "^1.1.1",
|
|
56
58
|
"@dr.pogodin/babel-preset-svgr": "^1.4.2",
|
|
57
59
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
|
|
58
|
-
"autoprefixer": "^10.4.
|
|
60
|
+
"autoprefixer": "^10.4.8",
|
|
59
61
|
"babel-jest": "^28.1.3",
|
|
60
62
|
"babel-loader": "^8.2.5",
|
|
61
63
|
"babel-plugin-module-resolver": "^4.1.0",
|
|
62
|
-
"core-js": "^3.
|
|
64
|
+
"core-js": "^3.24.1",
|
|
63
65
|
"css-loader": "^6.7.1",
|
|
64
66
|
"css-minimizer-webpack-plugin": "^4.0.0",
|
|
65
|
-
"eslint": "^8.
|
|
67
|
+
"eslint": "^8.22.0",
|
|
66
68
|
"eslint-config-airbnb": "^19.0.4",
|
|
67
69
|
"eslint-import-resolver-babel-module": "^5.3.1",
|
|
68
70
|
"eslint-plugin-import": "^2.26.0",
|
|
69
|
-
"eslint-plugin-jest": "^26.
|
|
70
|
-
"eslint-plugin-jsx-a11y": "^6.6.
|
|
71
|
+
"eslint-plugin-jest": "^26.8.7",
|
|
72
|
+
"eslint-plugin-jsx-a11y": "^6.6.1",
|
|
71
73
|
"eslint-plugin-react": "^7.30.1",
|
|
72
74
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
73
75
|
"identity-obj-proxy": "^3.0.0",
|
|
@@ -77,7 +79,7 @@
|
|
|
77
79
|
"mini-css-extract-plugin": "^2.6.1",
|
|
78
80
|
"mockdate": "^3.0.5",
|
|
79
81
|
"nodelist-foreach-polyfill": "^1.2.0",
|
|
80
|
-
"postcss": "^8.4.
|
|
82
|
+
"postcss": "^8.4.16",
|
|
81
83
|
"postcss-loader": "^7.0.1",
|
|
82
84
|
"postcss-scss": "^4.0.4",
|
|
83
85
|
"pretty": "^2.0.0",
|
|
@@ -85,19 +87,19 @@
|
|
|
85
87
|
"react-test-renderer": "^18.2.0",
|
|
86
88
|
"regenerator-runtime": "^0.13.9",
|
|
87
89
|
"resolve-url-loader": "^5.0.0",
|
|
88
|
-
"sass": "^1.
|
|
90
|
+
"sass": "^1.54.5",
|
|
89
91
|
"sass-loader": "^13.0.2",
|
|
90
92
|
"sitemap": "^7.1.1",
|
|
91
|
-
"stylelint": "^14.
|
|
93
|
+
"stylelint": "^14.11.0",
|
|
92
94
|
"stylelint-config-standard-scss": "^5.0.0",
|
|
93
95
|
"supertest": "^6.2.4",
|
|
94
|
-
"webpack": "^5.
|
|
96
|
+
"webpack": "^5.74.0",
|
|
95
97
|
"webpack-dev-middleware": "^5.3.3",
|
|
96
|
-
"webpack-hot-middleware": "^2.25.
|
|
98
|
+
"webpack-hot-middleware": "^2.25.2",
|
|
97
99
|
"webpack-merge": "^5.8.0",
|
|
98
|
-
"workbox-core": "^6.5.
|
|
99
|
-
"workbox-precaching": "^6.5.
|
|
100
|
-
"workbox-webpack-plugin": "^6.5.
|
|
100
|
+
"workbox-core": "^6.5.4",
|
|
101
|
+
"workbox-precaching": "^6.5.4",
|
|
102
|
+
"workbox-webpack-plugin": "^6.5.4"
|
|
101
103
|
},
|
|
102
104
|
"engines": {
|
|
103
105
|
"node": ">=14.15.0",
|