@dr.pogodin/react-utils 1.8.3 → 1.9.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/package.json CHANGED
@@ -7,18 +7,18 @@
7
7
  "url": "https://github.com/birdofpreyru/react-utils/issues"
8
8
  },
9
9
  "dependencies": {
10
- "@babel/runtime": "^7.14.8",
10
+ "@babel/runtime": "^7.15.4",
11
11
  "@dr.pogodin/babel-plugin-react-css-modules": "^6.2.1",
12
12
  "@dr.pogodin/react-global-state": "^0.6.2",
13
- "@dr.pogodin/react-themes": "^1.3.2",
13
+ "@dr.pogodin/react-themes": "^1.3.3",
14
14
  "autoprefix": "^1.0.1",
15
- "axios": "^0.21.1",
16
- "commander": "^8.1.0",
15
+ "axios": "^0.21.4",
16
+ "commander": "^8.2.0",
17
17
  "compression": "^1.7.4",
18
18
  "config": "^3.3.6",
19
19
  "cookie-parser": "^1.4.5",
20
20
  "cross-env": "^7.0.3",
21
- "dayjs": "^1.10.6",
21
+ "dayjs": "^1.10.7",
22
22
  "express": "^4.17.1",
23
23
  "helmet": "^4.6.0",
24
24
  "http-status-codes": "^2.1.4",
@@ -32,53 +32,54 @@
32
32
  "react": "^17.0.2",
33
33
  "react-dom": "^17.0.2",
34
34
  "react-helmet": "^6.1.0",
35
- "react-router-dom": "^5.2.0",
35
+ "react-router-dom": "^5.3.0",
36
36
  "request-ip": "^2.1.3",
37
37
  "rimraf": "^3.0.2",
38
+ "serialize-javascript": "^6.0.0",
38
39
  "serve-favicon": "^2.5.0",
39
- "source-map-support": "^0.5.19",
40
+ "source-map-support": "^0.5.20",
40
41
  "url-parse": "^1.5.3",
41
42
  "uuid": "^8.3.2",
42
43
  "winston": "^3.3.3"
43
44
  },
44
45
  "description": "Collection of generic ReactJS components and utils",
45
46
  "devDependencies": {
46
- "@babel/cli": "^7.14.8",
47
- "@babel/core": "^7.15.0",
48
- "@babel/node": "^7.14.9",
47
+ "@babel/cli": "^7.15.7",
48
+ "@babel/core": "^7.15.5",
49
+ "@babel/node": "^7.15.4",
49
50
  "@babel/plugin-syntax-dynamic-import": "^7.8.3",
50
51
  "@babel/plugin-transform-runtime": "^7.15.0",
51
- "@babel/preset-env": "^7.15.0",
52
+ "@babel/preset-env": "^7.15.6",
52
53
  "@babel/preset-react": "^7.14.5",
53
- "@babel/types": "^7.15.0",
54
+ "@babel/types": "^7.15.6",
54
55
  "@dr.pogodin/babel-plugin-css-modules-transform": "^1.10.0",
55
56
  "@dr.pogodin/babel-plugin-transform-assets": "^1.1.1",
56
57
  "@dr.pogodin/babel-preset-svgr": "^1.3.1",
57
- "@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
58
- "autoprefixer": "^10.3.1",
58
+ "@pmmmwh/react-refresh-webpack-plugin": "^0.5.1",
59
+ "autoprefixer": "^10.3.6",
59
60
  "babel-eslint": "^10.1.0",
60
- "babel-jest": "^27.0.6",
61
+ "babel-jest": "^27.2.2",
61
62
  "babel-loader": "^8.2.2",
62
63
  "babel-plugin-module-resolver": "^4.1.0",
63
64
  "better-docs": "^2.3.2",
64
- "core-js": "^3.16.0",
65
- "css-loader": "^6.2.0",
65
+ "core-js": "^3.18.1",
66
+ "css-loader": "^6.3.0",
66
67
  "css-minimizer-webpack-plugin": "^3.0.2",
67
68
  "eslint": "^7.32.0",
68
69
  "eslint-config-airbnb": "^18.2.1",
69
70
  "eslint-import-resolver-babel-module": "^5.3.1",
70
- "eslint-plugin-import": "^2.23.4",
71
- "eslint-plugin-jest": "^24.4.0",
71
+ "eslint-plugin-import": "^2.24.2",
72
+ "eslint-plugin-jest": "^24.4.2",
72
73
  "eslint-plugin-jsx-a11y": "^6.4.1",
73
- "eslint-plugin-react": "^7.24.0",
74
+ "eslint-plugin-react": "^7.26.0",
74
75
  "eslint-plugin-react-hooks": "^4.2.0",
75
76
  "identity-obj-proxy": "^3.0.0",
76
- "jest": "^27.0.6",
77
+ "jest": "^27.2.2",
77
78
  "jsdoc": "^3.6.7",
78
- "mini-css-extract-plugin": "^2.2.0",
79
+ "mini-css-extract-plugin": "^2.3.0",
79
80
  "mockdate": "^3.0.5",
80
81
  "nodelist-foreach-polyfill": "^1.2.0",
81
- "postcss": "^8.3.6",
82
+ "postcss": "^8.3.8",
82
83
  "postcss-loader": "^6.1.1",
83
84
  "postcss-scss": "^4.0.0",
84
85
  "pretty": "^2.0.0",
@@ -86,19 +87,19 @@
86
87
  "react-test-renderer": "^17.0.2",
87
88
  "regenerator-runtime": "^0.13.9",
88
89
  "resolve-url-loader": "^4.0.0",
89
- "sass": "^1.37.5",
90
+ "sass": "^1.42.1",
90
91
  "sass-loader": "^12.1.0",
91
92
  "sitemap": "^7.0.0",
92
93
  "stylelint": "^13.13.1",
93
94
  "stylelint-config-standard": "^22.0.0",
94
- "supertest": "^6.1.4",
95
- "webpack": "^5.48.0",
96
- "webpack-dev-middleware": "^5.0.0",
97
- "webpack-hot-middleware": "^2.25.0",
95
+ "supertest": "^6.1.6",
96
+ "webpack": "^5.54.0",
97
+ "webpack-dev-middleware": "^5.2.1",
98
+ "webpack-hot-middleware": "^2.25.1",
98
99
  "webpack-merge": "^5.8.0",
99
- "workbox-core": "^6.1.5",
100
- "workbox-precaching": "^6.1.5",
101
- "workbox-webpack-plugin": "^6.1.5"
100
+ "workbox-core": "^6.3.0",
101
+ "workbox-precaching": "^6.3.0",
102
+ "workbox-webpack-plugin": "^6.3.0"
102
103
  },
103
104
  "engines": {
104
105
  "node": "~14.16.0",
@@ -133,5 +134,5 @@
133
134
  "lint:scss": "stylelint -- **/*.{css,scss} --syntax scss",
134
135
  "test": "npm run lint && npm run jest"
135
136
  },
136
- "version": "1.8.3"
137
+ "version": "1.9.0"
137
138
  }