@dr.pogodin/react-utils 1.17.8 → 1.17.9
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/server/renderer.js +4 -4
- package/build/development/server/renderer.js.map +1 -1
- package/build/development/shared/utils/Semaphore.js +2 -2
- package/build/development/shared/utils/Semaphore.js.map +1 -1
- package/build/development/shared/utils/index.js +2 -2
- package/build/development/shared/utils/index.js.map +1 -1
- package/build/development/shared/utils/time.js +4 -2
- package/build/development/shared/utils/time.js.map +1 -1
- package/build/development/web.bundle.js +3 -3
- package/build/production/server/renderer.js +4 -4
- package/build/production/server/renderer.js.map +1 -1
- package/build/production/shared/utils/Semaphore.js +2 -2
- package/build/production/shared/utils/Semaphore.js.map +1 -1
- package/build/production/shared/utils/index.js +2 -2
- package/build/production/shared/utils/index.js.map +1 -1
- package/build/production/shared/utils/time.js +2 -2
- package/build/production/shared/utils/time.js.map +1 -1
- package/build/production/web.bundle.js +1 -1
- package/build/production/web.bundle.js.map +1 -1
- package/package.json +12 -12
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.17.
|
|
2
|
+
"version": "1.17.9",
|
|
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.3",
|
|
12
12
|
"@dr.pogodin/babel-plugin-react-css-modules": "^6.8.0",
|
|
13
13
|
"@dr.pogodin/react-global-state": "^0.8.3",
|
|
14
14
|
"@dr.pogodin/react-themes": "^1.4.3",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"react-dom": "^18.1.0",
|
|
34
34
|
"react-helmet": "^6.1.0",
|
|
35
35
|
"react-router-dom": "^6.3.0",
|
|
36
|
-
"request-ip": "^2.
|
|
36
|
+
"request-ip": "^2.2.0",
|
|
37
37
|
"rimraf": "^3.0.2",
|
|
38
38
|
"serialize-javascript": "^6.0.0",
|
|
39
39
|
"serve-favicon": "^2.5.0",
|
|
@@ -44,12 +44,12 @@
|
|
|
44
44
|
"description": "Collection of generic ReactJS components and utils",
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@babel/cli": "^7.17.10",
|
|
47
|
-
"@babel/core": "^7.18.
|
|
48
|
-
"@babel/eslint-parser": "^7.
|
|
47
|
+
"@babel/core": "^7.18.2",
|
|
48
|
+
"@babel/eslint-parser": "^7.18.2",
|
|
49
49
|
"@babel/eslint-plugin": "^7.17.7",
|
|
50
50
|
"@babel/node": "^7.17.10",
|
|
51
|
-
"@babel/plugin-transform-runtime": "^7.18.
|
|
52
|
-
"@babel/preset-env": "^7.18.
|
|
51
|
+
"@babel/plugin-transform-runtime": "^7.18.2",
|
|
52
|
+
"@babel/preset-env": "^7.18.2",
|
|
53
53
|
"@babel/preset-react": "^7.17.12",
|
|
54
54
|
"@babel/register": "^7.17.7",
|
|
55
55
|
"@dr.pogodin/babel-plugin-transform-assets": "^1.1.1",
|
|
@@ -59,21 +59,21 @@
|
|
|
59
59
|
"babel-jest": "^28.1.0",
|
|
60
60
|
"babel-loader": "^8.2.5",
|
|
61
61
|
"babel-plugin-module-resolver": "^4.1.0",
|
|
62
|
-
"core-js": "^3.22.
|
|
62
|
+
"core-js": "^3.22.8",
|
|
63
63
|
"css-loader": "^6.7.1",
|
|
64
64
|
"css-minimizer-webpack-plugin": "^4.0.0",
|
|
65
65
|
"eslint": "^8.16.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
|
-
"eslint-plugin-jest": "^26.
|
|
69
|
+
"eslint-plugin-jest": "^26.4.6",
|
|
70
70
|
"eslint-plugin-jsx-a11y": "^6.5.1",
|
|
71
71
|
"eslint-plugin-react": "^7.30.0",
|
|
72
72
|
"eslint-plugin-react-hooks": "^4.5.0",
|
|
73
73
|
"identity-obj-proxy": "^3.0.0",
|
|
74
74
|
"jest": "^28.1.0",
|
|
75
75
|
"jest-environment-jsdom": "^28.1.0",
|
|
76
|
-
"memfs": "^3.4.
|
|
76
|
+
"memfs": "^3.4.4",
|
|
77
77
|
"mini-css-extract-plugin": "^2.6.0",
|
|
78
78
|
"mockdate": "^3.0.5",
|
|
79
79
|
"nodelist-foreach-polyfill": "^1.2.0",
|
|
@@ -88,8 +88,8 @@
|
|
|
88
88
|
"sass": "^1.52.1",
|
|
89
89
|
"sass-loader": "^13.0.0",
|
|
90
90
|
"sitemap": "^7.1.1",
|
|
91
|
-
"stylelint": "^14.8.
|
|
92
|
-
"stylelint-config-standard-scss": "^
|
|
91
|
+
"stylelint": "^14.8.5",
|
|
92
|
+
"stylelint-config-standard-scss": "^4.0.0",
|
|
93
93
|
"supertest": "^6.2.3",
|
|
94
94
|
"webpack": "^5.72.1",
|
|
95
95
|
"webpack-dev-middleware": "^5.3.3",
|