This commit is contained in:
tonyrewin 2022-11-15 18:52:21 +03:00
parent 8ac3e50d21
commit 8db611bfc4
2 changed files with 400 additions and 387 deletions

View File

@ -33,15 +33,15 @@
"mailgun.js": "^8.0.2"
},
"devDependencies": {
"@astrojs/solid-js": "^1.2.2",
"@astrojs/solid-js": "^1.2.3",
"@astrojs/vercel": "^2.3.3",
"@babel/core": "^7.20.2",
"@graphql-codegen/cli": "^2.13.11",
"@graphql-codegen/typescript": "^2.8.1",
"@graphql-codegen/typescript-operations": "^2.5.6",
"@graphql-codegen/cli": "^2.13.12",
"@graphql-codegen/typescript": "^2.8.2",
"@graphql-codegen/typescript-operations": "^2.5.7",
"@graphql-codegen/typescript-urql": "^3.7.3",
"@graphql-codegen/urql-introspection": "^2.2.1",
"@graphql-tools/url-loader": "^7.16.15",
"@graphql-tools/url-loader": "^7.16.16",
"@graphql-typed-document-node/core": "^3.1.1",
"@nanostores/router": "^0.7.0",
"@nanostores/solid": "^0.3.0",
@ -53,13 +53,13 @@
"@types/express": "^4.17.14",
"@types/node": "^18.11.9",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"@urql/core": "^3.0.5",
"@urql/devtools": "^2.0.3",
"@urql/exchange-auth": "^1.0.0",
"@urql/exchange-graphcache": "^5.0.5",
"astro": "^1.6.7",
"astro": "^1.6.8",
"astro-eslint-parser": "^0.9.0",
"bcryptjs": "^2.4.3",
"bootstrap": "5.1.3",
@ -91,7 +91,7 @@
"markdown-it-implicit-figures": "^0.10.0",
"markdown-it-mark": "^3.0.1",
"markdown-it-replace-link": "^1.1.0",
"nanostores": "^0.7.0",
"nanostores": "^0.7.1",
"orderedmap": "^2.1.0",
"postcss": "^8.4.19",
"postcss-modules": "5.0.0",
@ -106,11 +106,11 @@
"prosemirror-keymap": "^1.2.0",
"prosemirror-markdown": "^1.10.1",
"prosemirror-menu": "^1.2.1",
"prosemirror-model": "^1.18.1",
"prosemirror-model": "^1.18.2",
"prosemirror-schema-list": "^1.2.2",
"prosemirror-state": "^1.4.2",
"prosemirror-view": "^1.29.0",
"rollup": "^2.0.0",
"prosemirror-view": "^1.29.1",
"rollup": "^2.79.1",
"rollup-plugin-visualizer": "^5.8.3",
"sass": "^1.56.1",
"solid-devtools": "^0.22.0",
@ -132,7 +132,7 @@
"undici": "^5.12.0",
"unique-names-generator": "^4.7.1",
"uuid": "^9.0.0",
"vite": "^3.2.3",
"vite": "^3.2.4",
"ws": "^8.11.0",
"y-prosemirror": "^1.2.0",
"y-protocols": "^1.0.5",

File diff suppressed because it is too large Load Diff