From 3f1cf15fa0e449016d6286324058f13025aacf83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Goran=20Alkovi=C4=87?= <77000136+goranalkovic-infinum@users.noreply.github.com> Date: Fri, 15 Nov 2024 09:26:37 +0100 Subject: [PATCH] update version and dependencies --- CHANGELOG.md | 1 + package.json | 40 ++++++++++++++++++++-------------------- 2 files changed, 21 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9dfcf8..93afd2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a ## [1.7.1] - 2024-11-14 - Fixed truncate helper when the input is empty. - Added 2 new UI icons and 3 new block icons. +- Updated dependencies. ## [1.7.0] - 2024-10-09 - Updated dependencies. diff --git a/package.json b/package.json index 1ef0a61..4952ef4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eightshift/ui-components", - "version": "1.7.0", + "version": "1.7.1", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", @@ -49,52 +49,52 @@ "@dnd-kit/react": "^0.0.5", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-jsx-parser": "^2.2.0", + "react-jsx-parser": "^2.2.2", "react-movable": "^3.3.1", "svg-to-jsx-string": "^0.1.1" }, "devDependencies": { - "@adobe/react-spectrum": "^3.37.0", + "@adobe/react-spectrum": "^3.37.1", "@dnd-kit/core": "^6.1.0", "@dnd-kit/modifiers": "^7.0.0", "@dnd-kit/sortable": "^8.0.0", "@dnd-kit/utilities": "^3.2.2", - "@eslint/compat": "^1.2.0", + "@eslint/compat": "^1.2.3", "@react-stately/collections": "^3.11.0", - "@stylistic/eslint-plugin-js": "^2.9.0", - "@types/react": "^18.3.11", - "@types/react-dom": "^18.3.0", + "@stylistic/eslint-plugin-js": "^2.10.1", + "@types/react": "^18.3.12", + "@types/react-dom": "^18.3.1", "@vitejs/plugin-react-swc": "^3.7.1", - "@wordpress/i18n": "^5.9.0", + "@wordpress/i18n": "^5.11.0", "autoprefixer": "^10.4.20", "clsx": "^2.1.1", "css-gradient-parser": "^0.0.16", - "eslint": "^9.12.0", + "eslint": "^9.14.0", "eslint-config-prettier": "^9.1.0", - "eslint-plugin-jsdoc": "^50.3.1", + "eslint-plugin-jsdoc": "^50.5.0", "eslint-plugin-prettier": "^5.2.1", - "framer-motion": "^11.11.4", + "framer-motion": "^11.11.17", "glob": "^11.0.0", - "globals": "^15.10.0", + "globals": "^15.12.0", "just-camel-case": "^6.2.0", "just-debounce-it": "^3.2.0", "just-has": "^2.3.0", "just-is-empty": "^3.4.1", "just-kebab-case": "^4.2.0", "just-throttle": "^4.2.0", - "lightningcss": "^1.27.0", - "postcss": "^8.4.47", + "lightningcss": "^1.28.1", + "postcss": "^8.4.49", "prettier": "^3.3.3", "prettier-plugin-tailwindcss": "^0.6.8", - "react-aria": "^3.35.0", - "react-aria-components": "^1.4.0", - "react-select": "^5.8.1", + "react-aria": "^3.35.1", + "react-aria-components": "^1.4.1", + "react-select": "^5.8.3", "react-stately": "^3.33.0", - "tailwindcss": "^3.4.13", + "tailwindcss": "^3.4.15", "tailwindcss-animate": "^1.0.7", "tailwindcss-react-aria-components": "^1.1.6", - "tailwindcss-scoped-preflight": "^3.4.5", - "vite": "^5.4.8", + "tailwindcss-scoped-preflight": "^3.4.9", + "vite": "^5.4.11", "vite-plugin-lib-inject-css": "^2.1.1" } }