1 Commits

Author SHA1 Message Date
a79d4eb809 Update dependency dayjs to ^1.11.19
Some checks failed
continuous-integration/drone/push Build is failing
2025-11-01 00:10:54 +00:00
3 changed files with 6 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: 3.9.4
sdk: ^3.8.1
# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions

View File

@@ -20,7 +20,7 @@
"@mui/x-data-grid": "^8.15.0",
"@mui/x-date-pickers": "^8.15.0",
"date-and-time": "^3.6.0",
"dayjs": "^1.11.18",
"dayjs": "^1.11.19",
"filesize": "^10.1.6",
"qrcode.react": "^4.2.0",
"react": "^19.2.0",
@@ -3801,9 +3801,9 @@
"license": "MIT"
},
"node_modules/dayjs": {
"version": "1.11.18",
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.18.tgz",
"integrity": "sha512-zFBQ7WFRvVRhKcWoUh+ZA1g2HVgUbsZm9sbddh8EC5iv93sui8DVVz1Npvz+r6meo9VKfa8NyLWBsQK1VvIKPA==",
"version": "1.11.19",
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.19.tgz",
"integrity": "sha512-t5EcLVS6QPBNqM2z8fakk/NKel+Xzshgt8FFKAn+qwlD1pzZWxh0nVCrvFK7ZDb6XucZeF9z8C7CBWTRIVApAw==",
"license": "MIT",
"peer": true
},

View File

@@ -22,7 +22,7 @@
"@mui/x-data-grid": "^8.15.0",
"@mui/x-date-pickers": "^8.15.0",
"date-and-time": "^3.6.0",
"dayjs": "^1.11.18",
"dayjs": "^1.11.19",
"filesize": "^10.1.6",
"qrcode.react": "^4.2.0",
"react": "^19.2.0",