Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
goranalkovic-infinum committed Nov 28, 2024
1 parent 1172621 commit 0565419
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 17 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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,
Expand Down

0 comments on commit 0565419

Please sign in to comment.