Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8a87a30330 |
8 changed files with 2732 additions and 4228 deletions
|
|
@ -20,7 +20,7 @@
|
||||||
"@mui/x-license": "^7.18.0",
|
"@mui/x-license": "^7.18.0",
|
||||||
"@link-stack/bridge-common": "*",
|
"@link-stack/bridge-common": "*",
|
||||||
"@link-stack/bridge-ui": "*",
|
"@link-stack/bridge-ui": "*",
|
||||||
"next": "14.2.13",
|
"next": "^14.2.25",
|
||||||
"next-auth": "^4.24.8",
|
"next-auth": "^4.24.8",
|
||||||
"react": "18.3.1",
|
"react": "18.3.1",
|
||||||
"react-dom": "18.3.1",
|
"react-dom": "18.3.1",
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
"outDir": "build/main",
|
"outDir": "build/main",
|
||||||
"rootDir": "src",
|
"rootDir": "src",
|
||||||
"skipLibCheck": true,
|
"skipLibCheck": true,
|
||||||
"types": ["node", "long"],
|
"types": ["node"],
|
||||||
"lib": ["es2020", "DOM"],
|
"lib": ["es2020", "DOM"],
|
||||||
"composite": true
|
"composite": true
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@
|
||||||
"date-fns": "^4.1.0",
|
"date-fns": "^4.1.0",
|
||||||
"http-proxy-middleware": "^3.0.2",
|
"http-proxy-middleware": "^3.0.2",
|
||||||
"material-ui-popup-state": "^5.3.1",
|
"material-ui-popup-state": "^5.3.1",
|
||||||
"next": "14.2.13",
|
"next": "^14.2.25",
|
||||||
"next-auth": "^4.24.8",
|
"next-auth": "^4.24.8",
|
||||||
"react": "18.3.1",
|
"react": "18.3.1",
|
||||||
"react-cookie": "^7.2.0",
|
"react-cookie": "^7.2.0",
|
||||||
|
|
@ -40,7 +40,7 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^22.7.3",
|
"@types/node": "^22.7.3",
|
||||||
"@types/react": "18.3.9",
|
"@types/react": "^18",
|
||||||
"@types/uuid": "^10.0.0",
|
"@types/uuid": "^10.0.0",
|
||||||
"@link-stack/eslint-config": "*",
|
"@link-stack/eslint-config": "*",
|
||||||
"@link-stack/typescript-config": "*",
|
"@link-stack/typescript-config": "*",
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@
|
||||||
"date-fns": "^4.1.0",
|
"date-fns": "^4.1.0",
|
||||||
"graphql-request": "^7.1.0",
|
"graphql-request": "^7.1.0",
|
||||||
"mui-chips-input": "^2.1.5",
|
"mui-chips-input": "^2.1.5",
|
||||||
"next": "14.2.13",
|
"next": "^14.2.25",
|
||||||
"next-auth": "^4.24.8",
|
"next-auth": "^4.24.8",
|
||||||
"react": "18.3.1",
|
"react": "18.3.1",
|
||||||
"react-cookie": "^7.2.0",
|
"react-cookie": "^7.2.0",
|
||||||
|
|
@ -43,7 +43,7 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@link-stack/eslint-config": "*",
|
"@link-stack/eslint-config": "*",
|
||||||
"@types/node": "^22.7.3",
|
"@types/node": "^22.7.3",
|
||||||
"@types/react": "18.3.9",
|
"@types/react": "^18",
|
||||||
"@types/uuid": "^10.0.0"
|
"@types/uuid": "^10.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
6934
package-lock.json
generated
6934
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -11,15 +11,15 @@
|
||||||
"@mui/material": "^5",
|
"@mui/material": "^5",
|
||||||
"@mui/x-data-grid-pro": "^7.18.0",
|
"@mui/x-data-grid-pro": "^7.18.0",
|
||||||
"kysely": "0.26.1",
|
"kysely": "0.26.1",
|
||||||
"next": "14.2.13",
|
"next": "^14.2.25",
|
||||||
"react": "18.3.1",
|
"react": "18.3.1",
|
||||||
"react-dom": "18.3.1",
|
"react-dom": "18.3.1",
|
||||||
"react-qr-code": "^2.0.15"
|
"react-qr-code": "^2.0.15"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^22.7.3",
|
"@types/node": "^22.7.3",
|
||||||
"@types/react": "18.3.9",
|
"@types/react": "^18",
|
||||||
"@types/react-dom": "^18.3.0",
|
"@types/react-dom": "^18",
|
||||||
"typescript": "5.6.2"
|
"typescript": "5.6.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
"@mui/x-data-grid-pro": "^7.18.0",
|
"@mui/x-data-grid-pro": "^7.18.0",
|
||||||
"@mui/x-date-pickers-pro": "^7.18.0",
|
"@mui/x-date-pickers-pro": "^7.18.0",
|
||||||
"date-fns": "^4.1.0",
|
"date-fns": "^4.1.0",
|
||||||
"next": "14.2.13",
|
"next": "^14.2.25",
|
||||||
"next-auth": "^4.24.8",
|
"next-auth": "^4.24.8",
|
||||||
"react": "18.3.1",
|
"react": "18.3.1",
|
||||||
"react-cookie": "^7.2.0",
|
"react-cookie": "^7.2.0",
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
"@link-stack/eslint-config": "*",
|
"@link-stack/eslint-config": "*",
|
||||||
"@link-stack/typescript-config": "*",
|
"@link-stack/typescript-config": "*",
|
||||||
"@types/node": "^22.7.3",
|
"@types/node": "^22.7.3",
|
||||||
"@types/react": "18.3.9",
|
"@types/react": "^18",
|
||||||
"typescript": "5.6.2"
|
"typescript": "5.6.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -11,13 +11,13 @@
|
||||||
"@mui/material": "^5",
|
"@mui/material": "^5",
|
||||||
"@mui/x-data-grid-pro": "^7.18.0",
|
"@mui/x-data-grid-pro": "^7.18.0",
|
||||||
"@mui/x-license": "^7.18.0",
|
"@mui/x-license": "^7.18.0",
|
||||||
"next": "14.2.13",
|
"next": "^14.2.25",
|
||||||
"react": "18.3.1",
|
"react": "18.3.1",
|
||||||
"react-dom": "18.3.1"
|
"react-dom": "18.3.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^22.7.3",
|
"@types/node": "^22.7.3",
|
||||||
"@types/react": "18.3.9",
|
"@types/react": "^18",
|
||||||
"typescript": "^5.6.2"
|
"typescript": "^5.6.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue