@canva/cli 0.0.1-beta.4 → 0.0.1-beta.5

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@canva/cli",
3
- "version": "0.0.1-beta.4",
3
+ "version": "0.0.1-beta.5",
4
4
  "description": "The official Canva CLI.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Canva Pty Ltd.",
@@ -6,7 +6,7 @@
6
6
  "license": "SEE LICENSE IN LICENSE.md",
7
7
  "author": "Canva Pty Ltd.",
8
8
  "dependencies": {
9
- "@canva/app-ui-kit": "^4.1.0",
9
+ "@canva/app-ui-kit": "^4.2.0",
10
10
  "@canva/asset": "^2.0.0",
11
11
  "@canva/design": "^2.1.0",
12
12
  "@canva/error": "^2.0.0",
@@ -0,0 +1 @@
1
+ 20.10.0
@@ -0,0 +1,21 @@
1
+ {
2
+ "arrowParens": "always",
3
+ "bracketSpacing": true,
4
+ "endOfLine": "lf",
5
+ "htmlWhitespaceSensitivity": "css",
6
+ "insertPragma": false,
7
+ "singleAttributePerLine": false,
8
+ "bracketSameLine": false,
9
+ "jsxSingleQuote": false,
10
+ "printWidth": 80,
11
+ "proseWrap": "preserve",
12
+ "quoteProps": "as-needed",
13
+ "requirePragma": false,
14
+ "semi": true,
15
+ "singleQuote": false,
16
+ "tabWidth": 2,
17
+ "trailingComma": "all",
18
+ "useTabs": false,
19
+ "embeddedLanguageFormatting": "auto",
20
+ "experimentalTernaries": false
21
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ // For developers using vscode we recommend the following extensions. Following
3
+ // and listening to the formatting and linting guidelines can help with
4
+ // implementation quality and in some instances reduce app review timelines.
5
+ "recommendations": ["esbenp.prettier-vscode", "dbaeumer.vscode-eslint"]
6
+ }
@@ -18,7 +18,7 @@
18
18
  "dependencies": {
19
19
  "@canva/app-components": "^1.0.0-beta.29",
20
20
  "@canva/app-i18n-kit": "^1.0.0",
21
- "@canva/app-ui-kit": "^4.1.0",
21
+ "@canva/app-ui-kit": "^4.2.0",
22
22
  "@canva/asset": "^2.0.0",
23
23
  "@canva/design": "^2.1.0",
24
24
  "@canva/platform": "^2.0.0",
@@ -17,7 +17,7 @@
17
17
  },
18
18
  "dependencies": {
19
19
  "@canva/app-i18n-kit": "^1.0.0",
20
- "@canva/app-ui-kit": "^4.1.0",
20
+ "@canva/app-ui-kit": "^4.2.0",
21
21
  "@canva/asset": "^2.0.0",
22
22
  "@canva/design": "^2.1.0",
23
23
  "@canva/platform": "^2.0.0",
@@ -16,7 +16,7 @@
16
16
  "test:watch": "jest --watchAll"
17
17
  },
18
18
  "dependencies": {
19
- "@canva/app-ui-kit": "^4.1.0",
19
+ "@canva/app-ui-kit": "^4.2.0",
20
20
  "@canva/app-i18n-kit": "^1.0.0",
21
21
  "@canva/design": "^2.1.0",
22
22
  "@canva/platform": "^2.0.0",