eslint-plugin-storybook 0.6.2 → 0.6.3
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/CHANGELOG.md +12 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v0.6.3 (Wed Aug 03 2022)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- deps: move ts-dedent to dependencies [#104](https://github.com/storybookjs/eslint-plugin-storybook/pull/104) ([@yannbf](https://github.com/yannbf))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Yann Braga ([@yannbf](https://github.com/yannbf))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v0.6.2 (Tue Aug 02 2022)
|
|
2
14
|
|
|
3
15
|
### Release Notes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-plugin-storybook",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.3",
|
|
4
4
|
"description": "Best practice rules for Storybook",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eslint",
|
|
@@ -47,7 +47,8 @@
|
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@storybook/csf": "^0.0.1",
|
|
49
49
|
"@typescript-eslint/experimental-utils": "^5.3.0",
|
|
50
|
-
"requireindex": "^1.1.0"
|
|
50
|
+
"requireindex": "^1.1.0",
|
|
51
|
+
"ts-dedent": "^2.2.0"
|
|
51
52
|
},
|
|
52
53
|
"devDependencies": {
|
|
53
54
|
"@auto-it/released": "^10.32.2",
|
|
@@ -68,7 +69,6 @@
|
|
|
68
69
|
"prettier": "^2.4.0",
|
|
69
70
|
"prompts": "^2.4.2",
|
|
70
71
|
"rimraf": "^3.0.2",
|
|
71
|
-
"ts-dedent": "^2.2.0",
|
|
72
72
|
"ts-jest": "^27.0.7",
|
|
73
73
|
"ts-migrate": "^0.1.26",
|
|
74
74
|
"ts-node": "^10.4.0",
|