diff options
| -rw-r--r-- | docusaurus.config.js | 3 | ||||
| -rw-r--r-- | package.json | 4 | ||||
| -rw-r--r-- | yarn.lock | 16 |
3 files changed, 12 insertions, 11 deletions
diff --git a/docusaurus.config.js b/docusaurus.config.js index 186c799..5cadd12 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -68,6 +68,7 @@ module.exports = { title: 'Community', items: [ { label: 'Blog', to: 'blog', }, + { label: 'Twitter', href: 'https://twitter.com/Whirlsplash_', }, { label: 'Discord', href: 'https://discord.com/invite/8hn6padWF6', }, { label: 'Subreddit', href: 'https://www.reddit.com/r/Whirlsplash', }, ], @@ -81,7 +82,7 @@ module.exports = { ], }, ], - copyright: `Copyleft (ɔ) 2021-${new Date().getFullYear()} The Whirlsplash Collective`, + copyright: `Copyright (C) 2021-${new Date().getFullYear()} The Whirlsplash Collective`, }, colorMode: { diff --git a/package.json b/package.json index 20bd71e..786e1e8 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@docusaurus/theme-live-codeblock": "2.0.0-alpha.74", "@mdx-js/react": "1.6.22", "clsx": "1.1.1", - "dotenv": "8.2.0", + "dotenv": "10.0.0", "react": "17.0.2", "react-dom": "17.0.2" }, @@ -48,6 +48,6 @@ "commitizen": "4.2.4", "cz-conventional-changelog": "3.3.0", "husky": "6.0.0", - "typescript": "4.2.4" + "typescript": "4.3.4" } } @@ -4539,10 +4539,10 @@ dot-prop@^5.1.0, dot-prop@^5.2.0: dependencies: is-obj "^2.0.0" - version "8.2.0" - resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.2.0.tgz#97e619259ada750eea3e4ea3e26bceea5424b16a" - integrity sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw== + version "10.0.0" + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-10.0.0.tgz#3d4227b8fb95f81096cdd2b66653fb2c7085ba81" + integrity sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q== duplexer3@^0.1.4: version "0.1.4" @@ -10645,10 +10645,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= - version "4.2.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.4.tgz#8610b59747de028fda898a8aef0e103f156d0961" - integrity sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg== + version "4.3.4" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.4.tgz#3f85b986945bcf31071decdd96cf8bfa65f9dcbc" + integrity sha512-uauPG7XZn9F/mo+7MrsRjyvbxFpzemRjKEZXS4AK83oP2KKOJPvb+9cO/gmnv8arWZvhnjVOXz7B49m1l0e9Ew== ua-parser-js@^0.7.18: version "0.7.27" |