a looooot

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-02-22 21:50:30 +01:00
parent 1d800835b8
commit 9c92803c4c
61 changed files with 2689 additions and 681 deletions

View File

@@ -11,11 +11,12 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"next": "13.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"@mixan-test/next": "workspace:@mixan/next@*",
"@mixan-test/sdk": "workspace:@mixan/sdk@*",
"@mixan-test/sdk-web": "workspace:@mixan/sdk-web@*"
"@mixan-test/sdk-web": "workspace:@mixan/sdk-web@*",
"next": "~14.1.0",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@mixan/eslint-config": "workspace:*",