mirror of
https://github.com/Damillora/Rinze.git
synced 2024-11-22 03:37:33 +00:00
Update Shian for updated styles
This commit is contained in:
parent
94e3c86f81
commit
d134f0bd4a
@ -9,7 +9,7 @@
|
||||
"start": "node __sapper__/build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@damillora/shian": "^0.3.1",
|
||||
"@damillora/shian": "^0.4.0",
|
||||
"compression": "^1.7.1",
|
||||
"dayjs": "^1.10.4",
|
||||
"howler": "^2.2.1",
|
||||
|
1
src/node_modules/components/CopyArea.svelte
generated
vendored
1
src/node_modules/components/CopyArea.svelte
generated
vendored
@ -6,7 +6,6 @@
|
||||
copyarea.select();
|
||||
copyarea.setSelectionRange(0, 99999);
|
||||
document.execCommand("copy");
|
||||
console.log(copyarea.value);
|
||||
};
|
||||
</script>
|
||||
|
||||
|
1
src/node_modules/lib/yuriko-birthday.js
generated
vendored
1
src/node_modules/lib/yuriko-birthday.js
generated
vendored
@ -7,7 +7,6 @@ dayjs.extend(timezone);
|
||||
|
||||
const isYurikoBirthday = function() {
|
||||
const today = dayjs().tz("Asia/Tokyo");
|
||||
console.log(today.date() +" "+today.hour());
|
||||
const month = today.month();
|
||||
const date = today.date();
|
||||
return (month === 2 /* march */) && (date === 18);
|
||||
|
@ -823,10 +823,10 @@
|
||||
lodash "^4.17.19"
|
||||
to-fast-properties "^2.0.0"
|
||||
|
||||
"@damillora/shian@^0.3.1":
|
||||
version "0.3.1"
|
||||
resolved "https://registry.yarnpkg.com/@damillora/shian/-/shian-0.3.1.tgz#afdd48dba94ba2711956e6b5f331ae5a9d91178d"
|
||||
integrity sha512-D2wEW5O0hQMBU1MndZiFbjXngRnwoYtG/knqlaYFkGztmRc1W3SVQsqhwlLbKyPGnLJgQMzS7i6KQn5FQC8ZBg==
|
||||
"@damillora/shian@^0.4.0":
|
||||
version "0.4.0"
|
||||
resolved "https://registry.yarnpkg.com/@damillora/shian/-/shian-0.4.0.tgz#9d7b3a56cbc3a799f9b3878ff6ea62d7c7c1362a"
|
||||
integrity sha512-OLGCD2455mVjXTrV43dQ3YD+sze23zmDRdXgwZmSJj3Fi4Dhmq8SPU9eKkaOH5TdbmQW72xIMa6CmDwzZXYKBQ==
|
||||
|
||||
"@polka/url@^1.0.0-next.11", "@polka/url@^1.0.0-next.9":
|
||||
version "1.0.0-next.11"
|
||||
|
Loading…
Reference in New Issue
Block a user