From b9deec1487aadc4b7f14d69e7e70568c40c016e0 Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Tue, 30 Mar 2021 05:00:24 +0000 Subject: [PATCH] chore(deps): bump + docs: remove absolute instructions from readme --- assets/README.md | 2 -- assets/scss/styles.scss | 16 ------------ assets/scss/themes.scss | 2 +- babel.config.js | 4 +-- components/README.md | 2 -- layouts/README.md | 2 -- package-lock.json | 56 +++++++++++++++++++++++++---------------- package.json | 8 +++--- plugins/README.md | 2 -- static/README.md | 2 -- store/README.md | 2 -- tailwind.config.js | 2 +- 12 files changed, 42 insertions(+), 58 deletions(-) diff --git a/assets/README.md b/assets/README.md index 34766f934..24ba5cdec 100644 --- a/assets/README.md +++ b/assets/README.md @@ -1,7 +1,5 @@ # ASSETS -**This directory is not required, you can delete it if you don't want to use it.** - This directory contains your un-compiled assets such as LESS, SASS, or JavaScript. More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/assets#webpacked). diff --git a/assets/scss/styles.scss b/assets/scss/styles.scss index b4aafd1ff..1e01621dc 100644 --- a/assets/scss/styles.scss +++ b/assets/scss/styles.scss @@ -47,7 +47,6 @@ body { @apply bg-bgColor; @apply text-fgColor; @apply text-base; - @apply font-body; @apply font-medium; @apply select-none; @apply transition; @@ -340,7 +339,6 @@ button { @apply p-4; @apply bg-acColor; @apply text-actColor; - @apply font-body; @apply font-bold; @apply transition; @apply ease-in-out; @@ -412,20 +410,6 @@ button { } .material-icons { - @apply font-icon; - @apply font-normal; - @apply not-italic; - @apply inline-block; - @apply normal-case; - @apply tracking-normal; - @apply whitespace-nowrap; - @apply antialiased; - - word-wrap: normal; - direction: ltr; - text-rendering: optimizeLegibility; - font-feature-settings: "liga"; - &:active { animation: beat 0.5s forwards 1; } diff --git a/assets/scss/themes.scss b/assets/scss/themes.scss index d313827ba..78def568d 100644 --- a/assets/scss/themes.scss +++ b/assets/scss/themes.scss @@ -1,5 +1,5 @@ @mixin baseTheme { - --font-body: "Poppins", "sans-serif"; + --font-sans: "Poppins", "sans-serif"; --font-mono: "Roboto Mono", "monospace"; --font-icon: "Material Icons"; } diff --git a/babel.config.js b/babel.config.js index fbc7468ef..f25790144 100644 --- a/babel.config.js +++ b/babel.config.js @@ -5,9 +5,7 @@ function isBabelLoader(caller) { module.exports = function (api) { if (api.env("test") && !api.caller(isBabelLoader)) { return { - plugins: [ - "@babel/plugin-proposal-class-properties" - ], + plugins: ["@babel/plugin-proposal-class-properties"], presets: [ [ "@babel/preset-env", diff --git a/components/README.md b/components/README.md index a079f1060..92b3dd1fb 100644 --- a/components/README.md +++ b/components/README.md @@ -1,7 +1,5 @@ # COMPONENTS -**This directory is not required, you can delete it if you don't want to use it.** - The components directory contains your Vue.js Components. _Nuxt.js doesn't supercharge these components._ diff --git a/layouts/README.md b/layouts/README.md index cad1ad573..a709d79fe 100644 --- a/layouts/README.md +++ b/layouts/README.md @@ -1,7 +1,5 @@ # LAYOUTS -**This directory is not required, you can delete it if you don't want to use it.** - This directory contains your Application Layouts. More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/views#layouts). diff --git a/package-lock.json b/package-lock.json index 00f3808ab..39d320c1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,24 +18,23 @@ "integrity": "sha512-3eJJ841uKxeV8dcN/2yGEUy+RfgQspPEgQat85umsE1rotuquQ2AbIub4S6j7c50a2d+4myc+zSlnXeIHrOnhQ==" }, "@babel/core": { - "version": "7.13.13", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.13.13.tgz", - "integrity": "sha512-1xEs9jZAyKIouOoCmpsgk/I26PoKyvzQ2ixdRpRzfbcp1fL+ozw7TUgdDgwonbTovqRaTfRh50IXuw4QrWO0GA==", + "version": "7.13.14", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.13.14.tgz", + "integrity": "sha512-wZso/vyF4ki0l0znlgM4inxbdrUvCb+cVz8grxDq+6C9k6qbqoIJteQOKicaKjCipU3ISV+XedCqpL2RJJVehA==", "requires": { "@babel/code-frame": "^7.12.13", "@babel/generator": "^7.13.9", "@babel/helper-compilation-targets": "^7.13.13", - "@babel/helper-module-transforms": "^7.13.12", + "@babel/helper-module-transforms": "^7.13.14", "@babel/helpers": "^7.13.10", "@babel/parser": "^7.13.13", "@babel/template": "^7.12.13", "@babel/traverse": "^7.13.13", - "@babel/types": "^7.13.13", + "@babel/types": "^7.13.14", "convert-source-map": "^1.7.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", "json5": "^2.1.2", - "lodash": "^4.17.19", "semver": "^6.3.0", "source-map": "^0.5.0" }, @@ -51,6 +50,21 @@ "semver": "^6.3.0" } }, + "@babel/helper-module-transforms": { + "version": "7.13.14", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.13.14.tgz", + "integrity": "sha512-QuU/OJ0iAOSIatyVZmfqB0lbkVP0kDRiKj34xy+QNsnVZi/PA6BoSoreeqnxxa9EHFAIL0R9XOaAR/G9WlIy5g==", + "requires": { + "@babel/helper-module-imports": "^7.13.12", + "@babel/helper-replace-supers": "^7.13.12", + "@babel/helper-simple-access": "^7.13.12", + "@babel/helper-split-export-declaration": "^7.12.13", + "@babel/helper-validator-identifier": "^7.12.11", + "@babel/template": "^7.12.13", + "@babel/traverse": "^7.13.13", + "@babel/types": "^7.13.14" + } + }, "@babel/parser": { "version": "7.13.13", "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.13.13.tgz", @@ -72,9 +86,9 @@ } }, "@babel/types": { - "version": "7.13.13", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.13.13.tgz", - "integrity": "sha512-kt+EpC6qDfIaqlP+DIbIJOclYy/A1YXs9dAf/ljbi+39Bcbc073H6jKVpXEr/EoIh5anGn5xq/yRVzKl+uIc9w==", + "version": "7.13.14", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.13.14.tgz", + "integrity": "sha512-A2aa3QTkWoyqsZZFl56MLUsfmh7O0gN41IPvXAE/++8ojpbz12SszD7JEGYVdn4f9Kt4amIei07swF1h4AqmmQ==", "requires": { "@babel/helper-validator-identifier": "^7.12.11", "lodash": "^4.17.19", @@ -3680,9 +3694,9 @@ "dev": true }, "@types/minimatch": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.3.tgz", - "integrity": "sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==", + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-1z8k4wzFnNjVK/tlxvrWuK5WMt6mydWWP7+zvH5eFep4oj+UkrfiJTRtjCeBXNpwaA/FYqqtb4/QS4ianFpIRA==", "dev": true }, "@types/node": { @@ -9517,9 +9531,9 @@ "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==" }, "husky": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/husky/-/husky-5.2.0.tgz", - "integrity": "sha512-AM8T/auHXRBxlrfPVLKP6jt49GCM2Zz47m8G3FOMsLmTv8Dj/fKVWE0Rh2d4Qrvmy131xEsdQnb3OXRib67PGg==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/husky/-/husky-6.0.0.tgz", + "integrity": "sha512-SQS2gDTB7tBN486QSoKPKQItZw97BMOd+Kdb6ghfpBc0yXyzrddI0oDV5MkDAbuB4X2mO3/nj60TRMcYxwzZeQ==", "dev": true }, "iconv-lite": { @@ -12242,9 +12256,9 @@ } }, "mustache": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/mustache/-/mustache-4.1.0.tgz", - "integrity": "sha512-0FsgP/WVq4mKyjolIyX+Z9Bd+3WS8GOwoUTyKXT5cTYMGeauNTi2HPCwERqseC1IHAy0Z7MDZnJBfjabd4O8GQ==" + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/mustache/-/mustache-4.2.0.tgz", + "integrity": "sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ==" }, "mute-stream": { "version": "0.0.8", @@ -16823,9 +16837,9 @@ } }, "rxjs": { - "version": "6.6.6", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.6.tgz", - "integrity": "sha512-/oTwee4N4iWzAMAL9xdGKjkEHmIwupR3oXbQjCKywF1BeFohswF3vZdogbmEF6pZkOsXTzWkrZszrWpQTByYVg==", + "version": "6.6.7", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz", + "integrity": "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==", "requires": { "tslib": "^1.9.0" }, diff --git a/package.json b/package.json index a6463758c..881d698c0 100644 --- a/package.json +++ b/package.json @@ -33,11 +33,11 @@ "graphql": "^15.5.0", "graphql-language-service-interface": "^2.8.2", "lodash": "^4.17.20", - "mustache": "^4.1.0", + "mustache": "^4.2.0", "nuxt": "^2.15.3", "nuxt-i18n": "^6.22.2", "paho-mqtt": "^1.1.0", - "rxjs": "^6.6.3", + "rxjs": "^6.6.7", "socket.io-client": "^4.0.0", "socketio-wildcard": "^2.0.0", "tern": "^0.24.3", @@ -48,7 +48,7 @@ "yargs-parser": "^20.2.7" }, "devDependencies": { - "@babel/core": "^7.13.13", + "@babel/core": "^7.13.14", "@babel/plugin-proposal-class-properties": "^7.12.13", "@babel/preset-env": "^7.13.10", "@nuxt/types": "^2.15.3", @@ -65,7 +65,7 @@ "babel-jest": "^26.6.3", "eslint": "^7.23.0", "eslint-plugin-vue": "^7.7.0", - "husky": "^5.2.0", + "husky": "^6.0.0", "jest": "^26.6.3", "jest-serializer-vue": "^2.0.2", "postcss": "^8.2.8", diff --git a/plugins/README.md b/plugins/README.md index ca1f9d8a4..f4f309ca4 100644 --- a/plugins/README.md +++ b/plugins/README.md @@ -1,7 +1,5 @@ # PLUGINS -**This directory is not required, you can delete it if you don't want to use it.** - This directory contains Javascript plugins that you want to run before mounting the root Vue.js application. More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/plugins). diff --git a/static/README.md b/static/README.md index cf004353b..7bc62cf37 100644 --- a/static/README.md +++ b/static/README.md @@ -1,7 +1,5 @@ # STATIC -**This directory is not required, you can delete it if you don't want to use it.** - This directory contains your static files. Each file inside this directory is mapped to `/`. Thus you'd want to delete this README.md before deploying to production. diff --git a/store/README.md b/store/README.md index 1972d277a..36db9a7b5 100644 --- a/store/README.md +++ b/store/README.md @@ -1,7 +1,5 @@ # STORE -**This directory is not required, you can delete it if you don't want to use it.** - This directory contains your Vuex Store files. Vuex Store option is implemented in the Nuxt.js framework. diff --git a/tailwind.config.js b/tailwind.config.js index 7a1600624..b03638456 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -42,7 +42,7 @@ export default { }, }, fontFamily: { - body: "var(--font-body)", + sans: "var(--font-sans)", mono: "var(--font-mono)", icon: "var(--font-icon)", },