@strapi/plugin-cloud 0.0.0-next.7150c563ca52765213874a111c32237ef1fa8571 → 0.0.0-next.d482633e774699cc8d4e05531deaeb6001e791cd
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 +17 -19
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@strapi/plugin-cloud",
|
|
3
|
-
"version": "0.0.0-next.
|
|
3
|
+
"version": "0.0.0-next.d482633e774699cc8d4e05531deaeb6001e791cd",
|
|
4
4
|
"description": "Instructions to deploy your local project to Strapi Cloud",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
@@ -32,38 +32,36 @@
|
|
|
32
32
|
"build": "strapi plugin:build --force",
|
|
33
33
|
"clean": "run -T rimraf ./dist",
|
|
34
34
|
"develop": "strapi plugin:watch",
|
|
35
|
-
"lint": "
|
|
36
|
-
"lint:front": "run -T eslint ./admin -c ./admin/.eslintrc.js",
|
|
37
|
-
"lint:project": "run -T eslint . -c ./.eslintrc.js",
|
|
35
|
+
"lint": "run -T eslint .",
|
|
38
36
|
"prepublishOnly": "yarn clean && yarn build",
|
|
39
37
|
"test:ts:front": "run -T tsc -p admin/tsconfig.json"
|
|
40
38
|
},
|
|
41
39
|
"dependencies": {
|
|
42
|
-
"@strapi/design-system": "
|
|
43
|
-
"@strapi/helper-plugin": "0.0.0-next.
|
|
44
|
-
"@strapi/icons": "
|
|
40
|
+
"@strapi/design-system": "1.13.0",
|
|
41
|
+
"@strapi/helper-plugin": "0.0.0-next.d482633e774699cc8d4e05531deaeb6001e791cd",
|
|
42
|
+
"@strapi/icons": "1.13.0",
|
|
45
43
|
"react-intl": "6.4.1"
|
|
46
44
|
},
|
|
47
45
|
"devDependencies": {
|
|
48
|
-
"@strapi/strapi": "0.0.0-next.
|
|
49
|
-
"@types/react": "
|
|
50
|
-
"@types/react-dom": "
|
|
46
|
+
"@strapi/strapi": "0.0.0-next.d482633e774699cc8d4e05531deaeb6001e791cd",
|
|
47
|
+
"@types/react": "18.2.7",
|
|
48
|
+
"@types/react-dom": "18.2.12",
|
|
51
49
|
"@types/react-router-dom": "^5.3.3",
|
|
52
50
|
"@types/styled-components": "5.1.26",
|
|
53
|
-
"eslint-config-custom": "0.0.0-next.
|
|
54
|
-
"react": "
|
|
55
|
-
"react-dom": "
|
|
56
|
-
"react-router-dom": "
|
|
57
|
-
"styled-components": "
|
|
58
|
-
"tsconfig": "0.0.0-next.
|
|
51
|
+
"eslint-config-custom": "0.0.0-next.d482633e774699cc8d4e05531deaeb6001e791cd",
|
|
52
|
+
"react": "18.2.0",
|
|
53
|
+
"react-dom": "18.2.0",
|
|
54
|
+
"react-router-dom": "5.3.4",
|
|
55
|
+
"styled-components": "5.3.3",
|
|
56
|
+
"tsconfig": "0.0.0-next.d482633e774699cc8d4e05531deaeb6001e791cd",
|
|
59
57
|
"typescript": "5.2.2"
|
|
60
58
|
},
|
|
61
59
|
"peerDependencies": {
|
|
62
60
|
"@strapi/strapi": "^4.4.0",
|
|
63
61
|
"react": "^17.0.0 || ^18.0.0",
|
|
64
62
|
"react-dom": "^17.0.0 || ^18.0.0",
|
|
65
|
-
"react-router-dom": "
|
|
66
|
-
"styled-components": "
|
|
63
|
+
"react-router-dom": "5.3.4",
|
|
64
|
+
"styled-components": "5.3.3"
|
|
67
65
|
},
|
|
68
66
|
"engines": {
|
|
69
67
|
"node": ">=14.19.1 <=18.x.x",
|
|
@@ -75,5 +73,5 @@
|
|
|
75
73
|
"kind": "plugin",
|
|
76
74
|
"displayName": "Strapi Cloud"
|
|
77
75
|
},
|
|
78
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "d482633e774699cc8d4e05531deaeb6001e791cd"
|
|
79
77
|
}
|