Skip to content

Commit 86325c8

Browse files
author
nicosammito
committed
feat: add avvvatars-react to dependencies and update package configuration
1 parent 7c19036 commit 86325c8

2 files changed

Lines changed: 39 additions & 10 deletions

File tree

package-lock.json

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

package.json

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,12 @@
2323
"@code0-tech/sagittarius-graphql-types": "^0.0.0-703d578a55a3f0f20be3cb6892418f9e04d25716",
2424
"@codemirror/autocomplete": "^6.20.0",
2525
"@codemirror/lang-json": "^6.0.2",
26+
"@codemirror/language": "^6.12.1",
27+
"@codemirror/lint": "^6.9.4",
28+
"@codemirror/state": "^6.5.4",
29+
"@codemirror/view": "^6.39.13",
2630
"@dagrejs/dagre": "^2.0.3",
31+
"@lezer/common": "^1.5.1",
2732
"@mdx-js/react": "^3.1.1",
2833
"@monaco-editor/react": "^4.7.0",
2934
"@radix-ui/react-checkbox": "^1.3.3",
@@ -93,11 +98,7 @@
9398
"vite-plugin-dts": "^4.5.4",
9499
"vite-plugin-lib-inject-css": "^2.2.2",
95100
"vitest": "^4.0.17",
96-
"@codemirror/lint": "^6.9.4",
97-
"@codemirror/language": "^6.12.1",
98-
"@codemirror/state": "^6.5.4",
99-
"@codemirror/view": "^6.39.13",
100-
"@lezer/common": "^1.5.1"
101+
"avvvatars-react": "^0.4.2"
101102
},
102103
"main": "dist/index.js",
103104
"repository": {
@@ -112,11 +113,11 @@
112113
"@ariakit/react": "^0.4.17",
113114
"@code0-tech/sagittarius-graphql-types": "0.0.0-703d578a55a3f0f20be3cb6892418f9e04d25716",
114115
"@codemirror/autocomplete": "^6.20.0",
115-
"@codemirror/lint": "^6.9.4",
116-
"@codemirror/view": "^6.39.13",
117116
"@codemirror/lang-json": "^6.0.2",
118-
"@codemirror/state": "^6.5.4",
119117
"@codemirror/language": "^6.12.1",
118+
"@codemirror/lint": "^6.9.4",
119+
"@codemirror/state": "^6.5.4",
120+
"@codemirror/view": "^6.39.13",
120121
"@monaco-editor/react": "^4.7.0",
121122
"@radix-ui/react-checkbox": "^1.3.3",
122123
"@radix-ui/react-context-menu": "^2.2.16",
@@ -144,7 +145,8 @@
144145
"react-resizable-panels": "^4.3.1",
145146
"react-syntax-highlighter": "^16.1.0",
146147
"react-zoom-pan-pinch": "^3.7.0",
147-
"sonner": "^2.0.7"
148+
"sonner": "^2.0.7",
149+
"avvvatars-react": "^0.4.2"
148150
},
149151
"publishConfig": {
150152
"access": "public"

0 commit comments

Comments
 (0)