@tramvai/storybook-addon 2.49.0 → 2.49.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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -333,6 +333,7 @@ const parameters: TramvaiStoriesParameters = {
333
333
  For testing changes in this plugin locally, you need a few steps:
334
334
 
335
335
  1. [tramvai repo] Copy `examples-standalone/storybook` application to different folder, e.g. `storybook-app`
336
+ 1. [storybook-app] run `git init` in this folder (`@storybook/builder-webpack5` uses as root the first parent directory containing `.git` folder)
336
337
  1. [storybook-app] Update there all `tramvai` dependencies in `package.json`
337
338
  1. [tramvai repo] Copy plugin build output from `packages/tramvai/storybook-addon/lib`
338
339
  1. [storybook-app] Paste into the `storybook-app/node_modules/@tramvai/storybook-addon/lib` folder
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/storybook-addon",
3
- "version": "2.49.0",
3
+ "version": "2.49.3",
4
4
  "description": "",
5
5
  "main": "lib/preset.js",
6
6
  "typings": "lib/preset.d.ts",
@@ -20,7 +20,7 @@
20
20
  "registry": "https://registry.npmjs.org/"
21
21
  },
22
22
  "dependencies": {
23
- "@tramvai/test-mocks": "2.49.0",
23
+ "@tramvai/test-mocks": "2.49.3",
24
24
  "@tinkoff/is-modern-lib": "2.0.4",
25
25
  "webpack-chain": "^6.5.1",
26
26
  "webpack-merge": "^5.8.0",
@@ -32,11 +32,11 @@
32
32
  "webpack": "5.75.0"
33
33
  },
34
34
  "peerDependencies": {
35
- "@tramvai/cli": "2.49.0",
36
- "@tramvai/core": "2.49.0",
37
- "@tramvai/state": "2.49.0",
38
- "@tramvai/react": "2.49.0",
39
- "@tramvai/tokens-common": "2.49.0",
35
+ "@tramvai/cli": "2.49.3",
36
+ "@tramvai/core": "2.49.3",
37
+ "@tramvai/state": "2.49.3",
38
+ "@tramvai/react": "2.49.3",
39
+ "@tramvai/tokens-common": "2.49.3",
40
40
  "@tinkoff/dippy": "0.8.9",
41
41
  "@tinkoff/router": "0.2.5",
42
42
  "@tinkoff/url": "0.8.4",