From eca5a39d80fc6070163466f7fc28e93a6c9b15d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 10:25:50 +0000 Subject: [PATCH] chore(deps-dev): bump the js group across 1 directory with 2 updates Bumps the js group with 2 updates in the /solid directory: [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) and [tailwindcss](https://github.com/tailwindlabs/tailwindcss). Updates `@babel/eslint-parser` from 7.24.5 to 7.24.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.7/eslint/babel-eslint-parser) Updates `tailwindcss` from 3.4.3 to 3.4.4 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.4/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.3...v3.4.4) --- updated-dependencies: - dependency-name: "@babel/eslint-parser" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: js - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: js ... Signed-off-by: dependabot[bot] --- solid/package.json | 4 ++-- solid/yarn.lock | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/solid/package.json b/solid/package.json index d42f299..b4c15b8 100644 --- a/solid/package.json +++ b/solid/package.json @@ -22,7 +22,7 @@ "solid-markdown": "^2.0.1" }, "devDependencies": { - "@babel/eslint-parser": "^7.24.5", + "@babel/eslint-parser": "^7.24.7", "@tailwindcss/typography": "^0.5.13", "autoprefixer": "^10.4.19", "concurrently": "^8.2.1", @@ -35,7 +35,7 @@ "prettier": "^3.2.5", "stylelint": "^16.3.1", "stylelint-config-standard": "^36.0.0", - "tailwindcss": "^3.4.3", + "tailwindcss": "^3.4.4", "unplugin-fonts": "^1.1.1", "vite": "^5.2.11", "vite-plugin-solid": "^2.10.2" diff --git a/solid/yarn.lock b/solid/yarn.lock index eb803ee..73ddb3f 100644 --- a/solid/yarn.lock +++ b/solid/yarn.lock @@ -54,10 +54,10 @@ json5 "^2.2.3" semver "^6.3.1" -"@babel/eslint-parser@^7.24.5": - version "7.24.5" - resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.24.5.tgz#3b0f7d383a540329a30a6a9937cfc89461d26217" - integrity sha512-gsUcqS/fPlgAw1kOtpss7uhY6E9SFFANQ6EFX5GTvzUwaV0+sGaZWk6xq22MOdeT9wfxyokW3ceCUvOiRtZciQ== +"@babel/eslint-parser@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.24.7.tgz#27ebab1a1ec21f48ae191a8aaac5b82baf80d9c7" + integrity sha512-SO5E3bVxDuxyNxM5agFv480YA2HO6ohZbGxbazZdIk3KQOPOGVNw6q78I9/lbviIf95eq6tPozeYnJLbjnC8IA== dependencies: "@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1" eslint-visitor-keys "^2.1.0" @@ -3150,10 +3150,10 @@ table@^6.8.1: string-width "^4.2.3" strip-ansi "^6.0.1" -tailwindcss@^3.4.3: - version "3.4.3" - resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.4.3.tgz#be48f5283df77dfced705451319a5dffb8621519" - integrity sha512-U7sxQk/n397Bmx4JHbJx/iSOOv5G+II3f1kpLpY2QeUv5DcPdcTsYLlusZfq1NthHS1c1cZoyFmmkex1rzke0A== +tailwindcss@^3.4.4: + version "3.4.4" + resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.4.4.tgz#351d932273e6abfa75ce7d226b5bf3a6cb257c05" + integrity sha512-ZoyXOdJjISB7/BcLTR6SEsLgKtDStYyYZVLsUtWChO4Ps20CBad7lfJKVDiejocV4ME1hLmyY0WJE3hSDcmQ2A== dependencies: "@alloc/quick-lru" "^5.2.0" arg "^5.0.2"