@revisium/admin 1.4.1 → 1.5.0
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/assets/index-BWl--acD.js +1222 -0
- package/dist/index.html +1 -1
- package/package.json +3 -6
- package/dist/assets/index-I_MafNn5.js +0 -1515
package/dist/index.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
7
7
|
<title>Revisium</title>
|
8
8
|
<script type="text/javascript" src="/env.js"></script>
|
9
|
-
<script type="module" crossorigin src="/assets/index-
|
9
|
+
<script type="module" crossorigin src="/assets/index-BWl--acD.js"></script>
|
10
10
|
<link rel="stylesheet" crossorigin href="/assets/index-B8hvGl6j.css">
|
11
11
|
</head>
|
12
12
|
<body>
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@revisium/admin",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.5.0",
|
4
4
|
"description": "Revisium is a tool (UI/API) inspired by JSON (JSON Schema) and Git, designed to provide a flexible and low-level headless CMS solution.",
|
5
5
|
"private": false,
|
6
6
|
"homepage": "https://revisium.io",
|
@@ -35,16 +35,13 @@
|
|
35
35
|
"@apollo/client": "3.10.4",
|
36
36
|
"@apollo/sandbox": "2.7.1",
|
37
37
|
"@atlaskit/drag-and-drop": "0.15.1",
|
38
|
-
"@chakra-ui/
|
39
|
-
"@chakra-ui/react": "2.8.2",
|
38
|
+
"@chakra-ui/react": "3.19.1",
|
40
39
|
"@codemirror/lang-markdown": "6.3.2",
|
41
|
-
"@emotion/react": "11.
|
42
|
-
"@emotion/styled": "11.11.5",
|
40
|
+
"@emotion/react": "11.14.0",
|
43
41
|
"@uiw/codemirror-themes-all": "4.23.12",
|
44
42
|
"@uiw/react-codemirror": "4.23.12",
|
45
43
|
"ajv": "8.16.0",
|
46
44
|
"date-fns": "3.3.1",
|
47
|
-
"framer-motion": "10.16.4",
|
48
45
|
"graphql": "16.8.1",
|
49
46
|
"graphql-request": "6.1.0",
|
50
47
|
"jwt-decode": "4.0.0",
|