shinkansen-sprockets 2.1.42 → 2.1.44
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 +6 -6
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "shinkansen-sprockets",
|
3
|
-
"version": "2.1.
|
3
|
+
"version": "2.1.44",
|
4
4
|
"description": "Shinkansen Sprockets",
|
5
5
|
"keywords": [
|
6
6
|
"Shinkansen",
|
@@ -42,7 +42,7 @@
|
|
42
42
|
"prepare": "husky",
|
43
43
|
"prestorybook": "npm run build && npm run prettier && npm run transform",
|
44
44
|
"pretest": "npm run nvm",
|
45
|
-
"prettier": "prettier src/sass .storybook --write",
|
45
|
+
"prettier": "prettier src/sass/**/*.scss .storybook --write",
|
46
46
|
"storybook": "storybook dev -p 6007",
|
47
47
|
"test": "npm run test:mocha && npm run test:jest",
|
48
48
|
"test:jest": "cross-env NODE_ENV=test jest",
|
@@ -61,7 +61,7 @@
|
|
61
61
|
"@babel/preset-env": "^7.26.9",
|
62
62
|
"@babel/preset-react": "^7.26.3",
|
63
63
|
"@babel/register": "^7.25.9",
|
64
|
-
"@modernpoacher/design-system": "2.0.
|
64
|
+
"@modernpoacher/design-system": "2.0.4",
|
65
65
|
"@sequencemedia/eslint-config-standard": "^0.2.50",
|
66
66
|
"@sequencemedia/eslint-config-typescript": "^0.1.78",
|
67
67
|
"@storybook/addon-actions": "^8.6.12",
|
@@ -109,14 +109,14 @@
|
|
109
109
|
"prop-types": "^15.8.1",
|
110
110
|
"react": "^19.1.0",
|
111
111
|
"react-component-instance": "^0.0.31",
|
112
|
-
"react-component-snapshot": "^0.0.
|
112
|
+
"react-component-snapshot": "^0.0.39",
|
113
113
|
"react-dom": "^19.1.0",
|
114
|
-
"react-router": "^7.5.
|
114
|
+
"react-router": "^7.5.2",
|
115
115
|
"remove-files-webpack-plugin": "^1.5.0",
|
116
116
|
"sass": "^1.87.0",
|
117
117
|
"sass-loader": "^16.0.5",
|
118
118
|
"storybook": "^8.6.12",
|
119
|
-
"stylelint": "^16.
|
119
|
+
"stylelint": "^16.19.0",
|
120
120
|
"stylelint-config-recommended-scss": "^14.1.0",
|
121
121
|
"stylelint-scss": "^6.11.1",
|
122
122
|
"webpack": "^5.99.6",
|