@strapi/upgrade 0.0.0-next.9ee35b96a156316b69719c0e5fec26bce796b251 → 0.0.0-next.a1da9b829e36a866a425439d22ab6f484b547d9f
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/dist/package.json.js +1 -1
- package/dist/package.json.mjs +1 -1
- package/package.json +4 -4
package/dist/package.json.js
CHANGED
package/dist/package.json.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@strapi/upgrade",
|
|
3
|
-
"version": "0.0.0-next.
|
|
3
|
+
"version": "0.0.0-next.a1da9b829e36a866a425439d22ab6f484b547d9f",
|
|
4
4
|
"description": "CLI to upgrade Strapi applications effortless",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"strapi",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"watch": "run -T rollup -c -w"
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
|
-
"@strapi/utils": "0.0.0-next.
|
|
64
|
+
"@strapi/utils": "0.0.0-next.a1da9b829e36a866a425439d22ab6f484b547d9f",
|
|
65
65
|
"chalk": "4.1.2",
|
|
66
66
|
"cli-table3": "0.6.2",
|
|
67
67
|
"commander": "8.3.0",
|
|
@@ -78,10 +78,10 @@
|
|
|
78
78
|
"undici": "6.21.2"
|
|
79
79
|
},
|
|
80
80
|
"devDependencies": {
|
|
81
|
-
"@strapi/types": "0.0.0-next.
|
|
81
|
+
"@strapi/types": "0.0.0-next.a1da9b829e36a866a425439d22ab6f484b547d9f",
|
|
82
82
|
"@types/fs-extra": "11.0.4",
|
|
83
83
|
"@types/jscodeshift": "0.12.0",
|
|
84
|
-
"eslint-config-custom": "0.0.0-next.
|
|
84
|
+
"eslint-config-custom": "0.0.0-next.a1da9b829e36a866a425439d22ab6f484b547d9f",
|
|
85
85
|
"rimraf": "5.0.5"
|
|
86
86
|
},
|
|
87
87
|
"engines": {
|