shinkansen-sprockets 1.3.0 → 1.3.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.
- package/package.json +10 -7
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "shinkansen-sprockets",
|
3
|
-
"version": "1.3.
|
3
|
+
"version": "1.3.1",
|
4
4
|
"description": "Shinkansen Sprockets",
|
5
5
|
"keywords": [
|
6
6
|
"Shinkansen",
|
@@ -59,11 +59,14 @@
|
|
59
59
|
"@modernpoacher/design-system": "1.1.31",
|
60
60
|
"@sequencemedia/eslint-config-standard": "^0.2.41",
|
61
61
|
"@sequencemedia/eslint-config-typescript": "^0.1.57",
|
62
|
-
"@storybook/addon-actions": "
|
63
|
-
"@storybook/addon-essentials": "
|
64
|
-
"@storybook/addon-links": "
|
65
|
-
"@storybook/
|
66
|
-
"@storybook/
|
62
|
+
"@storybook/addon-actions": "^8.6.4",
|
63
|
+
"@storybook/addon-essentials": "^8.6.4",
|
64
|
+
"@storybook/addon-links": "^8.6.4",
|
65
|
+
"@storybook/addon-webpack5-compiler-babel": "^3.0.5",
|
66
|
+
"@storybook/manager-api": "^8.6.4",
|
67
|
+
"@storybook/react": "^8.6.4",
|
68
|
+
"@storybook/react-webpack5": "^8.6.4",
|
69
|
+
"@storybook/theming": "^8.6.4",
|
67
70
|
"@types/babel__register": "^7.17.3",
|
68
71
|
"@types/chai": "^5.0.1",
|
69
72
|
"@types/debug": "^4.1.12",
|
@@ -101,7 +104,7 @@
|
|
101
104
|
"remove-files-webpack-plugin": "^1.5.0",
|
102
105
|
"sass": "^1.85.1",
|
103
106
|
"sass-loader": "^16.0.5",
|
104
|
-
"storybook": "
|
107
|
+
"storybook": "^8.6.4",
|
105
108
|
"webpack": "^5.98.0",
|
106
109
|
"webpack-cli": "^6.0.1"
|
107
110
|
},
|