diff --git a/CHANGELOG.md b/CHANGELOG.md index ae2721d3d..9fe1a0a48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a CHANGELOG](https://keepachangelog.com/). +## [13.0.5] + +### Changed +- Updated dependencies. + ## [13.0.4] ### Changed @@ -1363,6 +1368,7 @@ Follow this migration script in order for you project to work correctly with the - Initial tagged release. [Unreleased]: https://github.com/infinum/eightshift-frontend-libs/compare/master...HEAD +[13.0.5]: https://github.com/infinum/eightshift-frontend-libs/compare/13.0.4...13.0.5 [13.0.4]: https://github.com/infinum/eightshift-frontend-libs/compare/13.0.3...13.0.4 [13.0.3]: https://github.com/infinum/eightshift-frontend-libs/compare/13.0.2...13.0.3 [13.0.2]: https://github.com/infinum/eightshift-frontend-libs/compare/13.0.1...13.0.2 diff --git a/package.json b/package.json index 9bdd4d09b..e69165ae0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eightshift/frontend-libs", - "version": "13.0.4", + "version": "13.0.5", "description": "A collection of useful frontend utility modules. powered by Eightshift", "author": { "name": "Eightshift team", @@ -36,22 +36,22 @@ "@dnd-kit/modifiers": "^7.0.0", "@dnd-kit/sortable": "^8.0.0", "@dnd-kit/utilities": "^3.2.2", - "@eightshift/ui-components": "^1.5.0", + "@eightshift/ui-components": "^1.6.0", "@stylistic/eslint-plugin-js": "^2.8.0", "@stylistic/stylelint-plugin": "^3.0.1", - "@swc/core": "^1.7.26", + "@swc/core": "^1.7.28", "@uidotdev/usehooks": "^2.4.1", - "@wordpress/api-fetch": "^7.7.0", - "@wordpress/block-editor": "^14.2.0", + "@wordpress/api-fetch": "^7.8.0", + "@wordpress/block-editor": "^14.3.0", "@wordpress/dependency-extraction-webpack-plugin": "^5.9.0", - "@wordpress/dom-ready": "^4.7.0", - "@wordpress/server-side-render": "^5.7.0", + "@wordpress/dom-ready": "^4.8.0", + "@wordpress/server-side-render": "^5.8.0", "autoprefixer": "^10.4.20", "clean-webpack-plugin": "^4.0.0", "core-js": "^3.38.1", "css-loader": "^7.1.2", "css-minimizer-webpack-plugin": "^7.0.0", - "eslint": "^9.10.0", + "eslint": "^9.11.1", "file-loader": "^6.2.0", "globals": "^15.9.0", "husky": "^9.1.6", @@ -64,15 +64,15 @@ "promisify-child-process": "^4.1.2", "raw-loader": "^4.0.2", "regenerator-runtime": "^0.14.1", - "sass": "^1.78.0", - "sass-loader": "^16.0.1", + "sass": "^1.79.3", + "sass-loader": "^16.0.2", "style-loader": "^4.0.0", "stylelint": "^16.9.0", "stylelint-config-standard": "^36.0.1", "stylelint-config-standard-scss": "^13.1.0", "swc-loader": "^0.2.6", "terser-webpack-plugin": "^5.3.10", - "webpack": "^5.94.0", + "webpack": "^5.95.0", "webpack-cli": "^5.1.4", "webpack-manifest-plugin": "^5.0.0", "webpack-merge": "^6.0.1" @@ -80,7 +80,7 @@ "devDependencies": { "lint-staged": "^15.2.10", "micromodal": "^0.4.10", - "ol": "^10.1.0", + "ol": "^10.2.1", "ol-mapbox-style": "^12.3.5", "swiper": "^11.1.14" },