0.9.7
All checks were successful
deploy / testbuild (push) Successful in 2m16s
deploy / Update templates on Mailgun (push) Has been skipped

This commit is contained in:
Untone 2024-10-09 18:03:28 +03:00
parent 4ea9742121
commit 45bd8674f8
2 changed files with 3 additions and 12 deletions

12
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "discoursio-webapp",
"version": "0.9.6",
"version": "0.9.7",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "discoursio-webapp",
"version": "0.9.6",
"version": "0.9.7",
"hasInstallScript": true,
"dependencies": {
"form-data": "^4.0.0",
@ -74,7 +74,6 @@
"@tiptap/extension-underline": "^2.8.0",
"@tiptap/extension-youtube": "^2.8.0",
"@tiptap/starter-kit": "^2.8.0",
"@types/cookie": "^0.6.0",
"@types/cookie-signature": "^1.1.2",
"@types/node": "^22.7.5",
"@types/throttle-debounce": "^5.0.2",
@ -7387,13 +7386,6 @@
"@types/node": "*"
}
},
"node_modules/@types/cookie": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.6.0.tgz",
"integrity": "sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==",
"dev": true,
"license": "MIT"
},
"node_modules/@types/cookie-signature": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/@types/cookie-signature/-/cookie-signature-1.1.2.tgz",

View File

@ -1,7 +1,7 @@
{
"name": "discoursio-webapp",
"private": true,
"version": "0.9.6",
"version": "0.9.7",
"type": "module",
"scripts": {
"dev": "vinxi dev",
@ -81,7 +81,6 @@
"@tiptap/extension-underline": "^2.8.0",
"@tiptap/extension-youtube": "^2.8.0",
"@tiptap/starter-kit": "^2.8.0",
"@types/cookie": "^0.6.0",
"@types/cookie-signature": "^1.1.2",
"@types/node": "^22.7.5",
"@types/throttle-debounce": "^5.0.2",