imbric-theme 0.1.2 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +16 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "imbric-theme",
3
- "version": "0.1.2",
3
+ "version": "0.2.2",
4
4
  "description": "Components library IMBRIC",
5
5
  "private": false,
6
6
  "main": "index.js",
@@ -48,7 +48,7 @@
48
48
  "components"
49
49
  ],
50
50
  "author": "imbric",
51
- "license": "UNLICENSED",
51
+ "license": "MIT",
52
52
  "dependencies": {
53
53
  "classnames": "2.3.1"
54
54
  },
@@ -60,11 +60,13 @@
60
60
  "@commitlint/config-conventional": "11.0.0",
61
61
  "@semantic-release/changelog": "5.0.1",
62
62
  "@semantic-release/git": "9.0.0",
63
- "@storybook/addon-actions": "6.4.18",
64
- "@storybook/addon-essentials": "6.4.18",
65
- "@storybook/addon-links": "6.4.18",
66
- "@storybook/addon-storyshots": "6.4.18",
67
- "@storybook/react": "6.4.18",
63
+ "@storybook/addon-actions": "6.4.21",
64
+ "@storybook/addon-essentials": "6.4.21",
65
+ "@storybook/addon-links": "6.4.21",
66
+ "@storybook/addon-storyshots": "6.4.21",
67
+ "@storybook/builder-webpack5": "6.5.0-alpha.61",
68
+ "@storybook/manager-webpack5": "6.5.0-alpha.61",
69
+ "@storybook/react": "6.4.21",
68
70
  "@svgr/webpack": "5.5.0",
69
71
  "@testing-library/react": "12.0.0",
70
72
  "babel-jest": "26.3.0",
@@ -77,7 +79,7 @@
77
79
  "eslint-config-prettier": "6.11.0",
78
80
  "eslint-plugin-prettier": "3.1.4",
79
81
  "eslint-plugin-react": "7.20.6",
80
- "eslint-plugin-storybook": "0.5.6",
82
+ "eslint-plugin-storybook": "0.5.8",
81
83
  "husky": "7.0.4",
82
84
  "identity-obj-proxy": "3.0.0",
83
85
  "jest": "26.4.2",
@@ -85,10 +87,10 @@
85
87
  "minireset.css": "0.0.6",
86
88
  "npm-run-all": "4.1.5",
87
89
  "prettier": "2.1.1",
88
- "react": "16.13.1",
89
- "react-dom": "16.13.1",
90
- "react-is": "16.13.1",
91
- "react-test-renderer": "16.13.1",
90
+ "react": "18",
91
+ "react-dom": "18",
92
+ "react-is": "18",
93
+ "react-test-renderer": "18",
92
94
  "semantic-release": "17.1.2",
93
95
  "stylelint": "13.7.2",
94
96
  "stylelint-config-idiomatic-order": "8.1.0",
@@ -96,7 +98,7 @@
96
98
  "watch": "1.0.2"
97
99
  },
98
100
  "peerDependencies": {
99
- "react": "16.13.1",
100
- "react-dom": "16.13.1"
101
+ "react": "18",
102
+ "react-dom": "18"
101
103
  }
102
104
  }