ingred-ui 9.0.1 → 9.3.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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ingred-ui",
3
- "version": "9.0.1",
3
+ "version": "9.3.0",
4
4
  "description": "",
5
5
  "author": "voyagegroup",
6
6
  "license": "MIT",
@@ -9,8 +9,7 @@
9
9
  "module": "dist/index.es.js",
10
10
  "jsnext:main": "dist/index.es.js",
11
11
  "engines": {
12
- "node": ">=8",
13
- "npm": ">=5"
12
+ "node": "^12.22.7 || ^14.18.1 || >=16.0.0"
14
13
  },
15
14
  "scripts": {
16
15
  "test": "cross-env CI=1 jest --runInBand",
@@ -40,48 +39,48 @@
40
39
  "styled-components": ">= 5.X"
41
40
  },
42
41
  "devDependencies": {
43
- "@rollup/plugin-commonjs": "20.0.0",
42
+ "@rollup/plugin-commonjs": "21.0.1",
44
43
  "@rollup/plugin-node-resolve": "13.0.6",
45
- "@rollup/plugin-typescript": "8.2.5",
44
+ "@rollup/plugin-typescript": "8.3.0",
46
45
  "@rollup/plugin-url": "6.1.0",
47
46
  "@storybook/addon-console": "1.2.3",
48
47
  "@storybook/addon-essentials": "6.3.12",
49
48
  "@storybook/addon-links": "6.3.12",
50
49
  "@storybook/addon-storysource": "6.3.12",
51
50
  "@storybook/react": "6.3.12",
52
- "@svgr/rollup": "5.5.0",
53
- "@testing-library/jest-dom": "5.14.1",
51
+ "@svgr/rollup": "6.1.2",
52
+ "@testing-library/jest-dom": "5.16.1",
54
53
  "@testing-library/react": "12.1.2",
55
- "@types/jest": "27.0.2",
54
+ "@types/jest": "27.0.3",
56
55
  "@types/moment": "2.13.0",
57
- "@types/react": "17.0.31",
56
+ "@types/react": "17.0.37",
58
57
  "@types/react-dates": "21.8.3",
59
- "@types/react-dom": "17.0.10",
58
+ "@types/react-dom": "17.0.11",
60
59
  "@types/react-toast-notifications": "2.4.0",
61
- "@types/react-transition-group": "4.4.3",
62
- "@types/styled-components": "5.1.15",
63
- "@typescript-eslint/eslint-plugin": "4.31.2",
64
- "@typescript-eslint/parser": "4.31.2",
60
+ "@types/react-transition-group": "4.4.4",
61
+ "@types/styled-components": "5.1.18",
62
+ "@typescript-eslint/eslint-plugin": "5.6.0",
63
+ "@typescript-eslint/parser": "5.6.0",
65
64
  "cross-env": "7.0.3",
66
- "eslint": "7.32.0",
65
+ "eslint": "8.4.1",
67
66
  "eslint-config-prettier": "8.3.0",
68
- "eslint-plugin-import": "2.24.2",
69
- "eslint-plugin-jest": "24.4.3",
70
- "eslint-plugin-mdx": "1.15.1",
67
+ "eslint-plugin-import": "2.25.3",
68
+ "eslint-plugin-jest": "25.3.0",
69
+ "eslint-plugin-mdx": "1.16.0",
71
70
  "eslint-plugin-prettier": "4.0.0",
72
- "eslint-plugin-react": "7.26.1",
73
- "eslint-plugin-react-hooks": "4.2.0",
74
- "jest": "27.2.5",
75
- "prettier": "2.4.1",
71
+ "eslint-plugin-react": "7.27.1",
72
+ "eslint-plugin-react-hooks": "4.3.0",
73
+ "jest": "27.4.5",
74
+ "prettier": "2.5.1",
76
75
  "react": "17.0.2",
77
76
  "react-dom": "17.0.2",
78
- "rollup": "2.58.0",
77
+ "rollup": "2.61.1",
79
78
  "rollup-plugin-imagemin": "0.4.1",
80
79
  "rollup-plugin-peer-deps-external": "2.2.4",
81
- "rollup-plugin-postcss": "4.0.1",
80
+ "rollup-plugin-postcss": "4.0.2",
82
81
  "scaffdog": "1.0.1",
83
- "styled-components": "5.3.1",
84
- "ts-jest": "27.0.7",
82
+ "styled-components": "5.3.3",
83
+ "ts-jest": "27.1.2",
85
84
  "typescript": "4.4.4"
86
85
  },
87
86
  "files": [