shinkansen-sprockets 2.1.148 → 2.1.150

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/eslint.config.mjs +2 -4
  2. package/package.json +24 -24
package/eslint.config.mjs CHANGED
@@ -185,8 +185,7 @@ export default [
185
185
  languageOptions: {
186
186
  parser: typescriptParser,
187
187
  parserOptions: {
188
- projectService: true,
189
- project: 'tsconfig.json'
188
+ projectService: true
190
189
  },
191
190
  globals: {
192
191
  ...globals.node,
@@ -202,8 +201,7 @@ export default [
202
201
  languageOptions: {
203
202
  parser: typescriptParser,
204
203
  parserOptions: {
205
- projectService: true,
206
- project: 'tsconfig.json'
204
+ projectService: true
207
205
  },
208
206
  globals: {
209
207
  ...globals.browser,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shinkansen-sprockets",
3
- "version": "2.1.148",
3
+ "version": "2.1.150",
4
4
  "description": "Shinkansen Sprockets",
5
5
  "keywords": [
6
6
  "Shinkansen",
@@ -63,12 +63,12 @@
63
63
  "@babel/preset-react": "^7.28.5",
64
64
  "@babel/register": "^7.28.3",
65
65
  "@modernpoacher/design-system": "2.0.17",
66
- "@sequencemedia/eslint-config-standard": "^0.2.100",
67
- "@sequencemedia/eslint-config-typescript": "^0.1.173",
68
- "@storybook/addon-docs": "^10.0.2",
69
- "@storybook/addon-links": "^10.0.2",
70
- "@storybook/addon-webpack5-compiler-babel": "^3.0.6",
71
- "@storybook/react-webpack5": "^10.0.2",
66
+ "@sequencemedia/eslint-config-standard": "^0.2.107",
67
+ "@sequencemedia/eslint-config-typescript": "^0.1.182",
68
+ "@storybook/addon-docs": "^10.1.2",
69
+ "@storybook/addon-links": "^10.1.2",
70
+ "@storybook/addon-webpack5-compiler-babel": "^4.0.0",
71
+ "@storybook/react-webpack5": "^10.1.2",
72
72
  "@testing-library/jest-dom": "^6.9.1",
73
73
  "@testing-library/react": "^16.3.0",
74
74
  "@types/babel__register": "^7.17.3",
@@ -77,23 +77,23 @@
77
77
  "@types/jest": "^30.0.0",
78
78
  "@types/mocha": "^10.0.10",
79
79
  "@types/prop-types": "^15.7.15",
80
- "@types/react": "^19.2.2",
81
- "@types/react-dom": "^19.2.2",
82
- "@typescript-eslint/eslint-plugin": "^8.46.2",
83
- "@typescript-eslint/parser": "^8.46.2",
84
- "autoprefixer": "^10.4.21",
85
- "chai": "^6.2.0",
86
- "core-js": "^3.46.0",
80
+ "@types/react": "^19.2.7",
81
+ "@types/react-dom": "^19.2.3",
82
+ "@typescript-eslint/eslint-plugin": "^8.48.0",
83
+ "@typescript-eslint/parser": "^8.48.0",
84
+ "autoprefixer": "^10.4.22",
85
+ "chai": "^6.2.1",
86
+ "core-js": "^3.47.0",
87
87
  "cross-env": "^10.1.0",
88
88
  "eslint": "9.38.0",
89
89
  "eslint-plugin-react": "^7.37.5",
90
- "eslint-plugin-storybook": "^10.0.2",
90
+ "eslint-plugin-storybook": "^10.1.2",
91
91
  "globals": "^16.5.0",
92
92
  "husky": "^9.1.7",
93
93
  "jest": "^30.2.0",
94
94
  "jest-environment-jsdom": "^30.2.0",
95
95
  "mini-css-extract-plugin": "^2.9.4",
96
- "mocha": "^11.7.4",
96
+ "mocha": "^11.7.5",
97
97
  "perfectionist": "^2.4.0",
98
98
  "postcss": "^8.5.6",
99
99
  "postcss-discard-comments": "^7.0.5",
@@ -101,21 +101,21 @@
101
101
  "postcss-import": "^16.1.1",
102
102
  "postcss-loader": "^8.2.0",
103
103
  "postcss-map": "^0.11.0",
104
- "prettier": "^3.6.2",
104
+ "prettier": "^3.7.2",
105
105
  "prop-types": "^15.8.1",
106
106
  "react": "^19.2.0",
107
- "react-component-instance": "^0.0.124",
108
- "react-component-snapshot": "^0.0.165",
107
+ "react-component-instance": "^0.0.126",
108
+ "react-component-snapshot": "^0.0.167",
109
109
  "react-dom": "^19.2.0",
110
- "react-router": "^7.9.5",
110
+ "react-router": "^7.9.6",
111
111
  "remove-files-webpack-plugin": "^1.5.0",
112
- "sass": "^1.93.3",
112
+ "sass": "^1.94.2",
113
113
  "sass-loader": "^16.0.6",
114
- "storybook": "^10.0.2",
115
- "stylelint": "^16.25.0",
114
+ "storybook": "^10.1.2",
115
+ "stylelint": "^16.26.1",
116
116
  "stylelint-config-recommended-scss": "^16.0.2",
117
117
  "stylelint-scss": "^6.12.1",
118
- "webpack": "^5.102.1",
118
+ "webpack": "^5.103.0",
119
119
  "webpack-cli": "^6.0.1"
120
120
  },
121
121
  "overrides": {