@carbon/upgrade 11.35.0-rc.0 → 11.35.0
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/cli.js
CHANGED
|
@@ -44383,7 +44383,7 @@ var upgrades = [
|
|
|
44383
44383
|
var package_default = {
|
|
44384
44384
|
name: "@carbon/upgrade",
|
|
44385
44385
|
description: "A tool for upgrading Carbon versions",
|
|
44386
|
-
version: "11.35.0
|
|
44386
|
+
version: "11.35.0",
|
|
44387
44387
|
license: "Apache-2.0",
|
|
44388
44388
|
bin: {
|
|
44389
44389
|
"carbon-upgrade": "./bin/carbon-upgrade.js"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/upgrade",
|
|
3
3
|
"description": "A tool for upgrading Carbon versions",
|
|
4
|
-
"version": "11.35.0
|
|
4
|
+
"version": "11.35.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"bin": {
|
|
7
7
|
"carbon-upgrade": "./bin/carbon-upgrade.js"
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"@ibm/telemetry-js": "^1.5.0",
|
|
61
61
|
"jscodeshift": "^17.0.0"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "44f7fd230585f66d32c839d1c11d2992d5929294"
|
|
64
64
|
}
|
|
@@ -96,7 +96,7 @@ export const CombinedFlags = () => {
|
|
|
96
96
|
'enable-v12-tile-default-icons': true,
|
|
97
97
|
'enable-v12-tile-radio-icons': true,
|
|
98
98
|
'enable-v12-overflowmenu': true,
|
|
99
|
-
'enable-treeview-controllable': true,
|
|
99
|
+
'enable-treeview-controllable': true,
|
|
100
100
|
'enable-experimental-focus-wrap-without-sentinels': true,
|
|
101
101
|
'enable-v11-release': true,
|
|
102
102
|
'enable-css-custom-properties': true,
|