From 37516c602d7578d1179cec6b55288ffbf19107c7 Mon Sep 17 00:00:00 2001 From: Valtteri Karesto Date: Thu, 25 Nov 2021 17:30:11 +0200 Subject: [PATCH] Add some dependencies and theme style change --- package.json | 5 ++++- stitches.config.ts | 2 +- yarn.lock | 29 ++++++++++++++++++++++++----- 3 files changed, 29 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 08e09f2..0215fe5 100644 --- a/package.json +++ b/package.json @@ -14,16 +14,19 @@ "@radix-ui/colors": "^0.1.7", "@radix-ui/react-dialog": "^0.1.1", "@radix-ui/react-dropdown-menu": "^0.1.1", - "@stitches/react": "^1.2.5", + "@radix-ui/react-id": "^0.1.1", + "@stitches/react": "^1.2.6-0", "monaco-editor": "^0.29.1", "next": "^12.0.4", "next-auth": "^4.0.0-beta.5", "next-themes": "^0.0.15", "octokit": "^1.7.0", "phosphor-react": "^1.3.1", + "re-resizable": "^6.9.1", "react": "17.0.2", "react-dom": "17.0.2", "react-hot-toast": "^2.1.1", + "react-new-window": "^0.2.1", "valtio": "^1.2.5" }, "devDependencies": { diff --git a/stitches.config.ts b/stitches.config.ts index 22836db..f7071aa 100644 --- a/stitches.config.ts +++ b/stitches.config.ts @@ -191,7 +191,7 @@ export const { }, fontWeights: { body: 400, - heading: 400, + heading: 700, bold: 700, }, lineHeights: { diff --git a/yarn.lock b/yarn.lock index 1873bc9..87b6188 100644 --- a/yarn.lock +++ b/yarn.lock @@ -584,7 +584,7 @@ "@radix-ui/react-primitive" "0.1.1" "@radix-ui/react-use-callback-ref" "0.1.0" -"@radix-ui/react-id@0.1.1": +"@radix-ui/react-id@0.1.1", "@radix-ui/react-id@^0.1.1": version "0.1.1" resolved "https://registry.yarnpkg.com/@radix-ui/react-id/-/react-id-0.1.1.tgz#42c8f3967875e6824b2ac9d49c66317047c8d6ff" integrity sha512-Vlg5me65+NUgxPBuA0Lk6FerNe+Mq4EuJ8xzpskGxS2t8p1puI3IkyLZ2wWtDSb1KXazoaHn8adBypagt+1P0g== @@ -752,10 +752,10 @@ resolved "https://registry.yarnpkg.com/@rushstack/eslint-patch/-/eslint-patch-1.0.8.tgz#be3e914e84eacf16dbebd311c0d0b44aa1174c64" integrity sha512-ZK5v4bJwgXldAUA8r3q9YKfCwOqoHTK/ZqRjSeRXQrBXWouoPnS4MQtgC4AXGiiBuUu5wxrRgTlv0ktmM4P1Aw== -"@stitches/react@^1.2.5": - version "1.2.5" - resolved "https://registry.yarnpkg.com/@stitches/react/-/react-1.2.5.tgz#2353343c220f0c59ba388a26fdd9ff7962cb6031" - integrity sha512-95Wwjp5cvoYQjg616OBiHZM1PnIF51pnFQIgSPxPzS/xXBrer9sNO1tfpVfLYfOifvuotse2IFNbypJ92BXzvg== +"@stitches/react@^1.2.6-0": + version "1.2.6-0" + resolved "https://registry.yarnpkg.com/@stitches/react/-/react-1.2.6-0.tgz#ea7a1d35940f96337d18f5afd41aee60cbdcede7" + integrity sha512-hws7FTFTatR5RhLkg6lFWzvGXpZYNA9OqAA8HC/jCJDDvfEpN/8+9DjTX7k7/4oEWyaZBOfALAyHj/YrgScjxQ== "@types/aws-lambda@^8.10.83": version "8.10.84" @@ -1883,6 +1883,11 @@ fast-levenshtein@^2.0.6: resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917" integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc= +fast-memoize@^2.5.1: + version "2.5.2" + resolved "https://registry.yarnpkg.com/fast-memoize/-/fast-memoize-2.5.2.tgz#79e3bb6a4ec867ea40ba0e7146816f6cdce9b57e" + integrity sha512-Ue0LwpDYErFbmNnZSF0UH6eImUwDmogUO1jyE+JbN2gsQz/jICm1Ve7t9QT0rNSsfJt+Hs4/S3GnsDVjL4HVrw== + fastq@^1.6.0: version "1.13.0" resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.13.0.tgz#616760f88a7526bdfc596b7cab8c18938c36b98c" @@ -3187,6 +3192,13 @@ raw-body@2.4.1: iconv-lite "0.4.24" unpipe "1.0.0" +re-resizable@^6.9.1: + version "6.9.1" + resolved "https://registry.yarnpkg.com/re-resizable/-/re-resizable-6.9.1.tgz#6be082b55d02364ca4bfee139e04feebdf52441c" + integrity sha512-KRYAgr9/j1PJ3K+t+MBhlQ+qkkoLDJ1rs0z1heIWvYbCW/9Vq4djDU+QumJ3hQbwwtzXF6OInla6rOx6hhgRhQ== + dependencies: + fast-memoize "^2.5.1" + react-dom@17.0.2: version "17.0.2" resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-17.0.2.tgz#ecffb6845e3ad8dbfcdc498f0d0a939736502c23" @@ -3213,6 +3225,13 @@ react-is@^16.8.1: resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4" integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== +react-new-window@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/react-new-window/-/react-new-window-0.2.1.tgz#510aa91ba0334f0d42ba499c617a37f46c4d84ba" + integrity sha512-3s6W8eipRbjoLGvWpFRPSt2/z5h9FTS01C+ZjaEZX7/cF6ejGc6JVuL4oEo0s73IluaqoLIDB49AK4fSMW8pJw== + dependencies: + prop-types "^15.7.2" + react-refresh@0.8.3: version "0.8.3" resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.8.3.tgz#721d4657672d400c5e3c75d063c4a85fb2d5d68f"