Skip to content

Commit

Permalink
update version and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
goranalkovic-infinum committed Nov 15, 2024
1 parent 763081f commit 3f1cf15
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 20 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
}
}

0 comments on commit 3f1cf15

Please sign in to comment.