This commit is contained in:
sevichecc 2022-12-20 00:12:20 +08:00
parent e3504dc9ea
commit 2cda61b258
9 changed files with 9 additions and 10 deletions

View file

@ -86,6 +86,6 @@
"workbox-window": "^6.5.4" "workbox-window": "^6.5.4"
}, },
"dependencies": { "dependencies": {
"netlify-cli": "^12.3.0" "netlify-cli": "^12.4.0"
} }
} }

View file

@ -34,7 +34,7 @@ specifiers:
github-slugger: ^2.0.0 github-slugger: ^2.0.0
mdast-util-to-string: ^3.1.0 mdast-util-to-string: ^3.1.0
mdsvex: ^0.10.6 mdsvex: ^0.10.6
netlify-cli: ^12.3.0 netlify-cli: ^12.4.0
npm-run-all: ^4.1.5 npm-run-all: ^4.1.5
postcss: ^8.4.20 postcss: ^8.4.20
prettier: ^2.8.1 prettier: ^2.8.1
@ -63,7 +63,7 @@ specifiers:
workbox-window: ^6.5.4 workbox-window: ^6.5.4
dependencies: dependencies:
netlify-cli: 12.3.0_@types+node@18.11.15 netlify-cli: 12.4.0_@types+node@18.11.15
devDependencies: devDependencies:
'@iconify-json/heroicons-outline': 1.1.5 '@iconify-json/heroicons-outline': 1.1.5
@ -451,7 +451,6 @@ packages:
hasBin: true hasBin: true
dependencies: dependencies:
'@babel/types': 7.20.5 '@babel/types': 7.20.5
dev: true
/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.18.6_@babel+core@7.20.5: /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.18.6_@babel+core@7.20.5:
resolution: {integrity: sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==} resolution: {integrity: sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==}
@ -8984,8 +8983,8 @@ packages:
resolution: {integrity: sha512-9iN1ka/9zmX1ZvLV9ewJYEk9h7RyRRtqdK0woXcqohu8EWIerfPUjYJPg0ULy0UqP7cslmdGc8xKDJcojlKiaw==} resolution: {integrity: sha512-9iN1ka/9zmX1ZvLV9ewJYEk9h7RyRRtqdK0woXcqohu8EWIerfPUjYJPg0ULy0UqP7cslmdGc8xKDJcojlKiaw==}
dev: false dev: false
/netlify-cli/12.3.0_@types+node@18.11.15: /netlify-cli/12.4.0_@types+node@18.11.15:
resolution: {integrity: sha512-CPg1hi/21qwZP+pnyHIXOEzWgNRFAvFQ4uMvH/k2vPIS1LOAdFn31Y8J8ISOKLF1zUArbTawanpEhDjqMutCfg==} resolution: {integrity: sha512-psSL2L548C7bBr4JJQjmnqWQIuu/O2ZeL9FIrJd7dm6VTt3vKDMM1/eQluwUuXcBqVmYKNFh4UeMnVC/gqh4qg==}
engines: {node: ^14.16.0 || >=16.0.0} engines: {node: ^14.16.0 || >=16.0.0}
hasBin: true hasBin: true
requiresBuild: true requiresBuild: true
@ -9213,14 +9212,14 @@ packages:
resolution: {integrity: sha512-8Q1hXew6ETzqKRAs3jjLioSxNfT1cx74ooiF8RlAONwVMcfq+UdzLC2eB5qcPldUxaE5w3ytLkrmV1TGddhZTA==} resolution: {integrity: sha512-8Q1hXew6ETzqKRAs3jjLioSxNfT1cx74ooiF8RlAONwVMcfq+UdzLC2eB5qcPldUxaE5w3ytLkrmV1TGddhZTA==}
engines: {node: '>=6.0'} engines: {node: '>=6.0'}
dependencies: dependencies:
'@babel/parser': 7.16.8 '@babel/parser': 7.20.5
dev: false dev: false
/node-source-walk/5.0.0: /node-source-walk/5.0.0:
resolution: {integrity: sha512-58APXoMXpmmU+oVBJFajhTCoD8d/OGtngnVAWzIo2A8yn0IXwBzvIVIsTzoie/SrA37u+1hnpNz2HMWx/VIqlw==} resolution: {integrity: sha512-58APXoMXpmmU+oVBJFajhTCoD8d/OGtngnVAWzIo2A8yn0IXwBzvIVIsTzoie/SrA37u+1hnpNz2HMWx/VIqlw==}
engines: {node: '>=12'} engines: {node: '>=12'}
dependencies: dependencies:
'@babel/parser': 7.16.8 '@babel/parser': 7.20.5
dev: false dev: false
/node-stream-zip/1.15.0: /node-stream-zip/1.15.0:

View file

@ -3,8 +3,8 @@
</script> </script>
<script lang="ts"> <script lang="ts">
export let user = undefined export let user = ''
export let repo = undefined export let repo = ''
let info: { let info: {
html_url: string html_url: string
description: string description: string

Binary file not shown.

After

Width:  |  Height:  |  Size: 299 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 597 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 313 KiB