Skip to content

Commit

Permalink
Update klevu core to latest version (#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhil-narayana-klevu committed Apr 22, 2024
1 parent e9f9867 commit cdf320c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/react-klevu-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@klevu/core": "file:../../packages/klevu-core",
"@klevu/core": "^5.2.0",
"@klevu/ui-react": "file:../../packages/klevu-ui-react",
"lodash.groupby": "^4.6.0",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@klevu/core": "file:../../packages/klevu-core",
"@klevu/core": "^5.2.0",
"@mui/icons-material": "^5.14.12",
"@mui/material": "^5.14.12",
"axios": "^1.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/klevu-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"dependencies": {
"@floating-ui/dom": "^1.5.3",
"@klevu/core": "file:../klevu-core",
"@klevu/core": "^5.2.0",
"@stencil/core": "^4.4.0",
"axios": "^1.5.1",
"lit-html": "^2.8.0",
Expand Down

0 comments on commit cdf320c

Please sign in to comment.