1
0
Fork 0
mirror of https://github.com/Findus23/RPGnotes.git synced 2024-09-19 15:43:45 +02:00

update dependencies

This commit is contained in:
Lukas Winkler 2023-11-28 21:43:23 +01:00
parent a98909ec33
commit 40d7775737
Signed by: lukas
GPG key ID: 54DE4D798D244853
4 changed files with 898 additions and 714 deletions

672
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,4 +1,5 @@
{
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
@ -27,7 +28,7 @@
"luminous-lightbox": "^2.3.5",
"sigma": "^3.0.0-alpha3",
"typescript": "^5.0.4",
"vite": "^4.0.4",
"vite": "^5.0.0",
"y-codemirror.next": "^0.3.2",
"y-webrtc": "^10.2.3",
"yjs": "^13.5.41"

935
poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -27,7 +27,7 @@
/* Modules */
"module": "commonjs", /* Specify what module code is generated. */
// "rootDir": "./", /* Specify the root folder within your source files. */
// "moduleResolution": "node", /* Specify how TypeScript looks up a file from a given module specifier. */
"moduleResolution": "bundler", /* Specify how TypeScript looks up a file from a given module specifier. */
// "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
// "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */
// "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */