@tinacms/cli 1.5.18 → 1.5.19

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 -3
  2. package/package.json +6 -6
package/dist/index.js CHANGED
@@ -31,7 +31,7 @@ module.exports = __toCommonJS(src_exports);
31
31
  var import_clipanion8 = require("clipanion");
32
32
 
33
33
  // package.json
34
- var version = "1.5.18";
34
+ var version = "1.5.19";
35
35
 
36
36
  // src/next/commands/dev-command/index.ts
37
37
  var import_clipanion2 = require("clipanion");
@@ -541,7 +541,6 @@ var import_postcss_nested = __toESM(require("postcss-nested/index.js"));
541
541
  var import_nesting = __toESM(require("tailwindcss/nesting/index.js"));
542
542
  var import_defaultTheme = __toESM(require("tailwindcss/defaultTheme.js"));
543
543
  var import_typography = __toESM(require("@tailwindcss/typography"));
544
- var import_line_clamp = __toESM(require("@tailwindcss/line-clamp"));
545
544
  var import_aspect_ratio = __toESM(require("@tailwindcss/aspect-ratio"));
546
545
  var import_path2 = __toESM(require("path"));
547
546
  var tinaTailwind = (spaPath, configFilePath) => {
@@ -770,7 +769,6 @@ var tinaTailwind = (spaPath, configFilePath) => {
770
769
  content: content2,
771
770
  plugins: [
772
771
  (0, import_typography.default)({ className: "tina-prose" }),
773
- import_line_clamp.default,
774
772
  import_aspect_ratio.default
775
773
  ]
776
774
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/cli",
3
- "version": "1.5.18",
3
+ "version": "1.5.19",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
6
6
  "files": [
@@ -58,12 +58,12 @@
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.16",
62
- "@tinacms/datalayer": "1.2.16",
63
- "@tinacms/graphql": "1.4.16",
61
+ "@tinacms/app": "1.2.17",
62
+ "@tinacms/datalayer": "1.2.17",
63
+ "@tinacms/graphql": "1.4.17",
64
64
  "@tinacms/metrics": "1.0.2",
65
- "@tinacms/schema-tools": "1.4.5",
66
- "@tinacms/search": "1.0.1",
65
+ "@tinacms/schema-tools": "1.4.6",
66
+ "@tinacms/search": "1.0.2",
67
67
  "@vitejs/plugin-react": "3.1.0",
68
68
  "ajv": "^6.12.3",
69
69
  "altair-express-middleware": "4.0.6",