Skip to content

Commit e43dbfa

Browse files
author
nicosammito
committed
chore: update @code0-tech/sagittarius-graphql-types version and clean up dependencies
1 parent 7cb95a7 commit e43dbfa

2 files changed

Lines changed: 23 additions & 23 deletions

File tree

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,12 @@
2020
"@ariakit/react": "^0.4.17",
2121
"@babel/plugin-proposal-decorators": "^7.29.0",
2222
"@babel/plugin-transform-class-properties": "^7.28.6",
23-
"@code0-tech/sagittarius-graphql-types": "^0.0.0-e610ffe24a7dc3cf7b4c285994830412410f229e",
23+
"@code0-tech/sagittarius-graphql-types": "^0.0.0-703d578a55a3f0f20be3cb6892418f9e04d25716",
24+
"@codemirror/autocomplete": "^6.20.0",
25+
"@codemirror/lang-json": "^6.0.2",
2426
"@dagrejs/dagre": "^2.0.3",
2527
"@mdx-js/react": "^3.1.1",
28+
"@monaco-editor/react": "^4.7.0",
2629
"@radix-ui/react-checkbox": "^1.3.3",
2730
"@radix-ui/react-context-menu": "^2.2.16",
2831
"@radix-ui/react-dialog": "^1.1.15",
@@ -31,7 +34,6 @@
3134
"@radix-ui/react-one-time-password-field": "^0.1.8",
3235
"@radix-ui/react-radio-group": "^1.3.8",
3336
"@radix-ui/react-scroll-area": "^1.2.10",
34-
"ldrs": "^1.1.9",
3537
"@radix-ui/react-tabs": "^1.1.13",
3638
"@radix-ui/react-toggle-group": "^1.1.11",
3739
"@radix-ui/react-tooltip": "^1.2.8",
@@ -52,6 +54,8 @@
5254
"@types/react": "^19.2.8",
5355
"@types/react-dom": "^19.2.3",
5456
"@types/react-syntax-highlighter": "^15.5.13",
57+
"@uiw/codemirror-themes": "^4.25.4",
58+
"@uiw/react-codemirror": "^4.25.4",
5559
"@vitejs/plugin-react": "^5.1.3",
5660
"@vitest/browser-playwright": "^4.0.17",
5761
"@vitest/coverage-v8": "^4.0.17",
@@ -66,13 +70,15 @@
6670
"identity-obj-proxy": "^3.0.0",
6771
"jest-image-snapshot": "^6.5.1",
6872
"js-md5": "^0.8.3",
73+
"ldrs": "^1.1.9",
6974
"merge-props": "^6.0.0",
7075
"overlap-area": "^1.1.0",
7176
"playwright": "1.58.1",
7277
"react": "^19.2.3",
7378
"react-contenteditable": "^3.3.7",
7479
"react-dom": "^19.2.3",
7580
"react-resizable-panels": "^4.6.2",
81+
"react-syntax-highlighter": "^16.1.0",
7682
"react-zoom-pan-pinch": "^3.7.0",
7783
"rimraf": "^6.1.2",
7884
"sass": "^1.97.2",
@@ -86,13 +92,7 @@
8692
"vite": "^7.3.1",
8793
"vite-plugin-dts": "^4.5.4",
8894
"vite-plugin-lib-inject-css": "^2.2.2",
89-
"vitest": "^4.0.17",
90-
"@codemirror/autocomplete": "^6.20.0",
91-
"@codemirror/lang-json": "^6.0.2",
92-
"@monaco-editor/react": "^4.7.0",
93-
"@uiw/codemirror-themes": "^4.25.4",
94-
"@uiw/react-codemirror": "^4.25.4",
95-
"react-syntax-highlighter": "^16.1.0"
95+
"vitest": "^4.0.17"
9696
},
9797
"main": "dist/index.js",
9898
"repository": {
@@ -105,7 +105,10 @@
105105
"types": "dist/index.d.ts",
106106
"peerDependencies": {
107107
"@ariakit/react": "^0.4.17",
108-
"@code0-tech/sagittarius-graphql-types": "0.0.0-e610ffe24a7dc3cf7b4c285994830412410f229e",
108+
"@code0-tech/sagittarius-graphql-types": "0.0.0-703d578a55a3f0f20be3cb6892418f9e04d25716",
109+
"@codemirror/autocomplete": "^6.20.0",
110+
"@codemirror/lang-json": "^6.0.2",
111+
"@monaco-editor/react": "^4.7.0",
109112
"@radix-ui/react-checkbox": "^1.3.3",
110113
"@radix-ui/react-context-menu": "^2.2.16",
111114
"@radix-ui/react-dialog": "^1.1.15",
@@ -118,24 +121,21 @@
118121
"@radix-ui/react-toggle-group": "^1.1.11",
119122
"@radix-ui/react-tooltip": "^1.2.8",
120123
"@tabler/icons-react": "3.36.1",
124+
"@uiw/codemirror-themes": "^4.25.4",
125+
"@uiw/react-codemirror": "^4.25.4",
121126
"@xyflow/react": "^12.10.0",
122127
"cmdk": "^1.1.1",
123128
"js-md5": "^0.8.3",
129+
"ldrs": "^1.1.9",
124130
"merge-props": "^6.0.0",
125131
"overlap-area": "^1.1.0",
126132
"react": "^18.0.0 || ^19.0.0",
127133
"react-contenteditable": "^3.3.7",
128134
"react-dom": "^18.0.0 || ^19.0.0",
129135
"react-resizable-panels": "^4.3.1",
130-
"react-zoom-pan-pinch": "^3.7.0",
131-
"sonner": "^2.0.7",
132-
"@codemirror/autocomplete": "^6.20.0",
133-
"@codemirror/lang-json": "^6.0.2",
134-
"@monaco-editor/react": "^4.7.0",
135-
"@uiw/codemirror-themes": "^4.25.4",
136-
"@uiw/react-codemirror": "^4.25.4",
137136
"react-syntax-highlighter": "^16.1.0",
138-
"ldrs": "^1.1.9"
137+
"react-zoom-pan-pinch": "^3.7.0",
138+
"sonner": "^2.0.7"
139139
},
140140
"publishConfig": {
141141
"access": "public"

0 commit comments

Comments
 (0)