shinkansen-sprockets 1.1.0 → 1.1.1

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 (1) hide show
  1. package/package.json +12 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shinkansen-sprockets",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Shinkansen Sprockets",
5
5
  "keywords": [
6
6
  "Shinkansen",
@@ -33,10 +33,12 @@
33
33
  "lint": "cross-env NODE_ENV=production eslint . .storybook --ext .mjs --ext .cjs --ext .jsx --ext .mts --ext .cts",
34
34
  "lint:fix": "npm run lint -- --fix",
35
35
  "pretest": "npm run nvm",
36
- "test": "cross-env NODE_ENV=test jest --collect-coverage false --verbose --run-in-band",
36
+ "test": "cross-env NODE_ENV=test jest --collect-coverage false --run-in-band",
37
37
  "nvm": "bash nvm.sh",
38
- "storybook": "npm run build && npm run transform && start-storybook -p 6007",
39
- "prepare": "husky install"
38
+ "prestorybook": "npm run build && npm run transform",
39
+ "storybook": "storybook dev -p 6007",
40
+ "prepare": "husky install",
41
+ "build-storybook": "storybook build"
40
42
  },
41
43
  "dependencies": {
42
44
  "classnames": "^2.3.2",
@@ -56,10 +58,11 @@
56
58
  "@modernpoacher/design-system": "1.0.9",
57
59
  "@modernpoacher/hooks": "^1.0.399",
58
60
  "@sequencemedia/gulp": "^1.0.7",
59
- "@storybook/addon-actions": "6.5.12",
60
- "@storybook/addon-essentials": "6.5.12",
61
- "@storybook/addon-links": "6.5.12",
62
- "@storybook/react": "6.5.12",
61
+ "@storybook/addon-actions": "^7.0.10",
62
+ "@storybook/addon-essentials": "^7.0.10",
63
+ "@storybook/addon-links": "^7.0.10",
64
+ "@storybook/react": "^7.0.10",
65
+ "@storybook/react-webpack5": "^7.0.10",
63
66
  "@types/react": "^18.2.6",
64
67
  "@typescript-eslint/eslint-plugin": "^5.59.5",
65
68
  "@typescript-eslint/parser": "^5.59.5",
@@ -104,6 +107,7 @@
104
107
  "regenerator-runtime": "^0.13.11",
105
108
  "rimraf": "^5.0.0",
106
109
  "sass": "^1.62.1",
110
+ "storybook": "^7.0.10",
107
111
  "vinyl-paths": "^5.0.0"
108
112
  },
109
113
  "imports": {