Skip to content

Commit

Permalink
deps: webapp-core package updates (#559)
Browse files Browse the repository at this point in the history
* deps: Update tailwind-merge to 2.3.0

* deps: Update clsx to 2.1.1 and cva to 0.7.0

* deps: Update core-js and babel-jest

* deps: Bump @types/react | Update lucide across repo
  • Loading branch information
emil-litwiniec authored May 17, 2024
1 parent 9dfcd51 commit 1e2837e
Show file tree
Hide file tree
Showing 9 changed files with 916 additions and 1,101 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"@types/jest": "^29.5.10",
"@types/node": "18.19.32",
"@types/ramda": "^0.28.25",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "5.3.3",
"@types/react-test-renderer": "^18.0.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/webapp-libs/webapp-contentful/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@sb/webapp-api-client": "workspace:*",
"@sb/webapp-core": "workspace:*",
"lucide-react": "^0.224.0",
"lucide-react": "^0.378.0",
"query-string": "^7.1.3"
},
"peerDependencies": {
Expand Down
32 changes: 16 additions & 16 deletions packages/webapp-libs/webapp-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,31 +9,31 @@
"type-check": "tsc --noEmit --project tsconfig.lib.json"
},
"dependencies": {
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-avatar": "1.0.4",
"@radix-ui/react-checkbox": "1.0.4",
"@radix-ui/react-dialog": "1.0.5",
"@radix-ui/react-label": "2.0.2",
"@radix-ui/react-popover": "1.0.7",
"@radix-ui/react-radio-group": "1.1.3",
"@radix-ui/react-separator": "1.0.3",
"@radix-ui/react-slot": "1.0.2",
"@radix-ui/react-tabs": "1.0.4",
"@radix-ui/react-toast": "1.1.5",
"color": "^4.2.3",
"core-js": "^3.33.3",
"core-js": "^3.37.1",
"lodash.throttle": "^4.1.1",
"react-dropzone": "^14.2.3"
},
"devDependencies": {
"@types/color": "^3.0.6",
"@types/lodash.throttle": "^4.1.9",
"babel-jest": "28.1.3",
"class-variance-authority": "^0.6.1",
"clsx": "^1.2.1",
"babel-jest": "29.7.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"isomorphic-fetch": "^3.0.0",
"lucide-react": "^0.224.0",
"lucide-react": "^0.378.0",
"mockdate": "^3.0.5",
"resize-observer-polyfill": "^1.5.1",
"tailwind-merge": "^1.14.0"
"tailwind-merge": "^2.3.0"
}
}
2 changes: 1 addition & 1 deletion packages/webapp-libs/webapp-crud-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@sb/webapp-api-client": "workspace:*",
"@sb/webapp-core": "workspace:*",
"@sb/webapp-notifications": "workspace:*",
"lucide-react": "^0.224.0",
"lucide-react": "^0.378.0",
"react-click-away-listener": "^2.2.3"
}
}
2 changes: 1 addition & 1 deletion packages/webapp-libs/webapp-documents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"dependencies": {
"@sb/webapp-api-client": "workspace:*",
"@sb/webapp-core": "workspace:*",
"lucide-react": "^0.224.0"
"lucide-react": "^0.378.0"
}
}
2 changes: 1 addition & 1 deletion packages/webapp-libs/webapp-finances/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"react-click-away-listener": "^2.2.3"
},
"devDependencies": {
"lucide-react": "^0.224.0"
"lucide-react": "^0.378.0"
}
}
2 changes: 1 addition & 1 deletion packages/webapp-libs/webapp-notifications/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@sb/webapp-api-client": "workspace:*",
"@sb/webapp-core": "workspace:*",
"lucide-react": "^0.224.0",
"lucide-react": "^0.378.0",
"react-click-away-listener": "^2.2.3",
"react-infinite-scroll-hook": "^4.1.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
"intl": "^1.2.5",
"lucide-react": "^0.279.0",
"lucide-react": "^0.378.0",
"qrcode": "^1.5.3",
"react": "18.3.1",
"react-dom": "18.3.1"
Expand Down
Loading

0 comments on commit 1e2837e

Please sign in to comment.