diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 4ee09ab49f3..0abe803e42f 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -15,6 +15,7 @@ This serves two purposes: ### Changed - Updated 404 page home link to use the index route instead of the site URL https://github.com/hydephp/develop/pull/1278 - Improved generic type usage in the RegisterFileLocations trait https://github.com/hydephp/develop/pull/1279 +- Bumped HydeFront to v3.1 https://github.com/hydephp/develop/pull/1281 ### Deprecated - for soon-to-be removed features. diff --git a/package-lock.json b/package-lock.json index c2c74d253e5..b6a1265fed7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "devDependencies": { "@tailwindcss/typography": "^0.5.2", "autoprefixer": "^10.4.5", - "hydefront": "^3.0.0", + "hydefront": "^3.1.0", "laravel-mix": "^6.0.49", "postcss": "^8.4.13", "prettier": "2.6.0", @@ -5136,9 +5136,9 @@ } }, "node_modules/hydefront": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/hydefront/-/hydefront-3.0.0.tgz", - "integrity": "sha512-ylMulpREcTYuBxHCvZNse9+ytRE8rnEUx40VLB/We25jrmuexVBV2sIcoMQxzO77HK1dE9lYPCmQLRKQhAv0Nw==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/hydefront/-/hydefront-3.1.0.tgz", + "integrity": "sha512-UitmdIyDW/IXDgJpv3WmnaGF8oan3s082KpPmOl+pKwCFy1FxetFT3EqgAwjAiavyJkVeIo8qLD1U0/LEIFFmA==", "dev": true }, "node_modules/iconv-lite": { @@ -13174,9 +13174,9 @@ "dev": true }, "hydefront": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/hydefront/-/hydefront-3.0.0.tgz", - "integrity": "sha512-ylMulpREcTYuBxHCvZNse9+ytRE8rnEUx40VLB/We25jrmuexVBV2sIcoMQxzO77HK1dE9lYPCmQLRKQhAv0Nw==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/hydefront/-/hydefront-3.1.0.tgz", + "integrity": "sha512-UitmdIyDW/IXDgJpv3WmnaGF8oan3s082KpPmOl+pKwCFy1FxetFT3EqgAwjAiavyJkVeIo8qLD1U0/LEIFFmA==", "dev": true }, "iconv-lite": { diff --git a/package.json b/package.json index e220d257278..f14203cc453 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "devDependencies": { "@tailwindcss/typography": "^0.5.2", "autoprefixer": "^10.4.5", - "hydefront": "^3.0.0", + "hydefront": "^3.1.0", "laravel-mix": "^6.0.49", "postcss": "^8.4.13", "prettier": "2.6.0",