Add dayjs
This commit is contained in:
parent
1e1f1f6e4b
commit
0b9e0ba71d
21
package-lock.json
generated
21
package-lock.json
generated
@ -17,6 +17,7 @@
|
||||
"@remix-run/react": "^2.12.0",
|
||||
"@sentry/react": "^8.30.0",
|
||||
"aws4fetch": "^1.0.20",
|
||||
"dayjs": "^1.11.13",
|
||||
"framer-motion": "^11.5.4",
|
||||
"react": "^18.3.1",
|
||||
"react-big-calendar": "^1.14.1",
|
||||
@ -26,6 +27,7 @@
|
||||
"@remix-run/dev": "^2.12.0",
|
||||
"@types/node": "^22.5.5",
|
||||
"@types/react": "^18.3.6",
|
||||
"@types/react-big-calendar": "^1.8.11",
|
||||
"@types/react-dom": "^18.3.0",
|
||||
"dotenv": "^16.4.5",
|
||||
"prettier": "^3.3.3",
|
||||
@ -2497,6 +2499,13 @@
|
||||
"integrity": "sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@types/date-arithmetic": {
|
||||
"version": "4.1.4",
|
||||
"resolved": "https://registry.npmjs.org/@types/date-arithmetic/-/date-arithmetic-4.1.4.tgz",
|
||||
"integrity": "sha512-p9eZ2X9B80iKiTW4ukVj8B4K6q9/+xFtQ5MGYA5HWToY9nL4EkhV9+6ftT2VHpVMEZb5Tv00Iel516bVdO+yRw==",
|
||||
"dev": true,
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@types/debug": {
|
||||
"version": "4.1.12",
|
||||
"dev": true,
|
||||
@ -2583,6 +2592,18 @@
|
||||
"csstype": "^3.0.2"
|
||||
}
|
||||
},
|
||||
"node_modules/@types/react-big-calendar": {
|
||||
"version": "1.8.11",
|
||||
"resolved": "https://registry.npmjs.org/@types/react-big-calendar/-/react-big-calendar-1.8.11.tgz",
|
||||
"integrity": "sha512-/j9WOY79Q9A3cLtAa/cEKCi9DPmzcjfG7WaKW/6xlJOLFRkqCb0d2BRxtBETLO0yzLY/nDC95z9Cnp9vG2EmjQ==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@types/date-arithmetic": "*",
|
||||
"@types/prop-types": "*",
|
||||
"@types/react": "*"
|
||||
}
|
||||
},
|
||||
"node_modules/@types/react-dom": {
|
||||
"version": "18.3.0",
|
||||
"dev": true,
|
||||
|
@ -18,6 +18,7 @@
|
||||
"@remix-run/react": "^2.12.0",
|
||||
"@sentry/react": "^8.30.0",
|
||||
"aws4fetch": "^1.0.20",
|
||||
"dayjs": "^1.11.13",
|
||||
"framer-motion": "^11.5.4",
|
||||
"react": "^18.3.1",
|
||||
"react-big-calendar": "^1.14.1",
|
||||
@ -27,6 +28,7 @@
|
||||
"@remix-run/dev": "^2.12.0",
|
||||
"@types/node": "^22.5.5",
|
||||
"@types/react": "^18.3.6",
|
||||
"@types/react-big-calendar": "^1.8.11",
|
||||
"@types/react-dom": "^18.3.0",
|
||||
"dotenv": "^16.4.5",
|
||||
"prettier": "^3.3.3",
|
||||
|
Loading…
x
Reference in New Issue
Block a user