@dr.pogodin/react-utils 1.14.1 → 1.14.4
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/shared/components/CodeSplit/ClientSide.js +16 -11
- package/build/development/shared/components/CodeSplit/ClientSide.js.map +1 -1
- package/build/development/shared/utils/Semaphore.js +52 -13
- package/build/development/shared/utils/Semaphore.js.map +1 -1
- package/build/development/shared/utils/splitComponent.js +1 -1
- package/build/development/shared/utils/splitComponent.js.map +1 -1
- package/build/development/web.bundle.js +3 -3
- package/build/production/shared/components/CodeSplit/ClientSide.js +11 -7
- package/build/production/shared/components/CodeSplit/ClientSide.js.map +1 -1
- package/build/production/shared/utils/Semaphore.js +17 -2
- package/build/production/shared/utils/Semaphore.js.map +1 -1
- package/build/production/shared/utils/splitComponent.js +1 -1
- package/build/production/shared/utils/splitComponent.js.map +1 -1
- package/build/production/web.bundle.js +1 -1
- package/build/production/web.bundle.js.map +1 -1
- package/package.json +15 -15
package/package.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
+
"version": "1.14.4",
|
|
2
3
|
"bin": {
|
|
3
4
|
"react-utils-build": "bin/build.js",
|
|
4
5
|
"react-utils-setup": "bin/setup.js"
|
|
@@ -8,17 +9,17 @@
|
|
|
8
9
|
},
|
|
9
10
|
"dependencies": {
|
|
10
11
|
"@babel/runtime": "^7.17.2",
|
|
11
|
-
"@dr.pogodin/babel-plugin-react-css-modules": "^6.6.
|
|
12
|
+
"@dr.pogodin/babel-plugin-react-css-modules": "^6.6.1",
|
|
12
13
|
"@dr.pogodin/react-global-state": "^0.6.5",
|
|
13
14
|
"@dr.pogodin/react-themes": "^1.3.3",
|
|
14
|
-
"axios": "^0.
|
|
15
|
+
"axios": "^0.26.0",
|
|
15
16
|
"commander": "^9.0.0",
|
|
16
17
|
"compression": "^1.7.4",
|
|
17
18
|
"config": "^3.3.7",
|
|
18
19
|
"cookie-parser": "^1.4.6",
|
|
19
20
|
"cross-env": "^7.0.3",
|
|
20
21
|
"dayjs": "^1.10.7",
|
|
21
|
-
"express": "^4.17.
|
|
22
|
+
"express": "^4.17.3",
|
|
22
23
|
"helmet": "^5.0.2",
|
|
23
24
|
"http-status-codes": "^2.2.0",
|
|
24
25
|
"joi": "^17.6.0",
|
|
@@ -38,12 +39,12 @@
|
|
|
38
39
|
"serve-favicon": "^2.5.0",
|
|
39
40
|
"source-map-support": "^0.5.21",
|
|
40
41
|
"uuid": "^8.3.2",
|
|
41
|
-
"winston": "^3.
|
|
42
|
+
"winston": "^3.6.0"
|
|
42
43
|
},
|
|
43
44
|
"description": "Collection of generic ReactJS components and utils",
|
|
44
45
|
"devDependencies": {
|
|
45
|
-
"@babel/cli": "^7.17.
|
|
46
|
-
"@babel/core": "^7.17.
|
|
46
|
+
"@babel/cli": "^7.17.6",
|
|
47
|
+
"@babel/core": "^7.17.5",
|
|
47
48
|
"@babel/eslint-parser": "^7.17.0",
|
|
48
49
|
"@babel/eslint-plugin": "^7.16.5",
|
|
49
50
|
"@babel/node": "^7.16.8",
|
|
@@ -58,14 +59,14 @@
|
|
|
58
59
|
"babel-jest": "^27.5.1",
|
|
59
60
|
"babel-loader": "^8.2.3",
|
|
60
61
|
"babel-plugin-module-resolver": "^4.1.0",
|
|
61
|
-
"core-js": "^3.21.
|
|
62
|
+
"core-js": "^3.21.1",
|
|
62
63
|
"css-loader": "^6.6.0",
|
|
63
64
|
"css-minimizer-webpack-plugin": "^3.4.1",
|
|
64
|
-
"eslint": "^8.
|
|
65
|
+
"eslint": "^8.9.0",
|
|
65
66
|
"eslint-config-airbnb": "^19.0.4",
|
|
66
67
|
"eslint-import-resolver-babel-module": "^5.3.1",
|
|
67
68
|
"eslint-plugin-import": "^2.25.4",
|
|
68
|
-
"eslint-plugin-jest": "^26.1.
|
|
69
|
+
"eslint-plugin-jest": "^26.1.1",
|
|
69
70
|
"eslint-plugin-jsx-a11y": "^6.5.1",
|
|
70
71
|
"eslint-plugin-react": "^7.28.0",
|
|
71
72
|
"eslint-plugin-react-hooks": "^4.3.0",
|
|
@@ -82,13 +83,13 @@
|
|
|
82
83
|
"react-test-renderer": "^17.0.2",
|
|
83
84
|
"regenerator-runtime": "^0.13.9",
|
|
84
85
|
"resolve-url-loader": "^5.0.0",
|
|
85
|
-
"sass": "^1.49.
|
|
86
|
-
"sass-loader": "^12.
|
|
86
|
+
"sass": "^1.49.8",
|
|
87
|
+
"sass-loader": "^12.6.0",
|
|
87
88
|
"sitemap": "^7.1.1",
|
|
88
|
-
"stylelint": "^14.5.
|
|
89
|
+
"stylelint": "^14.5.2",
|
|
89
90
|
"stylelint-config-standard-scss": "^3.0.0",
|
|
90
91
|
"supertest": "^6.2.2",
|
|
91
|
-
"webpack": "^5.
|
|
92
|
+
"webpack": "^5.69.1",
|
|
92
93
|
"webpack-dev-middleware": "^5.3.1",
|
|
93
94
|
"webpack-hot-middleware": "^2.25.1",
|
|
94
95
|
"webpack-merge": "^5.8.0",
|
|
@@ -127,6 +128,5 @@
|
|
|
127
128
|
"lint:js": "eslint --ext .js,.jsx .",
|
|
128
129
|
"lint:scss": "stylelint -- **/*.{css,scss}",
|
|
129
130
|
"test": "npm run lint && npm run jest"
|
|
130
|
-
}
|
|
131
|
-
"version": "1.14.1"
|
|
131
|
+
}
|
|
132
132
|
}
|