@fattureincloud/fic-design-system 0.3.22 → 0.3.23-alpha.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,30 +1,34 @@
1
1
  {
2
2
  "name": "@fattureincloud/fic-design-system",
3
- "version": "0.3.22",
3
+ "version": "0.3.23-alpha.0",
4
4
  "description": "Fatture in Cloud and Danea design system",
5
5
  "repository": "git@bitbucket.org:fattureincloud/design-system.git",
6
6
  "license": "MIT",
7
7
  "main": "dist/index.js",
8
8
  "module": "dist/index.esm.js",
9
9
  "types": "dist/index.d.ts",
10
+ "files": [
11
+ "dist"
12
+ ],
10
13
  "devDependencies": {
11
14
  "@babel/core": "^7.5.5",
12
- "@storybook/addon-actions": "^5.1.11",
13
- "@storybook/addon-knobs": "^5.1.11",
14
- "@storybook/react": "^5.1.11",
15
- "@storybook/theming": "^5.2.5",
15
+ "@rollup/plugin-commonjs": "^21.0.1",
16
+ "@rollup/plugin-node-resolve": "^13.0.6",
17
+ "@rollup/plugin-typescript": "^8.3.0",
18
+ "@storybook/addon-essentials": "^6.4.4",
19
+ "@storybook/addon-knobs": "^6.4.0",
20
+ "@storybook/react": "^6.4.4",
21
+ "@storybook/theming": "^6.4.4",
16
22
  "@types/classnames": "^2.2.9",
17
23
  "@types/lodash": "^4.14.138",
18
24
  "@types/react": "^16.9.2",
19
25
  "@types/react-beautiful-dnd": "^11.0.3",
20
26
  "@types/react-modal": "^3.10.4",
21
27
  "@types/react-select": "^4.0.18",
22
- "@types/storybook__react": "^4.0.2",
23
28
  "@types/styled-components": "~5.1.15",
24
29
  "@typescript-eslint/eslint-plugin": "^4.25.0",
25
30
  "@typescript-eslint/parser": "^4.25.0",
26
31
  "autoprefixer": "^9.6.1",
27
- "awesome-typescript-loader": "^5.2.1",
28
32
  "babel-loader": "^8.0.6",
29
33
  "eslint": "^7.27.0",
30
34
  "eslint-config-prettier": "^8.3.0",
@@ -38,11 +42,12 @@
38
42
  "lint-staged": "^12.1.2",
39
43
  "prettier": "^2.3.0",
40
44
  "pretty-quick": "^2.0.1",
45
+ "react": "^17.0.2",
41
46
  "react-beautiful-dnd": "^11.0.5",
42
- "rollup": "^1.19.4",
43
- "rollup-plugin-commonjs": "^10.0.2",
44
- "rollup-plugin-filesize": "^6.2.0",
45
- "rollup-plugin-typescript2": "^0.22.1",
47
+ "react-dom": "^17.0.2",
48
+ "rollup": "^2.60.0",
49
+ "rollup-plugin-filesize": "^9.1.1",
50
+ "rollup-plugin-terser": "^7.0.2",
46
51
  "typescript": "~3.8.3"
47
52
  },
48
53
  "dependencies": {
@@ -61,7 +66,6 @@
61
66
  "react-modal": "^3.11.1",
62
67
  "react-popper": "^2.2.4",
63
68
  "react-select": "^4.3.1",
64
- "react-sizeme": "^2.6.12",
65
69
  "react-toastify": "^6.0.8",
66
70
  "react-transition-group": "^4.4.1",
67
71
  "react-use": "^15.3.4",
@@ -69,9 +73,9 @@
69
73
  },
70
74
  "peerDependencies": {
71
75
  "@types/styled-components": "~5.1.15",
72
- "react": "^16.10.2",
76
+ "react": "^17.0.2",
73
77
  "react-beautiful-dnd": "^11.0.5",
74
- "react-dom": "^16.10.2",
78
+ "react-dom": "^17.0.2",
75
79
  "styled-components": "5.3.1"
76
80
  },
77
81
  "scripts": {
@@ -87,8 +91,5 @@
87
91
  "prettier --write",
88
92
  "eslint --fix"
89
93
  ]
90
- },
91
- "files": [
92
- "dist"
93
- ]
94
+ }
94
95
  }