@bigbinary/neetoui 3.2.57 → 3.2.60

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.
@@ -14,7 +14,7 @@
14
14
  * Licensed under the MIT license.
15
15
  */
16
16
 
17
- /** @license React v16.14.0
17
+ /** @license React v17.0.2
18
18
  * react.production.min.js
19
19
  *
20
20
  * Copyright (c) Facebook, Inc. and its affiliates.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neetoui",
3
- "version": "3.2.57",
3
+ "version": "3.2.60",
4
4
  "main": "./index.js",
5
5
  "author": "BigBinary",
6
6
  "license": "MIT",
@@ -41,24 +41,24 @@
41
41
  "@babel/preset-env": "^7.14.7",
42
42
  "@babel/preset-react": "^7.14.5",
43
43
  "@bigbinary/peer-deps-externals-webpack-plugin": "1.0.5",
44
- "@storybook/addon-actions": "^6.3.8",
45
- "@storybook/addon-essentials": "^6.3.8",
46
- "@storybook/addon-links": "^6.3.8",
44
+ "@storybook/addon-actions": "^6.4.19",
45
+ "@storybook/addon-essentials": "^6.4.19",
46
+ "@storybook/addon-links": "^6.4.19",
47
47
  "@storybook/addon-postcss": "^2.0.0",
48
- "@storybook/builder-webpack5": "^6.3.12",
49
- "@storybook/manager-webpack5": "^6.3.12",
48
+ "@storybook/builder-webpack5": "^6.4.19",
49
+ "@storybook/manager-webpack5": "^6.4.19",
50
50
  "@storybook/preset-scss": "^1.0.3",
51
- "@storybook/react": "^6.3.12",
51
+ "@storybook/react": "^6.4.19",
52
52
  "@testing-library/jest-dom": "^5.14.1",
53
53
  "@testing-library/react": "^12.0.0",
54
54
  "@testing-library/user-event": "^13.1.9",
55
- "autoprefixer": "^9",
55
+ "autoprefixer": "^9.0.0",
56
56
  "babel-eslint": "^10.1.0",
57
- "babel-jest": "^27.0.6",
57
+ "babel-jest": "^27.3.1",
58
58
  "babel-loader": "^8.1.0",
59
59
  "classnames": "^2.2.6",
60
60
  "css-loader": "^4.3.0",
61
- "cssnano": "^4.1.10",
61
+ "cssnano": "^4.1.11",
62
62
  "eslint": "^7.32.0",
63
63
  "eslint-config-prettier": "^8.3.0",
64
64
  "eslint-plugin-json": "^3.1.0",
@@ -69,7 +69,7 @@
69
69
  "html-webpack-plugin": "^4.5.0",
70
70
  "husky": "^6.0.0",
71
71
  "identity-obj-proxy": "^3.0.0",
72
- "jest": "^27.0.6",
72
+ "jest": "^27.3.1",
73
73
  "lint-staged": "^11.0.0",
74
74
  "mini-css-extract-plugin": "^2.4.5",
75
75
  "postcss": "^7",
@@ -92,7 +92,7 @@
92
92
  "webpack": "^5.64.3",
93
93
  "webpack-bundle-analyzer": "^4.4.1",
94
94
  "webpack-cli": "^4.9.1",
95
- "webpack-dev-server": "^4.5.0",
95
+ "webpack-dev-server": "4.7.4",
96
96
  "yup": "^0.32.11"
97
97
  },
98
98
  "peerDependencies": {
@@ -103,6 +103,14 @@
103
103
  "react-router-nav-prompt": "^0.4.1",
104
104
  "react-toastify": "^8.0.2"
105
105
  },
106
+ "resolutions": {
107
+ "@storybook/addon-essentials/**/glob-parent": "5.1.2",
108
+ "@storybook/builder-webpack5/**/glob-parent": "5.1.2",
109
+ "@storybook/react/**/glob-parent": "5.1.2",
110
+ "**/trim": "0.0.3",
111
+ "tailwindcss/**/postcss": "7.0.36",
112
+ "cssnano/**/nth-check": "2.0.1"
113
+ },
106
114
  "directories": {
107
115
  "lib": "lib"
108
116
  },