create-sitecore-jss 22.9.0-canary.22 → 22.9.0-canary.24
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.
|
@@ -114,5 +114,11 @@
|
|
|
114
114
|
"not dead",
|
|
115
115
|
"not ie <= 11",
|
|
116
116
|
"not op_mini all"
|
|
117
|
-
]
|
|
117
|
+
],
|
|
118
|
+
"//": "Resolves security vulnerabilities: https://github.com/facebook/create-react-app/issues/17120",
|
|
119
|
+
"overrides": {
|
|
120
|
+
"nth-check": "2.0.1",
|
|
121
|
+
"postcss": "^8.4.38",
|
|
122
|
+
"webpack-dev-server": "^4.15.2"
|
|
123
|
+
}
|
|
118
124
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-sitecore-jss",
|
|
3
|
-
"version": "22.9.0-canary.
|
|
3
|
+
"version": "22.9.0-canary.24",
|
|
4
4
|
"description": "Sitecore JSS initializer",
|
|
5
5
|
"bin": "./dist/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -63,5 +63,5 @@
|
|
|
63
63
|
"ts-node": "^10.9.2",
|
|
64
64
|
"typescript": "~5.9.2"
|
|
65
65
|
},
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "f7df7352e6e071d563cc1bbdc202990d26d6a791"
|
|
67
67
|
}
|