@dr.pogodin/react-utils 1.23.0 → 1.23.2
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/LICENSE.md +4 -3
- package/README.md +4 -5
- package/bin/release.sh +2 -0
- package/build/development/client/index.js.map +1 -1
- package/build/development/client/init.js.map +1 -1
- package/build/development/index.js.map +1 -1
- package/build/development/server/Cache.js.map +1 -1
- package/build/development/server/index.js.map +1 -1
- package/build/development/server/renderer.js.map +1 -1
- package/build/development/server/server.js.map +1 -1
- package/build/development/server/utils/errors.js.map +1 -1
- package/build/development/shared/components/Button/index.js.map +1 -1
- package/build/development/shared/components/Checkbox/index.js.map +1 -1
- package/build/development/shared/components/CodeSplit/index.js.map +1 -1
- package/build/development/shared/components/Dropdown/index.js.map +1 -1
- package/build/development/shared/components/GenericLink/index.js.map +1 -1
- package/build/development/shared/components/Input/index.js.map +1 -1
- package/build/development/shared/components/Link.js.map +1 -1
- package/build/development/shared/components/MetaTags.js.map +1 -1
- package/build/development/shared/components/Modal/index.js.map +1 -1
- package/build/development/shared/components/NavLink.js.map +1 -1
- package/build/development/shared/components/PageLayout/index.js.map +1 -1
- package/build/development/shared/components/ScalableRect/index.js.map +1 -1
- package/build/development/shared/components/Throbber/index.js.map +1 -1
- package/build/development/shared/components/WithTooltip/Tooltip.js.map +1 -1
- package/build/development/shared/components/WithTooltip/index.js.map +1 -1
- package/build/development/shared/components/YouTubeVideo/index.js.map +1 -1
- package/build/development/shared/components/index.js.map +1 -1
- package/build/development/shared/utils/Barrier.js.map +1 -1
- package/build/development/shared/utils/Emitter.js.map +1 -1
- package/build/development/shared/utils/Semaphore.js +1 -1
- package/build/development/shared/utils/Semaphore.js.map +1 -1
- package/build/development/shared/utils/config.js.map +1 -1
- package/build/development/shared/utils/index.js.map +1 -1
- package/build/development/shared/utils/isomorphy.js.map +1 -1
- package/build/development/shared/utils/jest/E2eSsrEnv.js.map +1 -1
- package/build/development/shared/utils/jest/index.js.map +1 -1
- package/build/development/shared/utils/splitComponent.js.map +1 -1
- package/build/development/shared/utils/time.js.map +1 -1
- package/build/development/shared/utils/webpack.js.map +1 -1
- package/build/development/web.bundle.js +1 -1
- package/build/production/client/index.js.map +1 -1
- package/build/production/client/init.js.map +1 -1
- package/build/production/index.js.map +1 -1
- package/build/production/server/Cache.js.map +1 -1
- package/build/production/server/index.js.map +1 -1
- package/build/production/server/renderer.js.map +1 -1
- package/build/production/server/server.js.map +1 -1
- package/build/production/server/utils/errors.js.map +1 -1
- package/build/production/shared/components/Button/index.js.map +1 -1
- package/build/production/shared/components/Checkbox/index.js.map +1 -1
- package/build/production/shared/components/CodeSplit/index.js.map +1 -1
- package/build/production/shared/components/Dropdown/index.js.map +1 -1
- package/build/production/shared/components/GenericLink/index.js.map +1 -1
- package/build/production/shared/components/Input/index.js.map +1 -1
- package/build/production/shared/components/Link.js.map +1 -1
- package/build/production/shared/components/MetaTags.js.map +1 -1
- package/build/production/shared/components/Modal/index.js.map +1 -1
- package/build/production/shared/components/NavLink.js.map +1 -1
- package/build/production/shared/components/PageLayout/index.js.map +1 -1
- package/build/production/shared/components/ScalableRect/index.js.map +1 -1
- package/build/production/shared/components/Throbber/index.js.map +1 -1
- package/build/production/shared/components/WithTooltip/Tooltip.js.map +1 -1
- package/build/production/shared/components/WithTooltip/index.js.map +1 -1
- package/build/production/shared/components/YouTubeVideo/index.js.map +1 -1
- package/build/production/shared/components/index.js.map +1 -1
- package/build/production/shared/utils/Barrier.js.map +1 -1
- package/build/production/shared/utils/Emitter.js.map +1 -1
- package/build/production/shared/utils/Semaphore.js +1 -1
- package/build/production/shared/utils/Semaphore.js.map +1 -1
- package/build/production/shared/utils/config.js.map +1 -1
- package/build/production/shared/utils/index.js.map +1 -1
- package/build/production/shared/utils/isomorphy.js.map +1 -1
- package/build/production/shared/utils/jest/E2eSsrEnv.js.map +1 -1
- package/build/production/shared/utils/jest/index.js.map +1 -1
- package/build/production/shared/utils/splitComponent.js.map +1 -1
- package/build/production/shared/utils/time.js.map +1 -1
- package/build/production/shared/utils/webpack.js.map +1 -1
- package/build/production/web.bundle.js +1 -1
- package/build/production/web.bundle.js.map +1 -1
- package/package.json +18 -18
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.23.
|
|
2
|
+
"version": "1.23.2",
|
|
3
3
|
"bin": {
|
|
4
4
|
"react-utils-build": "bin/build.js",
|
|
5
5
|
"react-utils-setup": "bin/setup.js"
|
|
@@ -8,12 +8,12 @@
|
|
|
8
8
|
"url": "https://github.com/birdofpreyru/react-utils/issues"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@babel/runtime": "^7.
|
|
11
|
+
"@babel/runtime": "^7.21.0",
|
|
12
12
|
"@dr.pogodin/babel-plugin-react-css-modules": "^6.9.3",
|
|
13
13
|
"@dr.pogodin/csurf": "^1.12.2",
|
|
14
14
|
"@dr.pogodin/react-global-state": "^0.9.2",
|
|
15
15
|
"@dr.pogodin/react-themes": "^1.4.7",
|
|
16
|
-
"axios": "^1.
|
|
16
|
+
"axios": "^1.3.4",
|
|
17
17
|
"commander": "^10.0.0",
|
|
18
18
|
"compression": "^1.7.4",
|
|
19
19
|
"config": "^3.3.9",
|
|
@@ -24,7 +24,7 @@
|
|
|
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.8.3",
|
|
28
28
|
"lodash": "^4.17.21",
|
|
29
29
|
"morgan": "^1.10.0",
|
|
30
30
|
"node-forge": "^1.3.1",
|
|
@@ -34,7 +34,7 @@
|
|
|
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.8.1",
|
|
38
38
|
"request-ip": "^3.3.0",
|
|
39
39
|
"rimraf": "^4.1.1",
|
|
40
40
|
"serialize-javascript": "^6.0.1",
|
|
@@ -45,36 +45,36 @@
|
|
|
45
45
|
},
|
|
46
46
|
"description": "Collection of generic ReactJS components and utils",
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@babel/cli": "^7.
|
|
49
|
-
"@babel/core": "^7.
|
|
48
|
+
"@babel/cli": "^7.21.0",
|
|
49
|
+
"@babel/core": "^7.21.0",
|
|
50
50
|
"@babel/eslint-parser": "^7.19.1",
|
|
51
51
|
"@babel/eslint-plugin": "^7.19.1",
|
|
52
52
|
"@babel/node": "^7.20.7",
|
|
53
|
-
"@babel/plugin-transform-runtime": "^7.
|
|
53
|
+
"@babel/plugin-transform-runtime": "^7.21.0",
|
|
54
54
|
"@babel/preset-env": "^7.20.2",
|
|
55
55
|
"@babel/preset-react": "^7.18.6",
|
|
56
|
-
"@babel/register": "^7.
|
|
56
|
+
"@babel/register": "^7.21.0",
|
|
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
60
|
"autoprefixer": "^10.4.13",
|
|
61
|
-
"babel-jest": "^29.3
|
|
61
|
+
"babel-jest": "^29.4.3",
|
|
62
62
|
"babel-loader": "^9.1.2",
|
|
63
63
|
"babel-plugin-module-resolver": "^5.0.0",
|
|
64
|
-
"core-js": "^3.
|
|
64
|
+
"core-js": "^3.28.0",
|
|
65
65
|
"css-loader": "^6.7.3",
|
|
66
66
|
"css-minimizer-webpack-plugin": "^4.2.2",
|
|
67
|
-
"eslint": "^8.
|
|
67
|
+
"eslint": "^8.34.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",
|
|
71
71
|
"eslint-plugin-jest": "^27.2.1",
|
|
72
72
|
"eslint-plugin-jsx-a11y": "^6.7.1",
|
|
73
|
-
"eslint-plugin-react": "^7.32.
|
|
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.3
|
|
77
|
-
"jest-environment-jsdom": "^29.3
|
|
76
|
+
"jest": "^29.4.3",
|
|
77
|
+
"jest-environment-jsdom": "^29.4.3",
|
|
78
78
|
"memfs": "^3.4.13",
|
|
79
79
|
"mini-css-extract-plugin": "^2.7.2",
|
|
80
80
|
"mockdate": "^3.0.5",
|
|
@@ -87,11 +87,11 @@
|
|
|
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.
|
|
90
|
+
"sass": "^1.58.3",
|
|
91
91
|
"sass-loader": "^13.2.0",
|
|
92
92
|
"sitemap": "^7.1.1",
|
|
93
|
-
"stylelint": "^
|
|
94
|
-
"stylelint-config-standard-scss": "^
|
|
93
|
+
"stylelint": "^15.2.0",
|
|
94
|
+
"stylelint-config-standard-scss": "^7.0.1",
|
|
95
95
|
"supertest": "^6.3.3",
|
|
96
96
|
"webpack": "^5.75.0",
|
|
97
97
|
"webpack-dev-middleware": "^6.0.1",
|