this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

prettier, updates, fix link to profile

alice de607b07 f38e2fc3

+259 -231
+1 -1
.github/workflows/fly.yml
··· 12 12 - uses: superfly/flyctl-actions/setup-flyctl@master 13 13 - run: flyctl deploy --remote-only 14 14 env: 15 - FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }} 15 + FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
+27
.prettierignore
··· 1 + # Logs 2 + logs 3 + *.log 4 + npm-debug.log* 5 + yarn-debug.log* 6 + yarn-error.log* 7 + pnpm-debug.log* 8 + lerna-debug.log* 9 + 10 + .next 11 + node_modules 12 + dist 13 + dist-ssr 14 + *.local 15 + 16 + # Editor directories and files 17 + .vscode/* 18 + !.vscode/extensions.json 19 + .idea 20 + .DS_Store 21 + *.suo 22 + *.ntvs* 23 + *.njsproj 24 + *.sln 25 + *.sw? 26 + 27 + pnpm-lock.yaml
+3 -4
index.html
··· 41 41 >Fork me on GitHub</a 42 42 > 43 43 <div id="credits"> 44 - Created by 45 - <a href="https://staging.bsky.app/profile/aliceisjustplaying.bsky.social" target="_blank"> 46 - @aliceisplaying.bsky.social 47 - </a> 44 + Created by&nbsp;<a href="https://staging.bsky.app/profile/did:plc:by3jhwdqgbtrcc7q4tkkv3cf" target="_blank" 45 + >@alice.bsky.sh</a 46 + > 48 47 </div> 49 48 50 49 <!-- Google tag (gtag.js) -->
+9 -9
package.json
··· 10 10 "preview": "vite preview" 11 11 }, 12 12 "dependencies": { 13 - "@atproto/api": "^0.2.8", 13 + "@atproto/api": "^0.2.11", 14 14 "github-fork-ribbon-css": "^0.2.3", 15 15 "react": "^18.2.0", 16 16 "react-calendar-heatmap": "^1.9.0", 17 17 "react-dom": "^18.2.0", 18 - "react-tooltip": "^5.11.1" 18 + "react-tooltip": "^5.11.2" 19 19 }, 20 20 "devDependencies": { 21 - "@types/react": "^18.0.38", 21 + "@types/react": "^18.2.6", 22 22 "@types/react-calendar-heatmap": "^1.6.3", 23 - "@types/react-dom": "^18.0.11", 24 - "@typescript-eslint/eslint-plugin": "^5.59.0", 25 - "@typescript-eslint/parser": "^5.59.0", 23 + "@types/react-dom": "^18.2.4", 24 + "@typescript-eslint/eslint-plugin": "^5.59.2", 25 + "@typescript-eslint/parser": "^5.59.2", 26 26 "@vitejs/plugin-react-swc": "^3.3.0", 27 - "eslint": "^8.39.0", 27 + "eslint": "^8.40.0", 28 28 "eslint-plugin-react-hooks": "^4.6.0", 29 - "eslint-plugin-react-refresh": "^0.3.4", 29 + "eslint-plugin-react-refresh": "^0.4.1", 30 30 "typescript": "^5.0.4", 31 - "vite": "^4.3.1" 31 + "vite": "^4.3.5" 32 32 } 33 33 }
+213 -213
pnpm-lock.yaml
··· 2 2 3 3 dependencies: 4 4 '@atproto/api': 5 - specifier: ^0.2.8 6 - version: 0.2.8 5 + specifier: ^0.2.11 6 + version: 0.2.11 7 7 github-fork-ribbon-css: 8 8 specifier: ^0.2.3 9 9 version: 0.2.3 ··· 17 17 specifier: ^18.2.0 18 18 version: 18.2.0(react@18.2.0) 19 19 react-tooltip: 20 - specifier: ^5.11.1 21 - version: 5.11.1(react-dom@18.2.0)(react@18.2.0) 20 + specifier: ^5.11.2 21 + version: 5.11.2(react-dom@18.2.0)(react@18.2.0) 22 22 23 23 devDependencies: 24 24 '@types/react': 25 - specifier: ^18.0.38 26 - version: 18.0.38 25 + specifier: ^18.2.6 26 + version: 18.2.6 27 27 '@types/react-calendar-heatmap': 28 28 specifier: ^1.6.3 29 29 version: 1.6.3 30 30 '@types/react-dom': 31 - specifier: ^18.0.11 32 - version: 18.0.11 31 + specifier: ^18.2.4 32 + version: 18.2.4 33 33 '@typescript-eslint/eslint-plugin': 34 - specifier: ^5.59.0 35 - version: 5.59.0(@typescript-eslint/parser@5.59.0)(eslint@8.39.0)(typescript@5.0.4) 34 + specifier: ^5.59.2 35 + version: 5.59.2(@typescript-eslint/parser@5.59.2)(eslint@8.40.0)(typescript@5.0.4) 36 36 '@typescript-eslint/parser': 37 - specifier: ^5.59.0 38 - version: 5.59.0(eslint@8.39.0)(typescript@5.0.4) 37 + specifier: ^5.59.2 38 + version: 5.59.2(eslint@8.40.0)(typescript@5.0.4) 39 39 '@vitejs/plugin-react-swc': 40 40 specifier: ^3.3.0 41 - version: 3.3.0(vite@4.3.1) 41 + version: 3.3.0(vite@4.3.5) 42 42 eslint: 43 - specifier: ^8.39.0 44 - version: 8.39.0 43 + specifier: ^8.40.0 44 + version: 8.40.0 45 45 eslint-plugin-react-hooks: 46 46 specifier: ^4.6.0 47 - version: 4.6.0(eslint@8.39.0) 47 + version: 4.6.0(eslint@8.40.0) 48 48 eslint-plugin-react-refresh: 49 - specifier: ^0.3.4 50 - version: 0.3.4(eslint@8.39.0) 49 + specifier: ^0.4.1 50 + version: 0.4.1(eslint@8.40.0) 51 51 typescript: 52 52 specifier: ^5.0.4 53 53 version: 5.0.4 54 54 vite: 55 - specifier: ^4.3.1 56 - version: 4.3.1 55 + specifier: ^4.3.5 56 + version: 4.3.5 57 57 58 58 packages: 59 59 60 - /@atproto/api@0.2.8: 61 - resolution: {integrity: sha512-LfPgtf3UNg2W/AxHkJMJrLNT9QAD6bi16Sw5Zt3mgANrDnHWGygA7gRpeNdgVI+kFEhQfrIItemJvWLIB9BJDQ==} 60 + /@atproto/api@0.2.11: 61 + resolution: {integrity: sha512-5JY1Ii/81Bcy1ZTGRqALsaOdc8fIJTSlMNoSptpGH73uAPQE93weDrb8sc3KoxWi1G2ss3IIBSLPJWxALocJSQ==} 62 62 dependencies: 63 63 '@atproto/common-web': 0.1.0 64 64 '@atproto/uri': 0.0.2 ··· 111 111 zod: 3.21.4 112 112 dev: false 113 113 114 - /@esbuild/android-arm64@0.17.17: 115 - resolution: {integrity: sha512-jaJ5IlmaDLFPNttv0ofcwy/cfeY4bh/n705Tgh+eLObbGtQBK3EPAu+CzL95JVE4nFAliyrnEu0d32Q5foavqg==} 114 + /@esbuild/android-arm64@0.17.18: 115 + resolution: {integrity: sha512-/iq0aK0eeHgSC3z55ucMAHO05OIqmQehiGay8eP5l/5l+iEr4EIbh4/MI8xD9qRFjqzgkc0JkX0LculNC9mXBw==} 116 116 engines: {node: '>=12'} 117 117 cpu: [arm64] 118 118 os: [android] ··· 120 120 dev: true 121 121 optional: true 122 122 123 - /@esbuild/android-arm@0.17.17: 124 - resolution: {integrity: sha512-E6VAZwN7diCa3labs0GYvhEPL2M94WLF8A+czO8hfjREXxba8Ng7nM5VxV+9ihNXIY1iQO1XxUU4P7hbqbICxg==} 123 + /@esbuild/android-arm@0.17.18: 124 + resolution: {integrity: sha512-EmwL+vUBZJ7mhFCs5lA4ZimpUH3WMAoqvOIYhVQwdIgSpHC8ImHdsRyhHAVxpDYUSm0lWvd63z0XH1IlImS2Qw==} 125 125 engines: {node: '>=12'} 126 126 cpu: [arm] 127 127 os: [android] ··· 129 129 dev: true 130 130 optional: true 131 131 132 - /@esbuild/android-x64@0.17.17: 133 - resolution: {integrity: sha512-446zpfJ3nioMC7ASvJB1pszHVskkw4u/9Eu8s5yvvsSDTzYh4p4ZIRj0DznSl3FBF0Z/mZfrKXTtt0QCoFmoHA==} 132 + /@esbuild/android-x64@0.17.18: 133 + resolution: {integrity: sha512-x+0efYNBF3NPW2Xc5bFOSFW7tTXdAcpfEg2nXmxegm4mJuVeS+i109m/7HMiOQ6M12aVGGFlqJX3RhNdYM2lWg==} 134 134 engines: {node: '>=12'} 135 135 cpu: [x64] 136 136 os: [android] ··· 138 138 dev: true 139 139 optional: true 140 140 141 - /@esbuild/darwin-arm64@0.17.17: 142 - resolution: {integrity: sha512-m/gwyiBwH3jqfUabtq3GH31otL/0sE0l34XKpSIqR7NjQ/XHQ3lpmQHLHbG8AHTGCw8Ao059GvV08MS0bhFIJQ==} 141 + /@esbuild/darwin-arm64@0.17.18: 142 + resolution: {integrity: sha512-6tY+djEAdF48M1ONWnQb1C+6LiXrKjmqjzPNPWXhu/GzOHTHX2nh8Mo2ZAmBFg0kIodHhciEgUBtcYCAIjGbjQ==} 143 143 engines: {node: '>=12'} 144 144 cpu: [arm64] 145 145 os: [darwin] ··· 147 147 dev: true 148 148 optional: true 149 149 150 - /@esbuild/darwin-x64@0.17.17: 151 - resolution: {integrity: sha512-4utIrsX9IykrqYaXR8ob9Ha2hAY2qLc6ohJ8c0CN1DR8yWeMrTgYFjgdeQ9LIoTOfLetXjuCu5TRPHT9yKYJVg==} 150 + /@esbuild/darwin-x64@0.17.18: 151 + resolution: {integrity: sha512-Qq84ykvLvya3dO49wVC9FFCNUfSrQJLbxhoQk/TE1r6MjHo3sFF2tlJCwMjhkBVq3/ahUisj7+EpRSz0/+8+9A==} 152 152 engines: {node: '>=12'} 153 153 cpu: [x64] 154 154 os: [darwin] ··· 156 156 dev: true 157 157 optional: true 158 158 159 - /@esbuild/freebsd-arm64@0.17.17: 160 - resolution: {integrity: sha512-4PxjQII/9ppOrpEwzQ1b0pXCsFLqy77i0GaHodrmzH9zq2/NEhHMAMJkJ635Ns4fyJPFOlHMz4AsklIyRqFZWA==} 159 + /@esbuild/freebsd-arm64@0.17.18: 160 + resolution: {integrity: sha512-fw/ZfxfAzuHfaQeMDhbzxp9mc+mHn1Y94VDHFHjGvt2Uxl10mT4CDavHm+/L9KG441t1QdABqkVYwakMUeyLRA==} 161 161 engines: {node: '>=12'} 162 162 cpu: [arm64] 163 163 os: [freebsd] ··· 165 165 dev: true 166 166 optional: true 167 167 168 - /@esbuild/freebsd-x64@0.17.17: 169 - resolution: {integrity: sha512-lQRS+4sW5S3P1sv0z2Ym807qMDfkmdhUYX30GRBURtLTrJOPDpoU0kI6pVz1hz3U0+YQ0tXGS9YWveQjUewAJw==} 168 + /@esbuild/freebsd-x64@0.17.18: 169 + resolution: {integrity: sha512-FQFbRtTaEi8ZBi/A6kxOC0V0E9B/97vPdYjY9NdawyLd4Qk5VD5g2pbWN2VR1c0xhzcJm74HWpObPszWC+qTew==} 170 170 engines: {node: '>=12'} 171 171 cpu: [x64] 172 172 os: [freebsd] ··· 174 174 dev: true 175 175 optional: true 176 176 177 - /@esbuild/linux-arm64@0.17.17: 178 - resolution: {integrity: sha512-2+pwLx0whKY1/Vqt8lyzStyda1v0qjJ5INWIe+d8+1onqQxHLLi3yr5bAa4gvbzhZqBztifYEu8hh1La5+7sUw==} 177 + /@esbuild/linux-arm64@0.17.18: 178 + resolution: {integrity: sha512-R7pZvQZFOY2sxUG8P6A21eq6q+eBv7JPQYIybHVf1XkQYC+lT7nDBdC7wWKTrbvMXKRaGudp/dzZCwL/863mZQ==} 179 179 engines: {node: '>=12'} 180 180 cpu: [arm64] 181 181 os: [linux] ··· 183 183 dev: true 184 184 optional: true 185 185 186 - /@esbuild/linux-arm@0.17.17: 187 - resolution: {integrity: sha512-biDs7bjGdOdcmIk6xU426VgdRUpGg39Yz6sT9Xp23aq+IEHDb/u5cbmu/pAANpDB4rZpY/2USPhCA+w9t3roQg==} 186 + /@esbuild/linux-arm@0.17.18: 187 + resolution: {integrity: sha512-jW+UCM40LzHcouIaqv3e/oRs0JM76JfhHjCavPxMUti7VAPh8CaGSlS7cmyrdpzSk7A+8f0hiedHqr/LMnfijg==} 188 188 engines: {node: '>=12'} 189 189 cpu: [arm] 190 190 os: [linux] ··· 192 192 dev: true 193 193 optional: true 194 194 195 - /@esbuild/linux-ia32@0.17.17: 196 - resolution: {integrity: sha512-IBTTv8X60dYo6P2t23sSUYym8fGfMAiuv7PzJ+0LcdAndZRzvke+wTVxJeCq4WgjppkOpndL04gMZIFvwoU34Q==} 195 + /@esbuild/linux-ia32@0.17.18: 196 + resolution: {integrity: sha512-ygIMc3I7wxgXIxk6j3V00VlABIjq260i967Cp9BNAk5pOOpIXmd1RFQJQX9Io7KRsthDrQYrtcx7QCof4o3ZoQ==} 197 197 engines: {node: '>=12'} 198 198 cpu: [ia32] 199 199 os: [linux] ··· 201 201 dev: true 202 202 optional: true 203 203 204 - /@esbuild/linux-loong64@0.17.17: 205 - resolution: {integrity: sha512-WVMBtcDpATjaGfWfp6u9dANIqmU9r37SY8wgAivuKmgKHE+bWSuv0qXEFt/p3qXQYxJIGXQQv6hHcm7iWhWjiw==} 204 + /@esbuild/linux-loong64@0.17.18: 205 + resolution: {integrity: sha512-bvPG+MyFs5ZlwYclCG1D744oHk1Pv7j8psF5TfYx7otCVmcJsEXgFEhQkbhNW8otDHL1a2KDINW20cfCgnzgMQ==} 206 206 engines: {node: '>=12'} 207 207 cpu: [loong64] 208 208 os: [linux] ··· 210 210 dev: true 211 211 optional: true 212 212 213 - /@esbuild/linux-mips64el@0.17.17: 214 - resolution: {integrity: sha512-2kYCGh8589ZYnY031FgMLy0kmE4VoGdvfJkxLdxP4HJvWNXpyLhjOvxVsYjYZ6awqY4bgLR9tpdYyStgZZhi2A==} 213 + /@esbuild/linux-mips64el@0.17.18: 214 + resolution: {integrity: sha512-oVqckATOAGuiUOa6wr8TXaVPSa+6IwVJrGidmNZS1cZVx0HqkTMkqFGD2HIx9H1RvOwFeWYdaYbdY6B89KUMxA==} 215 215 engines: {node: '>=12'} 216 216 cpu: [mips64el] 217 217 os: [linux] ··· 219 219 dev: true 220 220 optional: true 221 221 222 - /@esbuild/linux-ppc64@0.17.17: 223 - resolution: {integrity: sha512-KIdG5jdAEeAKogfyMTcszRxy3OPbZhq0PPsW4iKKcdlbk3YE4miKznxV2YOSmiK/hfOZ+lqHri3v8eecT2ATwQ==} 222 + /@esbuild/linux-ppc64@0.17.18: 223 + resolution: {integrity: sha512-3dLlQO+b/LnQNxgH4l9rqa2/IwRJVN9u/bK63FhOPB4xqiRqlQAU0qDU3JJuf0BmaH0yytTBdoSBHrb2jqc5qQ==} 224 224 engines: {node: '>=12'} 225 225 cpu: [ppc64] 226 226 os: [linux] ··· 228 228 dev: true 229 229 optional: true 230 230 231 - /@esbuild/linux-riscv64@0.17.17: 232 - resolution: {integrity: sha512-Cj6uWLBR5LWhcD/2Lkfg2NrkVsNb2sFM5aVEfumKB2vYetkA/9Uyc1jVoxLZ0a38sUhFk4JOVKH0aVdPbjZQeA==} 231 + /@esbuild/linux-riscv64@0.17.18: 232 + resolution: {integrity: sha512-/x7leOyDPjZV3TcsdfrSI107zItVnsX1q2nho7hbbQoKnmoeUWjs+08rKKt4AUXju7+3aRZSsKrJtaRmsdL1xA==} 233 233 engines: {node: '>=12'} 234 234 cpu: [riscv64] 235 235 os: [linux] ··· 237 237 dev: true 238 238 optional: true 239 239 240 - /@esbuild/linux-s390x@0.17.17: 241 - resolution: {integrity: sha512-lK+SffWIr0XsFf7E0srBjhpkdFVJf3HEgXCwzkm69kNbRar8MhezFpkIwpk0qo2IOQL4JE4mJPJI8AbRPLbuOQ==} 240 + /@esbuild/linux-s390x@0.17.18: 241 + resolution: {integrity: sha512-cX0I8Q9xQkL/6F5zWdYmVf5JSQt+ZfZD2bJudZrWD+4mnUvoZ3TDDXtDX2mUaq6upMFv9FlfIh4Gfun0tbGzuw==} 242 242 engines: {node: '>=12'} 243 243 cpu: [s390x] 244 244 os: [linux] ··· 246 246 dev: true 247 247 optional: true 248 248 249 - /@esbuild/linux-x64@0.17.17: 250 - resolution: {integrity: sha512-XcSGTQcWFQS2jx3lZtQi7cQmDYLrpLRyz1Ns1DzZCtn898cWfm5Icx/DEWNcTU+T+tyPV89RQtDnI7qL2PObPg==} 249 + /@esbuild/linux-x64@0.17.18: 250 + resolution: {integrity: sha512-66RmRsPlYy4jFl0vG80GcNRdirx4nVWAzJmXkevgphP1qf4dsLQCpSKGM3DUQCojwU1hnepI63gNZdrr02wHUA==} 251 251 engines: {node: '>=12'} 252 252 cpu: [x64] 253 253 os: [linux] ··· 255 255 dev: true 256 256 optional: true 257 257 258 - /@esbuild/netbsd-x64@0.17.17: 259 - resolution: {integrity: sha512-RNLCDmLP5kCWAJR+ItLM3cHxzXRTe4N00TQyQiimq+lyqVqZWGPAvcyfUBM0isE79eEZhIuGN09rAz8EL5KdLA==} 258 + /@esbuild/netbsd-x64@0.17.18: 259 + resolution: {integrity: sha512-95IRY7mI2yrkLlTLb1gpDxdC5WLC5mZDi+kA9dmM5XAGxCME0F8i4bYH4jZreaJ6lIZ0B8hTrweqG1fUyW7jbg==} 260 260 engines: {node: '>=12'} 261 261 cpu: [x64] 262 262 os: [netbsd] ··· 264 264 dev: true 265 265 optional: true 266 266 267 - /@esbuild/openbsd-x64@0.17.17: 268 - resolution: {integrity: sha512-PAXswI5+cQq3Pann7FNdcpSUrhrql3wKjj3gVkmuz6OHhqqYxKvi6GgRBoaHjaG22HV/ZZEgF9TlS+9ftHVigA==} 267 + /@esbuild/openbsd-x64@0.17.18: 268 + resolution: {integrity: sha512-WevVOgcng+8hSZ4Q3BKL3n1xTv5H6Nb53cBrtzzEjDbbnOmucEVcZeGCsCOi9bAOcDYEeBZbD2SJNBxlfP3qiA==} 269 269 engines: {node: '>=12'} 270 270 cpu: [x64] 271 271 os: [openbsd] ··· 273 273 dev: true 274 274 optional: true 275 275 276 - /@esbuild/sunos-x64@0.17.17: 277 - resolution: {integrity: sha512-V63egsWKnx/4V0FMYkr9NXWrKTB5qFftKGKuZKFIrAkO/7EWLFnbBZNM1CvJ6Sis+XBdPws2YQSHF1Gqf1oj/Q==} 276 + /@esbuild/sunos-x64@0.17.18: 277 + resolution: {integrity: sha512-Rzf4QfQagnwhQXVBS3BYUlxmEbcV7MY+BH5vfDZekU5eYpcffHSyjU8T0xucKVuOcdCsMo+Ur5wmgQJH2GfNrg==} 278 278 engines: {node: '>=12'} 279 279 cpu: [x64] 280 280 os: [sunos] ··· 282 282 dev: true 283 283 optional: true 284 284 285 - /@esbuild/win32-arm64@0.17.17: 286 - resolution: {integrity: sha512-YtUXLdVnd6YBSYlZODjWzH+KzbaubV0YVd6UxSfoFfa5PtNJNaW+1i+Hcmjpg2nEe0YXUCNF5bkKy1NnBv1y7Q==} 285 + /@esbuild/win32-arm64@0.17.18: 286 + resolution: {integrity: sha512-Kb3Ko/KKaWhjeAm2YoT/cNZaHaD1Yk/pa3FTsmqo9uFh1D1Rfco7BBLIPdDOozrObj2sahslFuAQGvWbgWldAg==} 287 287 engines: {node: '>=12'} 288 288 cpu: [arm64] 289 289 os: [win32] ··· 291 291 dev: true 292 292 optional: true 293 293 294 - /@esbuild/win32-ia32@0.17.17: 295 - resolution: {integrity: sha512-yczSLRbDdReCO74Yfc5tKG0izzm+lPMYyO1fFTcn0QNwnKmc3K+HdxZWLGKg4pZVte7XVgcFku7TIZNbWEJdeQ==} 294 + /@esbuild/win32-ia32@0.17.18: 295 + resolution: {integrity: sha512-0/xUMIdkVHwkvxfbd5+lfG7mHOf2FRrxNbPiKWg9C4fFrB8H0guClmaM3BFiRUYrznVoyxTIyC/Ou2B7QQSwmw==} 296 296 engines: {node: '>=12'} 297 297 cpu: [ia32] 298 298 os: [win32] ··· 300 300 dev: true 301 301 optional: true 302 302 303 - /@esbuild/win32-x64@0.17.17: 304 - resolution: {integrity: sha512-FNZw7H3aqhF9OyRQbDDnzUApDXfC1N6fgBhkqEO2jvYCJ+DxMTfZVqg3AX0R1khg1wHTBRD5SdcibSJ+XF6bFg==} 303 + /@esbuild/win32-x64@0.17.18: 304 + resolution: {integrity: sha512-qU25Ma1I3NqTSHJUOKi9sAH1/Mzuvlke0ioMJRthLXKm7JiSKVwFghlGbDLOO2sARECGhja4xYfRAZNPAkooYg==} 305 305 engines: {node: '>=12'} 306 306 cpu: [x64] 307 307 os: [win32] ··· 309 309 dev: true 310 310 optional: true 311 311 312 - /@eslint-community/eslint-utils@4.4.0(eslint@8.39.0): 312 + /@eslint-community/eslint-utils@4.4.0(eslint@8.40.0): 313 313 resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} 314 314 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 315 315 peerDependencies: 316 316 eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 317 317 dependencies: 318 - eslint: 8.39.0 319 - eslint-visitor-keys: 3.4.0 318 + eslint: 8.40.0 319 + eslint-visitor-keys: 3.4.1 320 320 dev: true 321 321 322 - /@eslint-community/regexpp@4.5.0: 323 - resolution: {integrity: sha512-vITaYzIcNmjn5tF5uxcZ/ft7/RXGrMUIS9HalWckEOF6ESiwXKoMzAQf2UW0aVd6rnOeExTJVd5hmWXucBKGXQ==} 322 + /@eslint-community/regexpp@4.5.1: 323 + resolution: {integrity: sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==} 324 324 engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} 325 325 dev: true 326 326 327 - /@eslint/eslintrc@2.0.2: 328 - resolution: {integrity: sha512-3W4f5tDUra+pA+FzgugqL2pRimUTDJWKr7BINqOpkZrC0uYI0NIc0/JFgBROCU07HR6GieA5m3/rsPIhDmCXTQ==} 327 + /@eslint/eslintrc@2.0.3: 328 + resolution: {integrity: sha512-+5gy6OQfk+xx3q0d6jGZZC3f3KzAkXc/IanVxd1is/VIIziRqqt3ongQz0FiTUXqTk0c7aDB3OaFuKnuSoJicQ==} 329 329 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 330 330 dependencies: 331 331 ajv: 6.12.6 332 332 debug: 4.3.4 333 - espree: 9.5.1 333 + espree: 9.5.2 334 334 globals: 13.20.0 335 335 ignore: 5.2.4 336 336 import-fresh: 3.3.0 ··· 341 341 - supports-color 342 342 dev: true 343 343 344 - /@eslint/js@8.39.0: 345 - resolution: {integrity: sha512-kf9RB0Fg7NZfap83B3QOqOGg9QmD9yBudqQXzzOtn3i4y7ZUXe5ONeW34Gwi+TxhH4mvj72R1Zc300KUMa9Bng==} 344 + /@eslint/js@8.40.0: 345 + resolution: {integrity: sha512-ElyB54bJIhXQYVKjDSvCkPO1iU1tSAeVQJbllWJq1XQSmmA4dgFk8CbiBGpiOPxleE48vDogxCtmMYku4HSVLA==} 346 346 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 347 347 dev: true 348 348 ··· 350 350 resolution: {integrity: sha512-EvYTiXet5XqweYGClEmpu3BoxmsQ4hkj3QaYA6qEnigCWffTP3vNRwBReTdrwDwo7OoJ3wM8Uoe9Uk4n+d4hfg==} 351 351 dev: false 352 352 353 - /@floating-ui/dom@1.2.6: 354 - resolution: {integrity: sha512-02vxFDuvuVPs22iJICacezYJyf7zwwOCWkPNkWNBr1U0Qt1cKFYzWvxts0AmqcOQGwt/3KJWcWIgtbUU38keyw==} 353 + /@floating-ui/dom@1.2.7: 354 + resolution: {integrity: sha512-DyqylONj1ZaBnzj+uBnVfzdjjCkFCL2aA9ESHLyUOGSqb03RpbLMImP1ekIQXYs4KLk9jAjJfZAU8hXfWSahEg==} 355 355 dependencies: 356 356 '@floating-ui/core': 1.2.6 357 357 dev: false ··· 397 397 fastq: 1.15.0 398 398 dev: true 399 399 400 - /@swc/core-darwin-arm64@1.3.53: 401 - resolution: {integrity: sha512-JvWwV/duzdQ60iwWYceDhDk75LmdrLoPC7myX3Src3gl/bJtETMq7uHS9uY8m0GQOqbct7XGR3q5Ff21YxkSzg==} 400 + /@swc/core-darwin-arm64@1.3.56: 401 + resolution: {integrity: sha512-DZcu7BzDaLEdWHabz9DRTP0yEBLqkrWmskFcD5BX0lGAvoIvE4duMnAqi5F2B3X7630QioHRCYFoRw2WkeE3Cw==} 402 402 engines: {node: '>=10'} 403 403 cpu: [arm64] 404 404 os: [darwin] ··· 406 406 dev: true 407 407 optional: true 408 408 409 - /@swc/core-darwin-x64@1.3.53: 410 - resolution: {integrity: sha512-UuIGZtCfUPJM2Q01bRIFzmucOMg8UZ+mY3kh5xB8kl/VrLltBlraSWGjjJzYmUeUxiF8+CtMfeSYav5QfU2v3g==} 409 + /@swc/core-darwin-x64@1.3.56: 410 + resolution: {integrity: sha512-VH5saqYFasdRXJy6RAT+MXm0+IjkMZvOkohJwUei+oA65cKJofQwrJ1jZro8yOJFYvUSI3jgNRGsdBkmo/4hMw==} 411 411 engines: {node: '>=10'} 412 412 cpu: [x64] 413 413 os: [darwin] ··· 415 415 dev: true 416 416 optional: true 417 417 418 - /@swc/core-linux-arm-gnueabihf@1.3.53: 419 - resolution: {integrity: sha512-LupAjTErteyLmowYIfiQeTz3uVh7/SPYv/EuG1PYrajNoUYomt7WA0rQUoyglF9VtwVyNqxptWEO5So32ApTHA==} 418 + /@swc/core-linux-arm-gnueabihf@1.3.56: 419 + resolution: {integrity: sha512-LWwPo6NnJkH01+ukqvkoNIOpMdw+Zundm4vBeicwyVrkP+mC3kwVfi03TUFpQUz3kRKdw/QEnxGTj+MouCPbtw==} 420 420 engines: {node: '>=10'} 421 421 cpu: [arm] 422 422 os: [linux] ··· 424 424 dev: true 425 425 optional: true 426 426 427 - /@swc/core-linux-arm64-gnu@1.3.53: 428 - resolution: {integrity: sha512-kREfZdiJH/O8GtJJ22wVN9DVzz/+CPAkw5Mn5te2KQg0xJHMWaESU5XeYMWvtwyOQVmb31b6zCGFy3pnBWWfGw==} 427 + /@swc/core-linux-arm64-gnu@1.3.56: 428 + resolution: {integrity: sha512-GzsUy/4egJ4cMlxbM+Ub7AMi5CKAc+pxBxrh8MUPQbyStW8jGgnQsJouTnGy0LHawtdEnsCOl6PcO6OgvktXuQ==} 429 429 engines: {node: '>=10'} 430 430 cpu: [arm64] 431 431 os: [linux] ··· 433 433 dev: true 434 434 optional: true 435 435 436 - /@swc/core-linux-arm64-musl@1.3.53: 437 - resolution: {integrity: sha512-VeAgomBr6BVuBRjZjRHmvp5gKp1nZgbbd441ca1AvsPd2c+ZyhyHLxTWeHOzBDa/vYnmi9BCwx3QJzFqbAFPVw==} 436 + /@swc/core-linux-arm64-musl@1.3.56: 437 + resolution: {integrity: sha512-9gxL09BIiAv8zY0DjfnFf19bo8+P4T9tdhzPwcm+1yPJcY5yr1+YFWLNFzz01agtOj6VlZ2/wUJTaOfdjjtc+A==} 438 438 engines: {node: '>=10'} 439 439 cpu: [arm64] 440 440 os: [linux] ··· 442 442 dev: true 443 443 optional: true 444 444 445 - /@swc/core-linux-x64-gnu@1.3.53: 446 - resolution: {integrity: sha512-LFX5+QpQkESPkmx860C40pIiYf1utEqoA+WDtmKnUz3DucYvw3eGlXCBdyklP7UBWwJktKIcPlIqr7yROY5VlQ==} 445 + /@swc/core-linux-x64-gnu@1.3.56: 446 + resolution: {integrity: sha512-n0ORNknl50vMRkll3BDO1E4WOqY6iISlPV1ZQCRLWQ6YQ2q8/WAryBxc2OAybcGHBUFkxyACpJukeU1QZ/9tNw==} 447 447 engines: {node: '>=10'} 448 448 cpu: [x64] 449 449 os: [linux] ··· 451 451 dev: true 452 452 optional: true 453 453 454 - /@swc/core-linux-x64-musl@1.3.53: 455 - resolution: {integrity: sha512-O0lbJgeaM0VEsG8wFYvpF+Iuf0IENv+LnXHoygkAsv67sVW54+gFxav2sEdkftD5qYe9ku4tmtTVYRZlFgC84Q==} 454 + /@swc/core-linux-x64-musl@1.3.56: 455 + resolution: {integrity: sha512-r+D34WLAOAlJtfw1gaVWpHRwCncU9nzW9i7w9kSw4HpWYnHJOz54jLGSEmNsrhdTCz1VK2ar+V2ktFUsrlGlDA==} 456 456 engines: {node: '>=10'} 457 457 cpu: [x64] 458 458 os: [linux] ··· 460 460 dev: true 461 461 optional: true 462 462 463 - /@swc/core-win32-arm64-msvc@1.3.53: 464 - resolution: {integrity: sha512-7PgvPl0aNLaFZSK+rIi4DB1g0aW2qOsTIJQSJGRszsCP8pze/traXymyuSG2I3y9Hx7Z+bP5ycJydyAgCw88WA==} 463 + /@swc/core-win32-arm64-msvc@1.3.56: 464 + resolution: {integrity: sha512-29Yt75Is6X24z3x8h/xZC1HnDPkPpyLH9mDQiM6Cuc0I9mVr1XSriPEUB2N/awf5IE4SA8c+3IVq1DtKWbkJIw==} 465 465 engines: {node: '>=10'} 466 466 cpu: [arm64] 467 467 os: [win32] ··· 469 469 dev: true 470 470 optional: true 471 471 472 - /@swc/core-win32-ia32-msvc@1.3.53: 473 - resolution: {integrity: sha512-T+OacGm69t8+1mt1sHlwhREiFiFgSeIGL3h11FIs8o2zKnOr5z2H9myzR432X8WuHGVQAOCMvDu53LCMBD0ZzQ==} 472 + /@swc/core-win32-ia32-msvc@1.3.56: 473 + resolution: {integrity: sha512-mplp0zbYDrcHtfvkniXlXdB04e2qIjz2Gq/XHKr4Rnc6xVORJjjXF91IemXKpavx2oZYJws+LNJL7UFQ8jyCdQ==} 474 474 engines: {node: '>=10'} 475 475 cpu: [ia32] 476 476 os: [win32] ··· 478 478 dev: true 479 479 optional: true 480 480 481 - /@swc/core-win32-x64-msvc@1.3.53: 482 - resolution: {integrity: sha512-uV1/GhROJ/SXzj+f+kKcVtR2GuAiggvbqepzZS46+G47okf6229hr2T1fjmiwYyA75w9R3Bj/wil4UhodohOLg==} 481 + /@swc/core-win32-x64-msvc@1.3.56: 482 + resolution: {integrity: sha512-zp8MBnrw/bjdLenO/ifYzHrImSjKunqL0C2IF4LXYNRfcbYFh2NwobsVQMZ20IT0474lKRdlP8Oxdt+bHuXrzA==} 483 483 engines: {node: '>=10'} 484 484 cpu: [x64] 485 485 os: [win32] ··· 487 487 dev: true 488 488 optional: true 489 489 490 - /@swc/core@1.3.53: 491 - resolution: {integrity: sha512-OM5nCfKDZXr1HjxD072Jlx5463tPX7xeY7NDSRE3X4KFlkRDFdyMWAyV3pet1oouOfUNrzzoVTAR4XSU8ytO6Q==} 490 + /@swc/core@1.3.56: 491 + resolution: {integrity: sha512-yz/EeXT+PMZucUNrYceRUaTfuNS4IIu5EDZSOlvCEvm4jAmZi7CYH1B/kvzEzoAOzr7zkQiDPNJftcQXLkjbjA==} 492 492 engines: {node: '>=10'} 493 493 requiresBuild: true 494 494 peerDependencies: ··· 497 497 '@swc/helpers': 498 498 optional: true 499 499 optionalDependencies: 500 - '@swc/core-darwin-arm64': 1.3.53 501 - '@swc/core-darwin-x64': 1.3.53 502 - '@swc/core-linux-arm-gnueabihf': 1.3.53 503 - '@swc/core-linux-arm64-gnu': 1.3.53 504 - '@swc/core-linux-arm64-musl': 1.3.53 505 - '@swc/core-linux-x64-gnu': 1.3.53 506 - '@swc/core-linux-x64-musl': 1.3.53 507 - '@swc/core-win32-arm64-msvc': 1.3.53 508 - '@swc/core-win32-ia32-msvc': 1.3.53 509 - '@swc/core-win32-x64-msvc': 1.3.53 500 + '@swc/core-darwin-arm64': 1.3.56 501 + '@swc/core-darwin-x64': 1.3.56 502 + '@swc/core-linux-arm-gnueabihf': 1.3.56 503 + '@swc/core-linux-arm64-gnu': 1.3.56 504 + '@swc/core-linux-arm64-musl': 1.3.56 505 + '@swc/core-linux-x64-gnu': 1.3.56 506 + '@swc/core-linux-x64-musl': 1.3.56 507 + '@swc/core-win32-arm64-msvc': 1.3.56 508 + '@swc/core-win32-ia32-msvc': 1.3.56 509 + '@swc/core-win32-x64-msvc': 1.3.56 510 510 dev: true 511 511 512 512 /@types/json-schema@7.0.11: ··· 520 520 /@types/react-calendar-heatmap@1.6.3: 521 521 resolution: {integrity: sha512-C6hN9Nl0NBqeJEkivwwf/bvWNoPwpwGSNABwYl0yHD20rClSJqRgYoGPKDIn8QqoYHGJsTFJdFbBAZRPlJ/+qg==} 522 522 dependencies: 523 - '@types/react': 18.0.38 523 + '@types/react': 18.2.6 524 524 dev: true 525 525 526 - /@types/react-dom@18.0.11: 527 - resolution: {integrity: sha512-O38bPbI2CWtgw/OoQoY+BRelw7uysmXbWvw3nLWO21H1HSh+GOlqPuXshJfjmpNlKiiSDG9cc1JZAaMmVdcTlw==} 526 + /@types/react-dom@18.2.4: 527 + resolution: {integrity: sha512-G2mHoTMTL4yoydITgOGwWdWMVd8sNgyEP85xVmMKAPUBwQWm9wBPQUmvbeF4V3WBY1P7mmL4BkjQ0SqUpf1snw==} 528 528 dependencies: 529 - '@types/react': 18.0.38 529 + '@types/react': 18.2.6 530 530 dev: true 531 531 532 - /@types/react@18.0.38: 533 - resolution: {integrity: sha512-ExsidLLSzYj4cvaQjGnQCk4HFfVT9+EZ9XZsQ8Hsrcn8QNgXtpZ3m9vSIC2MWtx7jHictK6wYhQgGh6ic58oOw==} 532 + /@types/react@18.2.6: 533 + resolution: {integrity: sha512-wRZClXn//zxCFW+ye/D2qY65UsYP1Fpex2YXorHc8awoNamkMZSvBxwxdYVInsHOZZd2Ppq8isnSzJL5Mpf8OA==} 534 534 dependencies: 535 535 '@types/prop-types': 15.7.5 536 536 '@types/scheduler': 0.16.3 ··· 545 545 resolution: {integrity: sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==} 546 546 dev: true 547 547 548 - /@typescript-eslint/eslint-plugin@5.59.0(@typescript-eslint/parser@5.59.0)(eslint@8.39.0)(typescript@5.0.4): 549 - resolution: {integrity: sha512-p0QgrEyrxAWBecR56gyn3wkG15TJdI//eetInP3zYRewDh0XS+DhB3VUAd3QqvziFsfaQIoIuZMxZRB7vXYaYw==} 548 + /@typescript-eslint/eslint-plugin@5.59.2(@typescript-eslint/parser@5.59.2)(eslint@8.40.0)(typescript@5.0.4): 549 + resolution: {integrity: sha512-yVrXupeHjRxLDcPKL10sGQ/QlVrA8J5IYOEWVqk0lJaSZP7X5DfnP7Ns3cc74/blmbipQ1htFNVGsHX6wsYm0A==} 550 550 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 551 551 peerDependencies: 552 552 '@typescript-eslint/parser': ^5.0.0 ··· 556 556 typescript: 557 557 optional: true 558 558 dependencies: 559 - '@eslint-community/regexpp': 4.5.0 560 - '@typescript-eslint/parser': 5.59.0(eslint@8.39.0)(typescript@5.0.4) 561 - '@typescript-eslint/scope-manager': 5.59.0 562 - '@typescript-eslint/type-utils': 5.59.0(eslint@8.39.0)(typescript@5.0.4) 563 - '@typescript-eslint/utils': 5.59.0(eslint@8.39.0)(typescript@5.0.4) 559 + '@eslint-community/regexpp': 4.5.1 560 + '@typescript-eslint/parser': 5.59.2(eslint@8.40.0)(typescript@5.0.4) 561 + '@typescript-eslint/scope-manager': 5.59.2 562 + '@typescript-eslint/type-utils': 5.59.2(eslint@8.40.0)(typescript@5.0.4) 563 + '@typescript-eslint/utils': 5.59.2(eslint@8.40.0)(typescript@5.0.4) 564 564 debug: 4.3.4 565 - eslint: 8.39.0 565 + eslint: 8.40.0 566 566 grapheme-splitter: 1.0.4 567 567 ignore: 5.2.4 568 568 natural-compare-lite: 1.4.0 ··· 573 573 - supports-color 574 574 dev: true 575 575 576 - /@typescript-eslint/parser@5.59.0(eslint@8.39.0)(typescript@5.0.4): 577 - resolution: {integrity: sha512-qK9TZ70eJtjojSUMrrEwA9ZDQ4N0e/AuoOIgXuNBorXYcBDk397D2r5MIe1B3cok/oCtdNC5j+lUUpVB+Dpb+w==} 576 + /@typescript-eslint/parser@5.59.2(eslint@8.40.0)(typescript@5.0.4): 577 + resolution: {integrity: sha512-uq0sKyw6ao1iFOZZGk9F8Nro/8+gfB5ezl1cA06SrqbgJAt0SRoFhb9pXaHvkrxUpZaoLxt8KlovHNk8Gp6/HQ==} 578 578 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 579 579 peerDependencies: 580 580 eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 ··· 583 583 typescript: 584 584 optional: true 585 585 dependencies: 586 - '@typescript-eslint/scope-manager': 5.59.0 587 - '@typescript-eslint/types': 5.59.0 588 - '@typescript-eslint/typescript-estree': 5.59.0(typescript@5.0.4) 586 + '@typescript-eslint/scope-manager': 5.59.2 587 + '@typescript-eslint/types': 5.59.2 588 + '@typescript-eslint/typescript-estree': 5.59.2(typescript@5.0.4) 589 589 debug: 4.3.4 590 - eslint: 8.39.0 590 + eslint: 8.40.0 591 591 typescript: 5.0.4 592 592 transitivePeerDependencies: 593 593 - supports-color 594 594 dev: true 595 595 596 - /@typescript-eslint/scope-manager@5.59.0: 597 - resolution: {integrity: sha512-tsoldKaMh7izN6BvkK6zRMINj4Z2d6gGhO2UsI8zGZY3XhLq1DndP3Ycjhi1JwdwPRwtLMW4EFPgpuKhbCGOvQ==} 596 + /@typescript-eslint/scope-manager@5.59.2: 597 + resolution: {integrity: sha512-dB1v7ROySwQWKqQ8rEWcdbTsFjh2G0vn8KUyvTXdPoyzSL6lLGkiXEV5CvpJsEe9xIdKV+8Zqb7wif2issoOFA==} 598 598 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 599 599 dependencies: 600 - '@typescript-eslint/types': 5.59.0 601 - '@typescript-eslint/visitor-keys': 5.59.0 600 + '@typescript-eslint/types': 5.59.2 601 + '@typescript-eslint/visitor-keys': 5.59.2 602 602 dev: true 603 603 604 - /@typescript-eslint/type-utils@5.59.0(eslint@8.39.0)(typescript@5.0.4): 605 - resolution: {integrity: sha512-d/B6VSWnZwu70kcKQSCqjcXpVH+7ABKH8P1KNn4K7j5PXXuycZTPXF44Nui0TEm6rbWGi8kc78xRgOC4n7xFgA==} 604 + /@typescript-eslint/type-utils@5.59.2(eslint@8.40.0)(typescript@5.0.4): 605 + resolution: {integrity: sha512-b1LS2phBOsEy/T381bxkkywfQXkV1dWda/z0PhnIy3bC5+rQWQDS7fk9CSpcXBccPY27Z6vBEuaPBCKCgYezyQ==} 606 606 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 607 607 peerDependencies: 608 608 eslint: '*' ··· 611 611 typescript: 612 612 optional: true 613 613 dependencies: 614 - '@typescript-eslint/typescript-estree': 5.59.0(typescript@5.0.4) 615 - '@typescript-eslint/utils': 5.59.0(eslint@8.39.0)(typescript@5.0.4) 614 + '@typescript-eslint/typescript-estree': 5.59.2(typescript@5.0.4) 615 + '@typescript-eslint/utils': 5.59.2(eslint@8.40.0)(typescript@5.0.4) 616 616 debug: 4.3.4 617 - eslint: 8.39.0 617 + eslint: 8.40.0 618 618 tsutils: 3.21.0(typescript@5.0.4) 619 619 typescript: 5.0.4 620 620 transitivePeerDependencies: 621 621 - supports-color 622 622 dev: true 623 623 624 - /@typescript-eslint/types@5.59.0: 625 - resolution: {integrity: sha512-yR2h1NotF23xFFYKHZs17QJnB51J/s+ud4PYU4MqdZbzeNxpgUr05+dNeCN/bb6raslHvGdd6BFCkVhpPk/ZeA==} 624 + /@typescript-eslint/types@5.59.2: 625 + resolution: {integrity: sha512-LbJ/HqoVs2XTGq5shkiKaNTuVv5tTejdHgfdjqRUGdYhjW1crm/M7og2jhVskMt8/4wS3T1+PfFvL1K3wqYj4w==} 626 626 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 627 627 dev: true 628 628 629 - /@typescript-eslint/typescript-estree@5.59.0(typescript@5.0.4): 630 - resolution: {integrity: sha512-sUNnktjmI8DyGzPdZ8dRwW741zopGxltGs/SAPgGL/AAgDpiLsCFLcMNSpbfXfmnNeHmK9h3wGmCkGRGAoUZAg==} 629 + /@typescript-eslint/typescript-estree@5.59.2(typescript@5.0.4): 630 + resolution: {integrity: sha512-+j4SmbwVmZsQ9jEyBMgpuBD0rKwi9RxRpjX71Brr73RsYnEr3Lt5QZ624Bxphp8HUkSKfqGnPJp1kA5nl0Sh7Q==} 631 631 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 632 632 peerDependencies: 633 633 typescript: '*' ··· 635 635 typescript: 636 636 optional: true 637 637 dependencies: 638 - '@typescript-eslint/types': 5.59.0 639 - '@typescript-eslint/visitor-keys': 5.59.0 638 + '@typescript-eslint/types': 5.59.2 639 + '@typescript-eslint/visitor-keys': 5.59.2 640 640 debug: 4.3.4 641 641 globby: 11.1.0 642 642 is-glob: 4.0.3 ··· 647 647 - supports-color 648 648 dev: true 649 649 650 - /@typescript-eslint/utils@5.59.0(eslint@8.39.0)(typescript@5.0.4): 651 - resolution: {integrity: sha512-GGLFd+86drlHSvPgN/el6dRQNYYGOvRSDVydsUaQluwIW3HvbXuxyuD5JETvBt/9qGYe+lOrDk6gRrWOHb/FvA==} 650 + /@typescript-eslint/utils@5.59.2(eslint@8.40.0)(typescript@5.0.4): 651 + resolution: {integrity: sha512-kSuF6/77TZzyGPhGO4uVp+f0SBoYxCDf+lW3GKhtKru/L8k/Hd7NFQxyWUeY7Z/KGB2C6Fe3yf2vVi4V9TsCSQ==} 652 652 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 653 653 peerDependencies: 654 654 eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 655 655 dependencies: 656 - '@eslint-community/eslint-utils': 4.4.0(eslint@8.39.0) 656 + '@eslint-community/eslint-utils': 4.4.0(eslint@8.40.0) 657 657 '@types/json-schema': 7.0.11 658 658 '@types/semver': 7.3.13 659 - '@typescript-eslint/scope-manager': 5.59.0 660 - '@typescript-eslint/types': 5.59.0 661 - '@typescript-eslint/typescript-estree': 5.59.0(typescript@5.0.4) 662 - eslint: 8.39.0 659 + '@typescript-eslint/scope-manager': 5.59.2 660 + '@typescript-eslint/types': 5.59.2 661 + '@typescript-eslint/typescript-estree': 5.59.2(typescript@5.0.4) 662 + eslint: 8.40.0 663 663 eslint-scope: 5.1.1 664 664 semver: 7.5.0 665 665 transitivePeerDependencies: ··· 667 667 - typescript 668 668 dev: true 669 669 670 - /@typescript-eslint/visitor-keys@5.59.0: 671 - resolution: {integrity: sha512-qZ3iXxQhanchCeaExlKPV3gDQFxMUmU35xfd5eCXB6+kUw1TUAbIy2n7QIrwz9s98DQLzNWyHp61fY0da4ZcbA==} 670 + /@typescript-eslint/visitor-keys@5.59.2: 671 + resolution: {integrity: sha512-EEpsO8m3RASrKAHI9jpavNv9NlEUebV4qmF1OWxSTtKSFBpC1NCmWazDQHFivRf0O1DV11BA645yrLEVQ0/Lig==} 672 672 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 673 673 dependencies: 674 - '@typescript-eslint/types': 5.59.0 675 - eslint-visitor-keys: 3.4.0 674 + '@typescript-eslint/types': 5.59.2 675 + eslint-visitor-keys: 3.4.1 676 676 dev: true 677 677 678 - /@vitejs/plugin-react-swc@3.3.0(vite@4.3.1): 678 + /@vitejs/plugin-react-swc@3.3.0(vite@4.3.5): 679 679 resolution: {integrity: sha512-Ycg+n2eyCOTpn/wRy+evVo859+hw7qCj9iaX5CMny6x1fx1Uoq0xBG+a98lFtwLNGfGEnpI0F26YigRuxCRkwg==} 680 680 peerDependencies: 681 681 vite: ^4 682 682 dependencies: 683 - '@swc/core': 1.3.53 684 - vite: 4.3.1 683 + '@swc/core': 1.3.56 684 + vite: 4.3.5 685 685 transitivePeerDependencies: 686 686 - '@swc/helpers' 687 687 dev: true ··· 823 823 esutils: 2.0.3 824 824 dev: true 825 825 826 - /esbuild@0.17.17: 827 - resolution: {integrity: sha512-/jUywtAymR8jR4qsa2RujlAF7Krpt5VWi72Q2yuLD4e/hvtNcFQ0I1j8m/bxq238pf3/0KO5yuXNpuLx8BE1KA==} 826 + /esbuild@0.17.18: 827 + resolution: {integrity: sha512-z1lix43jBs6UKjcZVKOw2xx69ffE2aG0PygLL5qJ9OS/gy0Ewd1gW/PUQIOIQGXBHWNywSc0floSKoMFF8aK2w==} 828 828 engines: {node: '>=12'} 829 829 hasBin: true 830 830 requiresBuild: true 831 831 optionalDependencies: 832 - '@esbuild/android-arm': 0.17.17 833 - '@esbuild/android-arm64': 0.17.17 834 - '@esbuild/android-x64': 0.17.17 835 - '@esbuild/darwin-arm64': 0.17.17 836 - '@esbuild/darwin-x64': 0.17.17 837 - '@esbuild/freebsd-arm64': 0.17.17 838 - '@esbuild/freebsd-x64': 0.17.17 839 - '@esbuild/linux-arm': 0.17.17 840 - '@esbuild/linux-arm64': 0.17.17 841 - '@esbuild/linux-ia32': 0.17.17 842 - '@esbuild/linux-loong64': 0.17.17 843 - '@esbuild/linux-mips64el': 0.17.17 844 - '@esbuild/linux-ppc64': 0.17.17 845 - '@esbuild/linux-riscv64': 0.17.17 846 - '@esbuild/linux-s390x': 0.17.17 847 - '@esbuild/linux-x64': 0.17.17 848 - '@esbuild/netbsd-x64': 0.17.17 849 - '@esbuild/openbsd-x64': 0.17.17 850 - '@esbuild/sunos-x64': 0.17.17 851 - '@esbuild/win32-arm64': 0.17.17 852 - '@esbuild/win32-ia32': 0.17.17 853 - '@esbuild/win32-x64': 0.17.17 832 + '@esbuild/android-arm': 0.17.18 833 + '@esbuild/android-arm64': 0.17.18 834 + '@esbuild/android-x64': 0.17.18 835 + '@esbuild/darwin-arm64': 0.17.18 836 + '@esbuild/darwin-x64': 0.17.18 837 + '@esbuild/freebsd-arm64': 0.17.18 838 + '@esbuild/freebsd-x64': 0.17.18 839 + '@esbuild/linux-arm': 0.17.18 840 + '@esbuild/linux-arm64': 0.17.18 841 + '@esbuild/linux-ia32': 0.17.18 842 + '@esbuild/linux-loong64': 0.17.18 843 + '@esbuild/linux-mips64el': 0.17.18 844 + '@esbuild/linux-ppc64': 0.17.18 845 + '@esbuild/linux-riscv64': 0.17.18 846 + '@esbuild/linux-s390x': 0.17.18 847 + '@esbuild/linux-x64': 0.17.18 848 + '@esbuild/netbsd-x64': 0.17.18 849 + '@esbuild/openbsd-x64': 0.17.18 850 + '@esbuild/sunos-x64': 0.17.18 851 + '@esbuild/win32-arm64': 0.17.18 852 + '@esbuild/win32-ia32': 0.17.18 853 + '@esbuild/win32-x64': 0.17.18 854 854 dev: true 855 855 856 856 /escape-string-regexp@4.0.0: ··· 858 858 engines: {node: '>=10'} 859 859 dev: true 860 860 861 - /eslint-plugin-react-hooks@4.6.0(eslint@8.39.0): 861 + /eslint-plugin-react-hooks@4.6.0(eslint@8.40.0): 862 862 resolution: {integrity: sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==} 863 863 engines: {node: '>=10'} 864 864 peerDependencies: 865 865 eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 866 866 dependencies: 867 - eslint: 8.39.0 867 + eslint: 8.40.0 868 868 dev: true 869 869 870 - /eslint-plugin-react-refresh@0.3.4(eslint@8.39.0): 871 - resolution: {integrity: sha512-E0ViBglxSQAERBp6eTj5fPgtCRtDonnbCFiVQBhf4Dto2blJRxg1dFUMdMh7N6ljTI4UwPhHwYDQ3Dyo4m6bwA==} 870 + /eslint-plugin-react-refresh@0.4.1(eslint@8.40.0): 871 + resolution: {integrity: sha512-QgrvtRJkmV+m4w953LS146+6RwEe5waouubFVNLBfOjXJf6MLczjymO8fOcKj9jMS8aKkTCMJqiPu2WEeFI99A==} 872 872 peerDependencies: 873 873 eslint: '>=7' 874 874 dependencies: 875 - eslint: 8.39.0 875 + eslint: 8.40.0 876 876 dev: true 877 877 878 878 /eslint-scope@5.1.1: ··· 891 891 estraverse: 5.3.0 892 892 dev: true 893 893 894 - /eslint-visitor-keys@3.4.0: 895 - resolution: {integrity: sha512-HPpKPUBQcAsZOsHAFwTtIKcYlCje62XB7SEAcxjtmW6TD1WVpkS6i6/hOVtTZIl4zGj/mBqpFVGvaDneik+VoQ==} 894 + /eslint-visitor-keys@3.4.1: 895 + resolution: {integrity: sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==} 896 896 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 897 897 dev: true 898 898 899 - /eslint@8.39.0: 900 - resolution: {integrity: sha512-mwiok6cy7KTW7rBpo05k6+p4YVZByLNjAZ/ACB9DRCu4YDRwjXI01tWHp6KAUWelsBetTxKK/2sHB0vdS8Z2Og==} 899 + /eslint@8.40.0: 900 + resolution: {integrity: sha512-bvR+TsP9EHL3TqNtj9sCNJVAFK3fBN8Q7g5waghxyRsPLIMwL73XSKnZFK0hk/O2ANC+iAoq6PWMQ+IfBAJIiQ==} 901 901 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 902 902 hasBin: true 903 903 dependencies: 904 - '@eslint-community/eslint-utils': 4.4.0(eslint@8.39.0) 905 - '@eslint-community/regexpp': 4.5.0 906 - '@eslint/eslintrc': 2.0.2 907 - '@eslint/js': 8.39.0 904 + '@eslint-community/eslint-utils': 4.4.0(eslint@8.40.0) 905 + '@eslint-community/regexpp': 4.5.1 906 + '@eslint/eslintrc': 2.0.3 907 + '@eslint/js': 8.40.0 908 908 '@humanwhocodes/config-array': 0.11.8 909 909 '@humanwhocodes/module-importer': 1.0.1 910 910 '@nodelib/fs.walk': 1.2.8 ··· 915 915 doctrine: 3.0.0 916 916 escape-string-regexp: 4.0.0 917 917 eslint-scope: 7.2.0 918 - eslint-visitor-keys: 3.4.0 919 - espree: 9.5.1 918 + eslint-visitor-keys: 3.4.1 919 + espree: 9.5.2 920 920 esquery: 1.5.0 921 921 esutils: 2.0.3 922 922 fast-deep-equal: 3.1.3 ··· 945 945 - supports-color 946 946 dev: true 947 947 948 - /espree@9.5.1: 949 - resolution: {integrity: sha512-5yxtHSZXRSW5pvv3hAlXM5+/Oswi1AUFqBmbibKb5s6bp3rGIDkyXU6xCoyuuLhijr4SFwPrXRoZjz0AZDN9tg==} 948 + /espree@9.5.2: 949 + resolution: {integrity: sha512-7OASN1Wma5fum5SrNhFMAMJxOUAbhyfQ8dQ//PJaJbNw0URTPWqIghHWt1MmAANKhHZIYOHruW4Kw4ruUWOdGw==} 950 950 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 951 951 dependencies: 952 952 acorn: 8.8.2 953 953 acorn-jsx: 5.3.2(acorn@8.8.2) 954 - eslint-visitor-keys: 3.4.0 954 + eslint-visitor-keys: 3.4.1 955 955 dev: true 956 956 957 957 /esquery@1.5.0: ··· 1403 1403 resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==} 1404 1404 dev: false 1405 1405 1406 - /react-tooltip@5.11.1(react-dom@18.2.0)(react@18.2.0): 1407 - resolution: {integrity: sha512-+2a/DvmOlPQd5e1f3s32E/+vv4Tv4UmPxZfCyeVr4BeY3SRCEKGHiE36jH+UtqxSuRP9TKviwmhow4gNDRXCMQ==} 1406 + /react-tooltip@5.11.2(react-dom@18.2.0)(react@18.2.0): 1407 + resolution: {integrity: sha512-yKTX6FeHtv2DjvuHHIjvNkBcTzbTk63wqVbAe7+Ub09ePzby54AdfYppZKbx5KT1+k9+vEv+k+jTaOZMNxsTnA==} 1408 1408 peerDependencies: 1409 1409 react: '>=16.14.0' 1410 1410 react-dom: '>=16.14.0' 1411 1411 dependencies: 1412 - '@floating-ui/dom': 1.2.6 1412 + '@floating-ui/dom': 1.2.7 1413 1413 classnames: 2.3.2 1414 1414 react: 18.2.0 1415 1415 react-dom: 18.2.0(react@18.2.0) ··· 1439 1439 glob: 7.2.3 1440 1440 dev: true 1441 1441 1442 - /rollup@3.20.7: 1443 - resolution: {integrity: sha512-P7E2zezKSLhWnTz46XxjSmInrbOCiul1yf+kJccMxT56vxjHwCbDfoLbiqFgu+WQoo9ij2PkraYaBstgB2prBA==} 1442 + /rollup@3.21.5: 1443 + resolution: {integrity: sha512-a4NTKS4u9PusbUJcfF4IMxuqjFzjm6ifj76P54a7cKnvVzJaG12BLVR+hgU2YDGHzyMMQNxLAZWuALsn8q2oQg==} 1444 1444 engines: {node: '>=14.18.0', npm: '>=8.0.0'} 1445 1445 hasBin: true 1446 1446 optionalDependencies: ··· 1453 1453 queue-microtask: 1.2.3 1454 1454 dev: true 1455 1455 1456 - /rxjs@7.8.0: 1457 - resolution: {integrity: sha512-F2+gxDshqmIub1KdvZkaEfGDwLNpPvk9Fs6LD/MyQxNgMds/WH9OdDDXOmxUZpME+iSK3rQCctkL0DYyytUqMg==} 1456 + /rxjs@7.8.1: 1457 + resolution: {integrity: sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==} 1458 1458 requiresBuild: true 1459 1459 dependencies: 1460 1460 tslib: 2.5.0 ··· 1566 1566 /typed-emitter@2.1.0: 1567 1567 resolution: {integrity: sha512-g/KzbYKbH5C2vPkaXGu8DJlHrGKHLsM25Zg9WuC9pMGfuvT+X25tZQWo5fK1BjBm8+UrVE9LDCvaY0CQk+fXDA==} 1568 1568 optionalDependencies: 1569 - rxjs: 7.8.0 1569 + rxjs: 7.8.1 1570 1570 dev: false 1571 1571 1572 1572 /typescript@5.0.4: ··· 1587 1587 punycode: 2.3.0 1588 1588 dev: true 1589 1589 1590 - /vite@4.3.1: 1591 - resolution: {integrity: sha512-EPmfPLAI79Z/RofuMvkIS0Yr091T2ReUoXQqc5ppBX/sjFRhHKiPPF/R46cTdoci/XgeQpB23diiJxq5w30vdg==} 1590 + /vite@4.3.5: 1591 + resolution: {integrity: sha512-0gEnL9wiRFxgz40o/i/eTBwm+NEbpUeTWhzKrZDSdKm6nplj+z4lKz8ANDgildxHm47Vg8EUia0aicKbawUVVA==} 1592 1592 engines: {node: ^14.18.0 || >=16.0.0} 1593 1593 hasBin: true 1594 1594 peerDependencies: ··· 1612 1612 terser: 1613 1613 optional: true 1614 1614 dependencies: 1615 - esbuild: 0.17.17 1615 + esbuild: 0.17.18 1616 1616 postcss: 8.4.23 1617 - rollup: 3.20.7 1617 + rollup: 3.21.5 1618 1618 optionalDependencies: 1619 1619 fsevents: 2.3.2 1620 1620 dev: true
+3 -1
src/styles.css
··· 24 24 text-align: center; 25 25 } 26 26 27 - .github-fork-ribbon:before { background-color: #c00; } 27 + .github-fork-ribbon:before { 28 + background-color: #c00; 29 + } 28 30 29 31 #passwordNotice { 30 32 font-size: 80%;
+3 -3
vite.config.ts
··· 1 - import { defineConfig } from 'vite' 2 - import react from '@vitejs/plugin-react-swc' 1 + import { defineConfig } from 'vite'; 2 + import react from '@vitejs/plugin-react-swc'; 3 3 4 4 // https://vitejs.dev/config/ 5 5 export default defineConfig({ 6 6 plugins: [react()], 7 - }) 7 + });