mirror of
https://github.com/gnmyt/LicenseAPI.git
synced 2026-01-10 18:21:47 +00:00
Update dependencies
This commit is contained in:
@ -9,20 +9,20 @@
|
|||||||
"preview": "vite preview"
|
"preview": "vite preview"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@emotion/react": "^11.11.1",
|
"@emotion/react": "^11.13.0",
|
||||||
"@emotion/styled": "^11.11.0",
|
"@emotion/styled": "^11.13.0",
|
||||||
"@fontsource/inter": "^5.0.5",
|
"@fontsource/inter": "^5.0.19",
|
||||||
"@mui/icons-material": "^5.14.1",
|
"@mui/icons-material": "^5.16.4",
|
||||||
"@mui/material": "^5.13.7",
|
"@mui/material": "^5.16.4",
|
||||||
"@mui/x-data-grid": "^6.10.2",
|
"@mui/x-data-grid": "^7.11.0",
|
||||||
"react": "^18.2.0",
|
"react": "^18.3.1",
|
||||||
"react-dom": "^18.2.0",
|
"react-dom": "^18.3.1",
|
||||||
"react-router-dom": "^6.14.2"
|
"react-router-dom": "^6.25.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/react": "^18.0.33",
|
"@types/react": "^18.3.3",
|
||||||
"@types/react-dom": "^18.0.11",
|
"@types/react-dom": "^18.3.0",
|
||||||
"@vitejs/plugin-react": "^3.1.0",
|
"@vitejs/plugin-react": "^4.3.1",
|
||||||
"vite": "^4.2.1"
|
"vite": "^5.3.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
1331
dashboard/yarn.lock
1331
dashboard/yarn.lock
File diff suppressed because it is too large
Load Diff
34
package.json
34
package.json
@ -20,28 +20,28 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bcrypt": "^5.1.1",
|
"bcrypt": "^5.1.1",
|
||||||
"cors": "^2.8.5",
|
"cors": "^2.8.5",
|
||||||
"express": "^4.18.2",
|
"express": "^4.19.2",
|
||||||
"joi": "^17.10.1",
|
"joi": "^17.13.3",
|
||||||
"mongoose": "^7.5.1",
|
"mongoose": "^8.5.1",
|
||||||
"nodemailer": "^6.9.5",
|
"nodemailer": "^6.9.14",
|
||||||
"speakeasy": "^2.0.0",
|
"speakeasy": "^2.0.0",
|
||||||
"ts-md5": "^1.3.1"
|
"ts-md5": "^1.3.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/bcrypt": "^5.0.0",
|
"@types/bcrypt": "^5.0.2",
|
||||||
"@types/cors": "^2.8.14",
|
"@types/cors": "^2.8.17",
|
||||||
"@types/express": "^4.17.17",
|
"@types/express": "^4.17.21",
|
||||||
"@types/node": "^20.6.2",
|
"@types/node": "^20.14.11",
|
||||||
"@types/nodemailer": "^6.4.10",
|
"@types/nodemailer": "^6.4.15",
|
||||||
"@types/speakeasy": "^2.0.7",
|
"@types/speakeasy": "^2.0.10",
|
||||||
"@typescript-eslint/eslint-plugin": "^6.7.0",
|
"@typescript-eslint/eslint-plugin": "^7.16.1",
|
||||||
"@typescript-eslint/parser": "^6.7.0",
|
"@typescript-eslint/parser": "^7.16.1",
|
||||||
"concurrently": "^8.2.2",
|
"concurrently": "^8.2.2",
|
||||||
"eslint": "^8.49.0",
|
"eslint": "^9.7.0",
|
||||||
"nodemon": "^3.0.1",
|
"nodemon": "^3.1.4",
|
||||||
"ts-node": "^10.9.1",
|
"ts-node": "^10.9.2",
|
||||||
"tsc-alias": "^1.8.7",
|
"tsc-alias": "^1.8.10",
|
||||||
"tsconfig-paths": "^4.2.0",
|
"tsconfig-paths": "^4.2.0",
|
||||||
"typescript": "^5.2.2"
|
"typescript": "^5.5.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user