From 0565419487bbfd5263eb443d50145819490249a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Goran=20Alkovi=C4=87?= <77000136+goranalkovic-infinum@users.noreply.github.com> Date: Thu, 28 Nov 2024 21:18:59 +0100 Subject: [PATCH] update dependencies --- CHANGELOG.md | 1 + package.json | 34 +++++++++++++++++----------------- 2 files changed, 18 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index edb02e1..5af5f6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a ### Changed - Tweaked webpack config to properly include font files from `@eightshfit` packages from `node_modules`. +- Updated dependencies. ## [1.4.5] diff --git a/package.json b/package.json index f4c266c..f6d3ea7 100644 --- a/package.json +++ b/package.json @@ -34,31 +34,31 @@ "homepage": "https://github.com/infinum/eightshift-frontend-libs-tailwind#readme", "license": "MIT", "dependencies": { - "@eightshift/ui-components": "^1.7.0", - "@stylistic/eslint-plugin-js": "^2.10.1", + "@eightshift/ui-components": "^1.7.2", + "@stylistic/eslint-plugin-js": "^2.11.0", "@stylistic/stylelint-plugin": "^3.1.1", - "@swc/core": "^1.8.0", - "@wordpress/api-fetch": "^7.11.0", - "@wordpress/block-editor": "^14.6.0", + "@swc/core": "^1.9.3", + "@wordpress/api-fetch": "^7.13.0", + "@wordpress/block-editor": "^14.8.0", "@wordpress/dependency-extraction-webpack-plugin": "^5.9.0", - "@wordpress/dom-ready": "^4.11.0", - "@wordpress/server-side-render": "^5.11.0", + "@wordpress/dom-ready": "^4.13.0", + "@wordpress/server-side-render": "^5.13.0", "browserslist": "^4.24.2", "css-loader": "^7.1.2", "css-minimizer-webpack-plugin": "^7.0.0", - "eslint": "^9.14.0", + "eslint": "^9.15.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.2.1", "globals": "^15.12.0", - "husky": "^9.1.6", - "lightningcss": "^1.28.1", + "husky": "^9.1.7", + "lightningcss": "^1.28.2", "mini-css-extract-plugin": "^2.9.2", - "postcss": "^8.4.47", + "postcss": "^8.4.49", "postcss-loader": "^8.1.1", - "prettier": "^3.3.3", - "prettier-plugin-tailwindcss": "^0.6.8", + "prettier": "^3.4.1", + "prettier-plugin-tailwindcss": "^0.6.9", "sonner": "^1.7.0", - "stylelint": "^16.10.0", + "stylelint": "^16.11.0", "stylelint-config-standard": "^36.0.1", "swc-loader": "^0.2.6", "terser-webpack-plugin": "^5.3.10", @@ -68,13 +68,13 @@ "webpack-merge": "^6.0.1" }, "devDependencies": { - "embla-carousel": "^8.3.1", - "fluid-tailwind": "^1.0.3", + "embla-carousel": "^8.5.1", + "fluid-tailwind": "^1.0.4", "lint-staged": "^15.2.10", "micromodal": "^0.4.10", "ol": "^10.2.1", "ol-mapbox-style": "^12.3.5", - "tailwindcss": "^3.4.14", + "tailwindcss": "^3.4.15", "tailwindcss-animate": "^1.0.7" }, "sideEffects": false,