@strapi/upgrade 0.0.0-next.68883a121b7f22cc4ba74b40e02159d567c34e84 → 0.0.0-next.6a38f974ec7350286f5c323503fb1e90c54da7ca
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.6a38f974ec7350286f5c323503fb1e90c54da7ca",
|
|
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.6a38f974ec7350286f5c323503fb1e90c54da7ca",
|
|
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.6a38f974ec7350286f5c323503fb1e90c54da7ca",
|
|
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.6a38f974ec7350286f5c323503fb1e90c54da7ca",
|
|
85
85
|
"rimraf": "5.0.5"
|
|
86
86
|
},
|
|
87
87
|
"engines": {
|