@strapi/plugin-cloud 0.0.0-next.e09d30edcbd16960a838997778a31d50e9c60bc4 → 0.0.0-next.e6eaa3d0563c85f80fd88b258df70a55c057096e

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.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strapi/plugin-cloud",
3
- "version": "0.0.0-next.e09d30edcbd16960a838997778a31d50e9c60bc4",
3
+ "version": "0.0.0-next.e6eaa3d0563c85f80fd88b258df70a55c057096e",
4
4
  "description": "Instructions to deploy your local project to Strapi Cloud",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -37,22 +37,22 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@strapi/design-system": "1.16.0",
40
- "@strapi/helper-plugin": "0.0.0-next.e09d30edcbd16960a838997778a31d50e9c60bc4",
40
+ "@strapi/helper-plugin": "0.0.0-next.e6eaa3d0563c85f80fd88b258df70a55c057096e",
41
41
  "@strapi/icons": "1.16.0",
42
42
  "react-intl": "6.4.1"
43
43
  },
44
44
  "devDependencies": {
45
- "@strapi/strapi": "0.0.0-next.e09d30edcbd16960a838997778a31d50e9c60bc4",
45
+ "@strapi/strapi": "0.0.0-next.e6eaa3d0563c85f80fd88b258df70a55c057096e",
46
46
  "@types/react": "18.2.39",
47
47
  "@types/react-dom": "18.2.17",
48
48
  "@types/react-router-dom": "^5.3.3",
49
49
  "@types/styled-components": "5.1.32",
50
- "eslint-config-custom": "0.0.0-next.e09d30edcbd16960a838997778a31d50e9c60bc4",
50
+ "eslint-config-custom": "0.0.0-next.e6eaa3d0563c85f80fd88b258df70a55c057096e",
51
51
  "react": "18.2.0",
52
52
  "react-dom": "18.2.0",
53
53
  "react-router-dom": "5.3.4",
54
54
  "styled-components": "5.3.3",
55
- "tsconfig": "0.0.0-next.e09d30edcbd16960a838997778a31d50e9c60bc4",
55
+ "tsconfig": "0.0.0-next.e6eaa3d0563c85f80fd88b258df70a55c057096e",
56
56
  "typescript": "5.2.2"
57
57
  },
58
58
  "peerDependencies": {
@@ -72,5 +72,5 @@
72
72
  "kind": "plugin",
73
73
  "displayName": "Strapi Cloud"
74
74
  },
75
- "gitHead": "e09d30edcbd16960a838997778a31d50e9c60bc4"
75
+ "gitHead": "e6eaa3d0563c85f80fd88b258df70a55c057096e"
76
76
  }