shinkansen-sprockets 1.2.1 → 1.2.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/eslint.config.mjs
CHANGED
@@ -60,7 +60,7 @@ export default [
|
|
60
60
|
]
|
61
61
|
},
|
62
62
|
/**
|
63
|
-
* React config for all `jsx`
|
63
|
+
* React config for all `jsx` files
|
64
64
|
*/
|
65
65
|
{
|
66
66
|
...reactPlugin.configs.flat.recommended,
|
@@ -101,7 +101,7 @@ export default [
|
|
101
101
|
}
|
102
102
|
}),
|
103
103
|
/**
|
104
|
-
* Standard config for all `jsx`
|
104
|
+
* Standard config for all `jsx` files
|
105
105
|
*/
|
106
106
|
standard({
|
107
107
|
files: [
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "shinkansen-sprockets",
|
3
|
-
"version": "1.2.
|
3
|
+
"version": "1.2.3",
|
4
4
|
"description": "Shinkansen Sprockets",
|
5
5
|
"keywords": [
|
6
6
|
"Shinkansen",
|
@@ -53,9 +53,9 @@
|
|
53
53
|
"@babel/preset-env": "^7.26.9",
|
54
54
|
"@babel/preset-react": "^7.26.3",
|
55
55
|
"@babel/register": "^7.25.9",
|
56
|
-
"@modernpoacher/design-system": "1.1.
|
57
|
-
"@sequencemedia/eslint-config-standard": "^0.2.
|
58
|
-
"@sequencemedia/eslint-config-typescript": "^0.1.
|
56
|
+
"@modernpoacher/design-system": "1.1.28",
|
57
|
+
"@sequencemedia/eslint-config-standard": "^0.2.28",
|
58
|
+
"@sequencemedia/eslint-config-typescript": "^0.1.39",
|
59
59
|
"@storybook/addon-actions": "7.6.20",
|
60
60
|
"@storybook/addon-essentials": "7.6.20",
|
61
61
|
"@storybook/addon-links": "7.6.20",
|
@@ -72,11 +72,11 @@
|
|
72
72
|
"clean-webpack-plugin": "^4.0.0",
|
73
73
|
"core-js": "^3.40.0",
|
74
74
|
"cross-env": "^7.0.3",
|
75
|
-
"eslint": "^9.
|
75
|
+
"eslint": "^9.21.0",
|
76
76
|
"eslint-import-resolver-babel-module": "^5.3.2",
|
77
77
|
"eslint-plugin-react": "^7.37.4",
|
78
78
|
"eslint-plugin-storybook": "^0.11.3",
|
79
|
-
"globals": "^
|
79
|
+
"globals": "^16.0.0",
|
80
80
|
"husky": "^9.1.7",
|
81
81
|
"jest": "^29.7.0",
|
82
82
|
"mini-css-extract-plugin": "^2.9.2",
|