bump-deploy
This commit is contained in:
parent
ae3473312a
commit
b80a497e4d
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -29,3 +29,4 @@ target
|
|||
.vinxi
|
||||
*.pem
|
||||
edge.*
|
||||
.vscode/settings.json
|
||||
|
|
30
package-lock.json
generated
30
package-lock.json
generated
|
@ -64,7 +64,7 @@
|
|||
"@tiptap/extension-youtube": "^2.5.8",
|
||||
"@types/cookie": "^0.6.0",
|
||||
"@types/cookie-signature": "^1.1.2",
|
||||
"@types/node": "^20.14.13",
|
||||
"@types/node": "^20.14.14",
|
||||
"@types/throttle-debounce": "^5.0.2",
|
||||
"@urql/core": "^5.0.5",
|
||||
"bootstrap": "^5.3.3",
|
||||
|
@ -94,8 +94,8 @@
|
|||
"stylelint-config-recommended": "^14.0.1",
|
||||
"stylelint-config-standard-scss": "^13.1.0",
|
||||
"stylelint-order": "^6.0.4",
|
||||
"stylelint-scss": "^6.4.1",
|
||||
"swiper": "^11.1.8",
|
||||
"stylelint-scss": "^6.5.0",
|
||||
"swiper": "^11.1.9",
|
||||
"throttle-debounce": "^5.0.2",
|
||||
"tslib": "^2.6.3",
|
||||
"typescript": "^5.5.4",
|
||||
|
@ -5403,9 +5403,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@types/node": {
|
||||
"version": "20.14.13",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.13.tgz",
|
||||
"integrity": "sha512-+bHoGiZb8UiQ0+WEtmph2IWQCjIqg8MDZMAV+ppRRhUZnquF5mQkP/9vpSwJClEiSM/C7fZZExPzfU0vJTyp8w==",
|
||||
"version": "20.14.15",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.15.tgz",
|
||||
"integrity": "sha512-Fz1xDMCF/B00/tYSVMlmK7hVeLh7jE5f3B7X1/hmV0MJBwE27KlS7EvD/Yp+z1lm8mVhwV5w+n8jOZG8AfTlKw==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
@ -14624,16 +14624,18 @@
|
|||
}
|
||||
},
|
||||
"node_modules/stylelint-scss": {
|
||||
"version": "6.4.1",
|
||||
"resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-6.4.1.tgz",
|
||||
"integrity": "sha512-+clI2bQC2FPOt06ZwUlXZZ95IO2C5bKTP0GLN1LNQPVvISfSNcgMKv/VTwym1mK9vnqhHbOk8lO4rj4nY7L9pw==",
|
||||
"version": "6.5.0",
|
||||
"resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-6.5.0.tgz",
|
||||
"integrity": "sha512-yOnYlr71wrTPT3rYyUurgTj6Rw7JUtzsZQsiPEjvs+k/yqoYHdweqpw6XN/ARpxjAuvJpddoMUvV8aAIpvUwTg==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"css-tree": "2.3.1",
|
||||
"is-plain-object": "5.0.0",
|
||||
"known-css-properties": "^0.34.0",
|
||||
"postcss-media-query-parser": "^0.2.3",
|
||||
"postcss-resolve-nested-selector": "^0.1.1",
|
||||
"postcss-selector-parser": "^6.1.0",
|
||||
"postcss-resolve-nested-selector": "^0.1.4",
|
||||
"postcss-selector-parser": "^6.1.1",
|
||||
"postcss-value-parser": "^4.2.0"
|
||||
},
|
||||
"engines": {
|
||||
|
@ -14763,9 +14765,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/swiper": {
|
||||
"version": "11.1.8",
|
||||
"resolved": "https://registry.npmjs.org/swiper/-/swiper-11.1.8.tgz",
|
||||
"integrity": "sha512-sBFp7fA+IfZ/7BMcg8/JSEqDD1qZXBUyliT76yk3zIYVu2fMwFVAghhAJ9vBM5tJUtHW5qcD0pmeEGQs1EK14w==",
|
||||
"version": "11.1.9",
|
||||
"resolved": "https://registry.npmjs.org/swiper/-/swiper-11.1.9.tgz",
|
||||
"integrity": "sha512-rflu8zvfGa3x1v/aeSufk4zRJffhOQowyvtJlp46sUBnOqAuk1Rdv5Ldj0AWWBV595iZ+ZMk7VB35ZRtRUomtA==",
|
||||
"dev": true,
|
||||
"funding": [
|
||||
{
|
||||
|
|
80
package.json
80
package.json
|
@ -25,7 +25,7 @@
|
|||
"@graphql-codegen/typescript-operations": "^4.2.3",
|
||||
"@graphql-codegen/typescript-urql": "^4.0.0",
|
||||
"@hocuspocus/provider": "^2.13.5",
|
||||
"@playwright/test": "^1.45.3",
|
||||
"@playwright/test": "^1.46.1",
|
||||
"@popperjs/core": "^2.11.8",
|
||||
"@solid-primitives/media": "^2.2.9",
|
||||
"@solid-primitives/memo": "^1.3.9",
|
||||
|
@ -35,42 +35,42 @@
|
|||
"@solid-primitives/storage": "^3.8.0",
|
||||
"@solid-primitives/upload": "^0.0.117",
|
||||
"@solidjs/meta": "^0.29.4",
|
||||
"@solidjs/router": "^0.14.1",
|
||||
"@solidjs/router": "^0.14.3",
|
||||
"@solidjs/start": "^1.0.6",
|
||||
"@tiptap/core": "^2.5.8",
|
||||
"@tiptap/extension-blockquote": "^2.5.8",
|
||||
"@tiptap/extension-bold": "^2.5.8",
|
||||
"@tiptap/extension-bubble-menu": "^2.5.8",
|
||||
"@tiptap/extension-bullet-list": "^2.5.8",
|
||||
"@tiptap/extension-character-count": "^2.5.8",
|
||||
"@tiptap/extension-collaboration": "^2.5.8",
|
||||
"@tiptap/extension-collaboration-cursor": "^2.5.8",
|
||||
"@tiptap/extension-document": "^2.5.8",
|
||||
"@tiptap/extension-dropcursor": "^2.5.8",
|
||||
"@tiptap/extension-floating-menu": "^2.5.8",
|
||||
"@tiptap/extension-focus": "^2.5.8",
|
||||
"@tiptap/extension-gapcursor": "^2.5.8",
|
||||
"@tiptap/extension-hard-break": "^2.5.8",
|
||||
"@tiptap/extension-heading": "^2.5.8",
|
||||
"@tiptap/extension-highlight": "^2.5.8",
|
||||
"@tiptap/extension-history": "^2.5.8",
|
||||
"@tiptap/extension-horizontal-rule": "^2.5.8",
|
||||
"@tiptap/extension-image": "^2.5.8",
|
||||
"@tiptap/extension-italic": "^2.5.8",
|
||||
"@tiptap/extension-link": "^2.5.8",
|
||||
"@tiptap/extension-list-item": "^2.5.8",
|
||||
"@tiptap/extension-ordered-list": "^2.5.8",
|
||||
"@tiptap/extension-paragraph": "^2.5.8",
|
||||
"@tiptap/extension-placeholder": "^2.5.8",
|
||||
"@tiptap/extension-strike": "^2.5.8",
|
||||
"@tiptap/extension-text": "^2.5.8",
|
||||
"@tiptap/extension-underline": "^2.5.8",
|
||||
"@tiptap/extension-youtube": "^2.5.8",
|
||||
"@tiptap/core": "^2.6.5",
|
||||
"@tiptap/extension-blockquote": "^2.6.5",
|
||||
"@tiptap/extension-bold": "^2.6.5",
|
||||
"@tiptap/extension-bubble-menu": "^2.6.5",
|
||||
"@tiptap/extension-bullet-list": "^2.6.5",
|
||||
"@tiptap/extension-character-count": "^2.6.5",
|
||||
"@tiptap/extension-collaboration": "^2.6.5",
|
||||
"@tiptap/extension-collaboration-cursor": "^2.6.5",
|
||||
"@tiptap/extension-document": "^2.6.5",
|
||||
"@tiptap/extension-dropcursor": "^2.6.5",
|
||||
"@tiptap/extension-floating-menu": "^2.6.5",
|
||||
"@tiptap/extension-focus": "^2.6.5",
|
||||
"@tiptap/extension-gapcursor": "^2.6.5",
|
||||
"@tiptap/extension-hard-break": "^2.6.5",
|
||||
"@tiptap/extension-heading": "^2.6.5",
|
||||
"@tiptap/extension-highlight": "^2.6.5",
|
||||
"@tiptap/extension-history": "^2.6.5",
|
||||
"@tiptap/extension-horizontal-rule": "^2.6.5",
|
||||
"@tiptap/extension-image": "^2.6.5",
|
||||
"@tiptap/extension-italic": "^2.6.5",
|
||||
"@tiptap/extension-link": "^2.6.5",
|
||||
"@tiptap/extension-list-item": "^2.6.5",
|
||||
"@tiptap/extension-ordered-list": "^2.6.5",
|
||||
"@tiptap/extension-paragraph": "^2.6.5",
|
||||
"@tiptap/extension-placeholder": "^2.6.5",
|
||||
"@tiptap/extension-strike": "^2.6.5",
|
||||
"@tiptap/extension-text": "^2.6.5",
|
||||
"@tiptap/extension-underline": "^2.6.5",
|
||||
"@tiptap/extension-youtube": "^2.6.5",
|
||||
"@types/cookie": "^0.6.0",
|
||||
"@types/cookie-signature": "^1.1.2",
|
||||
"@types/node": "^20.14.14",
|
||||
"@types/node": "^20.16.1",
|
||||
"@types/throttle-debounce": "^5.0.2",
|
||||
"@urql/core": "^5.0.5",
|
||||
"@urql/core": "^5.0.6",
|
||||
"bootstrap": "^5.3.3",
|
||||
"clsx": "^2.1.1",
|
||||
"cookie": "^0.6.0",
|
||||
|
@ -79,34 +79,34 @@
|
|||
"extended-eventsource": "^1.4.9",
|
||||
"fast-deep-equal": "^3.1.3",
|
||||
"graphql": "^16.9.0",
|
||||
"i18next": "^23.12.2",
|
||||
"i18next-http-backend": "^2.5.2",
|
||||
"i18next": "^23.14.0",
|
||||
"i18next-http-backend": "^2.6.1",
|
||||
"i18next-icu": "^2.3.0",
|
||||
"intl-messageformat": "^10.5.14",
|
||||
"javascript-time-ago": "^2.5.10",
|
||||
"patch-package": "^8.0.0",
|
||||
"prosemirror-history": "^1.4.1",
|
||||
"prosemirror-trailing-node": "^2.0.9",
|
||||
"prosemirror-view": "^1.33.9",
|
||||
"prosemirror-view": "^1.33.11",
|
||||
"rollup-plugin-visualizer": "^5.12.0",
|
||||
"sass": "1.76.0",
|
||||
"solid-js": "^1.8.19",
|
||||
"solid-js": "^1.8.21",
|
||||
"solid-popper": "^0.3.0",
|
||||
"solid-tiptap": "0.7.0",
|
||||
"solid-transition-group": "^0.2.3",
|
||||
"stylelint": "^16.8.1",
|
||||
"stylelint": "^16.8.2",
|
||||
"stylelint-config-recommended": "^14.0.1",
|
||||
"stylelint-config-standard-scss": "^13.1.0",
|
||||
"stylelint-order": "^6.0.4",
|
||||
"stylelint-scss": "^6.5.0",
|
||||
"swiper": "^11.1.9",
|
||||
"swiper": "^11.1.10",
|
||||
"throttle-debounce": "^5.0.2",
|
||||
"tslib": "^2.6.3",
|
||||
"typescript": "^5.5.4",
|
||||
"typograf": "^7.4.1",
|
||||
"uniqolor": "^1.1.1",
|
||||
"vinxi": "^0.4.1",
|
||||
"vite-plugin-mkcert": "^1.17.5",
|
||||
"vite-plugin-mkcert": "^1.17.6",
|
||||
"vite-plugin-node-polyfills": "^0.22.0",
|
||||
"vite-plugin-sass-dts": "^1.3.25",
|
||||
"y-prosemirror": "1.2.9",
|
||||
|
|
Loading…
Reference in New Issue
Block a user