@dr.pogodin/react-utils 1.18.0 → 1.18.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/build/development/client/index.js +4 -4
- package/build/development/client/index.js.map +1 -1
- package/build/development/client/init.js +24 -41
- package/build/development/client/init.js.map +1 -1
- package/build/development/server/renderer.js +6 -2
- package/build/development/server/renderer.js.map +1 -1
- package/build/development/server/server.js +15 -9
- package/build/development/server/server.js.map +1 -1
- package/build/development/web.bundle.js +31 -171
- package/build/production/client/index.js +1 -1
- package/build/production/client/index.js.map +1 -1
- package/build/production/client/init.js +6 -2
- package/build/production/client/init.js.map +1 -1
- package/build/production/server/renderer.js +5 -2
- package/build/production/server/renderer.js.map +1 -1
- package/build/production/server/server.js +14 -4
- package/build/production/server/server.js.map +1 -1
- package/build/production/web.bundle.js +1 -1
- package/build/production/web.bundle.js.map +1 -1
- package/package.json +23 -23
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.18.
|
|
2
|
+
"version": "1.18.3",
|
|
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.18.
|
|
11
|
+
"@babel/runtime": "^7.18.6",
|
|
12
12
|
"@dr.pogodin/babel-plugin-react-css-modules": "^6.8.2",
|
|
13
13
|
"@dr.pogodin/react-global-state": "^0.9.0",
|
|
14
14
|
"@dr.pogodin/react-themes": "^1.4.4",
|
|
@@ -27,53 +27,53 @@
|
|
|
27
27
|
"morgan": "^1.10.0",
|
|
28
28
|
"node-forge": "^1.3.1",
|
|
29
29
|
"prop-types": "^15.8.1",
|
|
30
|
-
"qs": "^6.
|
|
30
|
+
"qs": "^6.11.0",
|
|
31
31
|
"raf": "^3.4.1",
|
|
32
32
|
"react": "^18.2.0",
|
|
33
33
|
"react-dom": "^18.2.0",
|
|
34
34
|
"react-helmet": "^6.1.0",
|
|
35
35
|
"react-router-dom": "^6.3.0",
|
|
36
|
-
"request-ip": "^
|
|
36
|
+
"request-ip": "^3.3.0",
|
|
37
37
|
"rimraf": "^3.0.2",
|
|
38
38
|
"serialize-javascript": "^6.0.0",
|
|
39
39
|
"serve-favicon": "^2.5.0",
|
|
40
40
|
"source-map-support": "^0.5.21",
|
|
41
41
|
"uuid": "^8.3.2",
|
|
42
|
-
"winston": "^3.
|
|
42
|
+
"winston": "^3.8.1"
|
|
43
43
|
},
|
|
44
44
|
"description": "Collection of generic ReactJS components and utils",
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@babel/cli": "^7.
|
|
47
|
-
"@babel/core": "^7.18.
|
|
46
|
+
"@babel/cli": "^7.18.6",
|
|
47
|
+
"@babel/core": "^7.18.6",
|
|
48
48
|
"@babel/eslint-parser": "^7.18.2",
|
|
49
49
|
"@babel/eslint-plugin": "^7.17.7",
|
|
50
|
-
"@babel/node": "^7.18.
|
|
51
|
-
"@babel/plugin-transform-runtime": "^7.18.
|
|
52
|
-
"@babel/preset-env": "^7.18.
|
|
53
|
-
"@babel/preset-react": "^7.
|
|
54
|
-
"@babel/register": "^7.
|
|
50
|
+
"@babel/node": "^7.18.6",
|
|
51
|
+
"@babel/plugin-transform-runtime": "^7.18.6",
|
|
52
|
+
"@babel/preset-env": "^7.18.6",
|
|
53
|
+
"@babel/preset-react": "^7.18.6",
|
|
54
|
+
"@babel/register": "^7.18.6",
|
|
55
55
|
"@dr.pogodin/babel-plugin-transform-assets": "^1.1.1",
|
|
56
56
|
"@dr.pogodin/babel-preset-svgr": "^1.4.1",
|
|
57
57
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
|
|
58
58
|
"autoprefixer": "^10.4.7",
|
|
59
|
-
"babel-jest": "^28.1.
|
|
59
|
+
"babel-jest": "^28.1.2",
|
|
60
60
|
"babel-loader": "^8.2.5",
|
|
61
61
|
"babel-plugin-module-resolver": "^4.1.0",
|
|
62
|
-
"core-js": "^3.23.
|
|
62
|
+
"core-js": "^3.23.3",
|
|
63
63
|
"css-loader": "^6.7.1",
|
|
64
64
|
"css-minimizer-webpack-plugin": "^4.0.0",
|
|
65
|
-
"eslint": "^8.
|
|
65
|
+
"eslint": "^8.19.0",
|
|
66
66
|
"eslint-config-airbnb": "^19.0.4",
|
|
67
67
|
"eslint-import-resolver-babel-module": "^5.3.1",
|
|
68
68
|
"eslint-plugin-import": "^2.26.0",
|
|
69
69
|
"eslint-plugin-jest": "^26.5.3",
|
|
70
|
-
"eslint-plugin-jsx-a11y": "^6.
|
|
71
|
-
"eslint-plugin-react": "^7.30.
|
|
70
|
+
"eslint-plugin-jsx-a11y": "^6.6.0",
|
|
71
|
+
"eslint-plugin-react": "^7.30.1",
|
|
72
72
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
73
73
|
"identity-obj-proxy": "^3.0.0",
|
|
74
|
-
"jest": "^28.1.
|
|
75
|
-
"jest-environment-jsdom": "^28.1.
|
|
76
|
-
"memfs": "^3.4.
|
|
74
|
+
"jest": "^28.1.2",
|
|
75
|
+
"jest-environment-jsdom": "^28.1.2",
|
|
76
|
+
"memfs": "^3.4.7",
|
|
77
77
|
"mini-css-extract-plugin": "^2.6.1",
|
|
78
78
|
"mockdate": "^3.0.5",
|
|
79
79
|
"nodelist-foreach-polyfill": "^1.2.0",
|
|
@@ -85,12 +85,12 @@
|
|
|
85
85
|
"react-test-renderer": "^18.2.0",
|
|
86
86
|
"regenerator-runtime": "^0.13.9",
|
|
87
87
|
"resolve-url-loader": "^5.0.0",
|
|
88
|
-
"sass": "^1.
|
|
89
|
-
"sass-loader": "^13.0.
|
|
88
|
+
"sass": "^1.53.0",
|
|
89
|
+
"sass-loader": "^13.0.2",
|
|
90
90
|
"sitemap": "^7.1.1",
|
|
91
91
|
"stylelint": "^14.9.1",
|
|
92
92
|
"stylelint-config-standard-scss": "^4.0.0",
|
|
93
|
-
"supertest": "^6.2.
|
|
93
|
+
"supertest": "^6.2.4",
|
|
94
94
|
"webpack": "^5.73.0",
|
|
95
95
|
"webpack-dev-middleware": "^5.3.3",
|
|
96
96
|
"webpack-hot-middleware": "^2.25.1",
|