shinkansen-sprockets 2.1.151 → 2.1.226
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/husky.mjs +16 -0
- package/package.json +47 -47
package/husky.mjs
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
|
|
3
|
+
// @ts-ignore
|
|
4
|
+
Promise.resolve(import('husky'))
|
|
5
|
+
.then(({ default: husky }) => { husky() })
|
|
6
|
+
.catch((e) => {
|
|
7
|
+
if (e instanceof Error) {
|
|
8
|
+
if ('code' in e) {
|
|
9
|
+
const { code } = e
|
|
10
|
+
if (code === 'ERR_MODULE_NOT_FOUND') return
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
const { message } = e
|
|
14
|
+
if (message) console.error(`💥 ${message}`)
|
|
15
|
+
}
|
|
16
|
+
})
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "shinkansen-sprockets",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.226",
|
|
4
4
|
"description": "Shinkansen Sprockets",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Shinkansen",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"nvm": "bash nvm.sh",
|
|
40
40
|
"prebuild": "npm run nvm",
|
|
41
41
|
"prelint": "npm run nvm",
|
|
42
|
-
"prepare": "husky",
|
|
42
|
+
"prepare": "node husky.mjs",
|
|
43
43
|
"prestorybook": "npm run build && npm run prettier && npm run transform",
|
|
44
44
|
"pretest": "npm run nvm",
|
|
45
45
|
"prettier": "prettier src/sass/**/*.scss .storybook --write",
|
|
@@ -56,67 +56,67 @@
|
|
|
56
56
|
"fast-deep-equal": "^3.1.3"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@babel/core": "
|
|
60
|
-
"@babel/eslint-parser": "
|
|
61
|
-
"@babel/plugin-syntax-import-attributes": "
|
|
62
|
-
"@babel/preset-env": "
|
|
63
|
-
"@babel/preset-react": "
|
|
64
|
-
"@babel/register": "
|
|
59
|
+
"@babel/core": "7.29.7",
|
|
60
|
+
"@babel/eslint-parser": "7.29.7",
|
|
61
|
+
"@babel/plugin-syntax-import-attributes": "7.29.7",
|
|
62
|
+
"@babel/preset-env": "7.29.7",
|
|
63
|
+
"@babel/preset-react": "7.29.7",
|
|
64
|
+
"@babel/register": "7.29.7",
|
|
65
65
|
"@modernpoacher/design-system": "2.0.17",
|
|
66
|
-
"@sequencemedia/eslint-config-standard": "^0.2.
|
|
67
|
-
"@sequencemedia/eslint-config-typescript": "^0.1.
|
|
68
|
-
"@storybook/addon-docs": "^10.
|
|
69
|
-
"@storybook/addon-links": "^10.
|
|
70
|
-
"@storybook/addon-webpack5-compiler-babel": "^4.0.
|
|
71
|
-
"@storybook/react-webpack5": "^10.
|
|
72
|
-
"@testing-library/jest-dom": "^
|
|
73
|
-
"@testing-library/react": "^16.3.
|
|
66
|
+
"@sequencemedia/eslint-config-standard": "^0.2.125",
|
|
67
|
+
"@sequencemedia/eslint-config-typescript": "^0.1.216",
|
|
68
|
+
"@storybook/addon-docs": "^10.6.0",
|
|
69
|
+
"@storybook/addon-links": "^10.6.0",
|
|
70
|
+
"@storybook/addon-webpack5-compiler-babel": "^4.0.1",
|
|
71
|
+
"@storybook/react-webpack5": "^10.6.0",
|
|
72
|
+
"@testing-library/jest-dom": "^7.0.1",
|
|
73
|
+
"@testing-library/react": "^16.3.3",
|
|
74
74
|
"@types/babel__register": "^7.17.3",
|
|
75
75
|
"@types/chai": "^5.2.3",
|
|
76
|
-
"@types/debug": "^4.1.
|
|
76
|
+
"@types/debug": "^4.1.13",
|
|
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.
|
|
81
|
-
"@types/react-dom": "^19.2.
|
|
82
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
83
|
-
"@typescript-eslint/parser": "^8.
|
|
84
|
-
"autoprefixer": "^10.
|
|
85
|
-
"chai": "^6.2.
|
|
86
|
-
"core-js": "^3.
|
|
80
|
+
"@types/react": "^19.2.18",
|
|
81
|
+
"@types/react-dom": "^19.2.7",
|
|
82
|
+
"@typescript-eslint/eslint-plugin": "^8.69.0",
|
|
83
|
+
"@typescript-eslint/parser": "^8.69.0",
|
|
84
|
+
"autoprefixer": "^10.5.5",
|
|
85
|
+
"chai": "^6.2.2",
|
|
86
|
+
"core-js": "^3.50.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.
|
|
91
|
-
"globals": "^
|
|
90
|
+
"eslint-plugin-storybook": "^10.6.0",
|
|
91
|
+
"globals": "^17.12.0",
|
|
92
92
|
"husky": "^9.1.7",
|
|
93
|
-
"jest": "^30.
|
|
94
|
-
"jest-environment-jsdom": "^30.
|
|
95
|
-
"mini-css-extract-plugin": "^2.
|
|
96
|
-
"mocha": "^
|
|
93
|
+
"jest": "^30.5.1",
|
|
94
|
+
"jest-environment-jsdom": "^30.5.1",
|
|
95
|
+
"mini-css-extract-plugin": "^2.10.2",
|
|
96
|
+
"mocha": "^12.0.0",
|
|
97
97
|
"perfectionist": "^2.4.0",
|
|
98
|
-
"postcss": "^8.5.
|
|
99
|
-
"postcss-discard-comments": "^
|
|
100
|
-
"postcss-discard-empty": "^
|
|
101
|
-
"postcss-import": "^
|
|
102
|
-
"postcss-loader": "^8.2.
|
|
98
|
+
"postcss": "^8.5.28",
|
|
99
|
+
"postcss-discard-comments": "^9.0.2",
|
|
100
|
+
"postcss-discard-empty": "^9.0.2",
|
|
101
|
+
"postcss-import": "^17.0.0",
|
|
102
|
+
"postcss-loader": "^8.2.1",
|
|
103
103
|
"postcss-map": "^0.11.0",
|
|
104
|
-
"prettier": "^3.
|
|
104
|
+
"prettier": "^3.9.6",
|
|
105
105
|
"prop-types": "^15.8.1",
|
|
106
|
-
"react": "^19.2.
|
|
106
|
+
"react": "^19.2.8",
|
|
107
107
|
"react-component-instance": "^0.0.126",
|
|
108
108
|
"react-component-snapshot": "^0.0.168",
|
|
109
|
-
"react-dom": "^19.2.
|
|
110
|
-
"react-router": "^
|
|
109
|
+
"react-dom": "^19.2.8",
|
|
110
|
+
"react-router": "^8.3.1",
|
|
111
111
|
"remove-files-webpack-plugin": "^1.5.0",
|
|
112
|
-
"sass": "^1.
|
|
113
|
-
"sass-loader": "^
|
|
114
|
-
"storybook": "^10.
|
|
115
|
-
"stylelint": "^
|
|
116
|
-
"stylelint-config-recommended-scss": "^
|
|
117
|
-
"stylelint-scss": "^
|
|
118
|
-
"webpack": "^5.
|
|
119
|
-
"webpack-cli": "^
|
|
112
|
+
"sass": "^1.104.0",
|
|
113
|
+
"sass-loader": "^17.0.1",
|
|
114
|
+
"storybook": "^10.6.0",
|
|
115
|
+
"stylelint": "^17.15.0",
|
|
116
|
+
"stylelint-config-recommended-scss": "^17.0.1",
|
|
117
|
+
"stylelint-scss": "^7.2.0",
|
|
118
|
+
"webpack": "^5.110.3",
|
|
119
|
+
"webpack-cli": "^7.2.3"
|
|
120
120
|
},
|
|
121
121
|
"overrides": {
|
|
122
122
|
"storybook": "$storybook"
|