@tinacms/cli 0.0.0-20240603083347 → 0.0.0-20240604233227
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/dist/index.js +2 -2
- package/package.json +8 -8
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.
|
|
34
|
+
var version = "1.5.46";
|
|
35
35
|
|
|
36
36
|
// src/next/commands/dev-command/index.ts
|
|
37
37
|
var import_clipanion2 = require("clipanion");
|
|
@@ -974,7 +974,7 @@ var createConfig = async ({
|
|
|
974
974
|
appType: "spa",
|
|
975
975
|
resolve: {
|
|
976
976
|
alias,
|
|
977
|
-
dedupe: ["graphql", "tinacms", "react", "react-dom"]
|
|
977
|
+
dedupe: ["graphql", "tinacms", "react", "react-dom", "react-router-dom"]
|
|
978
978
|
},
|
|
979
979
|
define: {
|
|
980
980
|
"process.env": `new Object(${JSON.stringify(publicEnv)})`,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tinacms/cli",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-20240604233227",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"typings": "dist/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
]
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@tinacms/scripts": "
|
|
24
|
+
"@tinacms/scripts": "1.1.4",
|
|
25
25
|
"@types/clear": "0.1.0",
|
|
26
26
|
"@types/cli-spinner": "^0.2.1",
|
|
27
27
|
"@types/cors": "2.8.5",
|
|
@@ -57,13 +57,13 @@
|
|
|
57
57
|
"@tailwindcss/aspect-ratio": "^0.4.0",
|
|
58
58
|
"@tailwindcss/line-clamp": "^0.3.1",
|
|
59
59
|
"@tailwindcss/typography": "^0.5.9",
|
|
60
|
-
"@tinacms/app": "
|
|
61
|
-
"tinacms": "
|
|
62
|
-
"@tinacms/datalayer": "
|
|
63
|
-
"@tinacms/graphql": "
|
|
60
|
+
"@tinacms/app": "1.2.42",
|
|
61
|
+
"tinacms": "1.6.4",
|
|
62
|
+
"@tinacms/datalayer": "1.2.35",
|
|
63
|
+
"@tinacms/graphql": "1.4.35",
|
|
64
64
|
"@tinacms/metrics": "1.0.2",
|
|
65
|
-
"@tinacms/schema-tools": "
|
|
66
|
-
"@tinacms/search": "
|
|
65
|
+
"@tinacms/schema-tools": "1.4.16",
|
|
66
|
+
"@tinacms/search": "1.0.20",
|
|
67
67
|
"@vitejs/plugin-react": "3.1.0",
|
|
68
68
|
"ajv": "^6.12.3",
|
|
69
69
|
"altair-express-middleware": "4.0.6",
|