@strapi/plugin-cloud 0.0.0-next.7150c563ca52765213874a111c32237ef1fa8571 → 0.0.0-next.f5b09a8e61e059f02784478e27c310c6290be088

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 +18 -20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strapi/plugin-cloud",
3
- "version": "0.0.0-next.7150c563ca52765213874a111c32237ef1fa8571",
3
+ "version": "0.0.0-next.f5b09a8e61e059f02784478e27c310c6290be088",
4
4
  "description": "Instructions to deploy your local project to Strapi Cloud",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -32,41 +32,39 @@
32
32
  "build": "strapi plugin:build --force",
33
33
  "clean": "run -T rimraf ./dist",
34
34
  "develop": "strapi plugin:watch",
35
- "lint": "yarn lint:project && yarn lint:front",
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": "^1.12.0",
43
- "@strapi/helper-plugin": "0.0.0-next.7150c563ca52765213874a111c32237ef1fa8571",
44
- "@strapi/icons": "^1.12.0",
40
+ "@strapi/design-system": "1.13.0",
41
+ "@strapi/helper-plugin": "0.0.0-next.f5b09a8e61e059f02784478e27c310c6290be088",
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.7150c563ca52765213874a111c32237ef1fa8571",
49
- "@types/react": "^18.2.7",
50
- "@types/react-dom": "^18.2.12",
46
+ "@strapi/strapi": "0.0.0-next.f5b09a8e61e059f02784478e27c310c6290be088",
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.7150c563ca52765213874a111c32237ef1fa8571",
54
- "react": "^18.2.0",
55
- "react-dom": "^18.2.0",
56
- "react-router-dom": "^5.3.4",
57
- "styled-components": "^5.3.3",
58
- "tsconfig": "0.0.0-next.7150c563ca52765213874a111c32237ef1fa8571",
51
+ "eslint-config-custom": "0.0.0-next.f5b09a8e61e059f02784478e27c310c6290be088",
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.f5b09a8e61e059f02784478e27c310c6290be088",
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": "^5.3.4",
66
- "styled-components": "^5.3.6"
63
+ "react-router-dom": "5.3.4",
64
+ "styled-components": "5.3.3"
67
65
  },
68
66
  "engines": {
69
- "node": ">=14.19.1 <=18.x.x",
67
+ "node": ">=18.0.0 <=20.x.x",
70
68
  "npm": ">=6.0.0"
71
69
  },
72
70
  "strapi": {
@@ -75,5 +73,5 @@
75
73
  "kind": "plugin",
76
74
  "displayName": "Strapi Cloud"
77
75
  },
78
- "gitHead": "7150c563ca52765213874a111c32237ef1fa8571"
76
+ "gitHead": "f5b09a8e61e059f02784478e27c310c6290be088"
79
77
  }