@tinacms/cli 1.5.2 → 1.5.3

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 (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +9 -9
package/dist/index.js CHANGED
@@ -31,7 +31,7 @@ module.exports = __toCommonJS(src_exports);
31
31
  var import_clipanion6 = require("clipanion");
32
32
 
33
33
  // package.json
34
- var version = "1.5.2";
34
+ var version = "1.5.3";
35
35
 
36
36
  // src/next/commands/dev-command/index.ts
37
37
  var import_clipanion = require("clipanion");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/cli",
3
- "version": "1.5.2",
3
+ "version": "1.5.3",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
6
6
  "files": [
@@ -21,6 +21,7 @@
21
21
  ]
22
22
  },
23
23
  "devDependencies": {
24
+ "@tinacms/scripts": "1.1.0",
24
25
  "@types/clear": "0.1.0",
25
26
  "@types/cli-spinner": "^0.2.1",
26
27
  "@types/cors": "2.8.5",
@@ -40,8 +41,7 @@
40
41
  "@types/prompts": "^2.0.13",
41
42
  "@types/yup": "^0.29.11",
42
43
  "jest": "^27.0.6",
43
- "typescript": "4.3.5",
44
- "@tinacms/scripts": "1.1.0"
44
+ "typescript": "4.3.5"
45
45
  },
46
46
  "dependencies": {
47
47
  "@graphql-codegen/core": "^2.1.0",
@@ -58,6 +58,11 @@
58
58
  "@tailwindcss/aspect-ratio": "^0.4.0",
59
59
  "@tailwindcss/line-clamp": "^0.3.1",
60
60
  "@tailwindcss/typography": "^0.5.9",
61
+ "@tinacms/app": "1.2.3",
62
+ "@tinacms/datalayer": "1.2.4",
63
+ "@tinacms/graphql": "1.4.4",
64
+ "@tinacms/metrics": "1.0.2",
65
+ "@tinacms/schema-tools": "1.4.2",
61
66
  "@vitejs/plugin-react": "3.1.0",
62
67
  "ajv": "^6.12.3",
63
68
  "altair-express-middleware": "4.0.6",
@@ -100,12 +105,7 @@
100
105
  "vite": "4.1.4",
101
106
  "yarn": "^1.22.17",
102
107
  "yup": "^0.32.9",
103
- "zod": "^3.14.3",
104
- "@tinacms/app": "1.2.3",
105
- "@tinacms/datalayer": "1.2.3",
106
- "@tinacms/graphql": "1.4.3",
107
- "@tinacms/metrics": "1.0.2",
108
- "@tinacms/schema-tools": "1.4.2"
108
+ "zod": "^3.14.3"
109
109
  },
110
110
  "publishConfig": {
111
111
  "registry": "https://registry.npmjs.org"