shinkansen-sprockets 2.1.10 → 2.1.12

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/.publish/README.md +20 -0
  2. package/package.json +17 -17
@@ -0,0 +1,20 @@
1
+ # Publish to NPM
2
+
3
+ For CircleCI or the shell
4
+
5
+ If you need an _authentication token_ to publish then you should resolve that before executing this script
6
+
7
+ ```bash
8
+ echo ".publish/publish.sh" >> .npmignore
9
+ git clone https://github.com/modernpoacher/publish.git .publish
10
+ .publish/publish.sh
11
+ ```
12
+
13
+ A Gist with the same content as `publish.sh` may need an additional step
14
+
15
+ ```bash
16
+ echo ".publish/publish.sh" >> .npmignore
17
+ git clone https://gist.github.com/efd85e2b8da1ee830dd637f134994a9d.git .publish
18
+ chmod +x .publish/publish.sh
19
+ .publish/publish.sh
20
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shinkansen-sprockets",
3
- "version": "2.1.10",
3
+ "version": "2.1.12",
4
4
  "description": "Shinkansen Sprockets",
5
5
  "keywords": [
6
6
  "Shinkansen",
@@ -56,34 +56,34 @@
56
56
  },
57
57
  "devDependencies": {
58
58
  "@babel/core": "^7.26.10",
59
- "@babel/eslint-parser": "^7.26.10",
59
+ "@babel/eslint-parser": "^7.27.0",
60
60
  "@babel/plugin-syntax-import-attributes": "^7.26.0",
61
61
  "@babel/preset-env": "^7.26.9",
62
62
  "@babel/preset-react": "^7.26.3",
63
63
  "@babel/register": "^7.25.9",
64
64
  "@modernpoacher/design-system": "2.0.2",
65
- "@sequencemedia/eslint-config-standard": "^0.2.44",
66
- "@sequencemedia/eslint-config-typescript": "^0.1.65",
67
- "@storybook/addon-actions": "^8.6.8",
68
- "@storybook/addon-essentials": "^8.6.8",
69
- "@storybook/addon-links": "^8.6.8",
65
+ "@sequencemedia/eslint-config-standard": "^0.2.45",
66
+ "@sequencemedia/eslint-config-typescript": "^0.1.66",
67
+ "@storybook/addon-actions": "^8.6.9",
68
+ "@storybook/addon-essentials": "^8.6.9",
69
+ "@storybook/addon-links": "^8.6.9",
70
70
  "@storybook/addon-webpack5-compiler-babel": "^3.0.5",
71
- "@storybook/manager-api": "^8.6.8",
72
- "@storybook/react": "^8.6.8",
73
- "@storybook/react-webpack5": "^8.6.8",
74
- "@storybook/theming": "^8.6.8",
71
+ "@storybook/manager-api": "^8.6.9",
72
+ "@storybook/react": "^8.6.9",
73
+ "@storybook/react-webpack5": "^8.6.9",
74
+ "@storybook/theming": "^8.6.9",
75
75
  "@testing-library/jest-dom": "^6.6.3",
76
76
  "@testing-library/react": "^16.2.0",
77
77
  "@types/babel__register": "^7.17.3",
78
- "@types/chai": "^5.2.0",
78
+ "@types/chai": "^5.2.1",
79
79
  "@types/debug": "^4.1.12",
80
80
  "@types/jest": "^29.5.14",
81
81
  "@types/mocha": "^10.0.10",
82
82
  "@types/prop-types": "^15.7.14",
83
83
  "@types/react": "^19.0.12",
84
84
  "@types/react-dom": "^19.0.4",
85
- "@typescript-eslint/eslint-plugin": "^8.27.0",
86
- "@typescript-eslint/parser": "^8.27.0",
85
+ "@typescript-eslint/eslint-plugin": "^8.28.0",
86
+ "@typescript-eslint/parser": "^8.28.0",
87
87
  "autoprefixer": "^10.4.21",
88
88
  "chai": "^5.2.0",
89
89
  "core-js": "^3.41.0",
@@ -107,14 +107,14 @@
107
107
  "prettier": "^3.5.3",
108
108
  "prop-types": "^15.8.1",
109
109
  "react": "^19.0.0",
110
- "react-component-instance": "^0.0.13",
111
- "react-component-snapshot": "^0.0.11",
110
+ "react-component-instance": "^0.0.14",
111
+ "react-component-snapshot": "^0.0.13",
112
112
  "react-dom": "^19.0.0",
113
113
  "react-router": "^7.4.0",
114
114
  "remove-files-webpack-plugin": "^1.5.0",
115
115
  "sass": "^1.86.0",
116
116
  "sass-loader": "^16.0.5",
117
- "storybook": "^8.6.8",
117
+ "storybook": "^8.6.9",
118
118
  "stylelint": "^16.16.0",
119
119
  "stylelint-config-recommended-scss": "^14.1.0",
120
120
  "stylelint-scss": "^6.11.1",