shinkansen-sprockets 2.1.31 → 2.1.33
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 +5 -5
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "shinkansen-sprockets",
|
3
|
-
"version": "2.1.
|
3
|
+
"version": "2.1.33",
|
4
4
|
"description": "Shinkansen Sprockets",
|
5
5
|
"keywords": [
|
6
6
|
"Shinkansen",
|
@@ -81,8 +81,8 @@
|
|
81
81
|
"@types/jest": "^29.5.14",
|
82
82
|
"@types/mocha": "^10.0.10",
|
83
83
|
"@types/prop-types": "^15.7.14",
|
84
|
-
"@types/react": "^19.1.
|
85
|
-
"@types/react-dom": "^19.1.
|
84
|
+
"@types/react": "^19.1.1",
|
85
|
+
"@types/react-dom": "^19.1.2",
|
86
86
|
"@typescript-eslint/eslint-plugin": "^8.29.1",
|
87
87
|
"@typescript-eslint/parser": "^8.29.1",
|
88
88
|
"autoprefixer": "^10.4.21",
|
@@ -108,8 +108,8 @@
|
|
108
108
|
"prettier": "^3.5.3",
|
109
109
|
"prop-types": "^15.8.1",
|
110
110
|
"react": "^19.1.0",
|
111
|
-
"react-component-instance": "^0.0.
|
112
|
-
"react-component-snapshot": "^0.0.
|
111
|
+
"react-component-instance": "^0.0.26",
|
112
|
+
"react-component-snapshot": "^0.0.30",
|
113
113
|
"react-dom": "^19.1.0",
|
114
114
|
"react-router": "^7.5.0",
|
115
115
|
"remove-files-webpack-plugin": "^1.5.0",
|