Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aversini committed Nov 13, 2023
1 parent a97ba94 commit deb460f
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"packages/*"
],
"scripts": {
"build": "yarn lerna run build",
"lint": "yarn lerna run lint",
"build": "lerna run build",
"lint": "lerna run lint",
"lint-staged": "lint-staged --config \"./configuration/lint-staged.config.cjs\"",
"prepare": "husky install",
"test": "yarn lerna run test"
"test": "lerna run test"
},
"devDependencies": {
"@versini/dev-dependencies-client": "1.1.2"
Expand Down
12 changes: 6 additions & 6 deletions packages/ui-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,18 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@floating-ui/react": "0.26.1",
"@floating-ui/react": "0.26.2",
"@tailwindcss/typography": "0.5.10",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.3.5"
},
"dependencies": {
"@floating-ui/react": "^0.26.1",
"@tailwindcss/typography": "^0.5.10",
"clsx": "^2.0.0",
"tailwindcss": "^3.3.5",
"uuid": "^9.0.1"
"@floating-ui/react": "0.26.2",
"@tailwindcss/typography": "0.5.10",
"clsx": "2.0.0",
"tailwindcss": "3.3.5",
"uuid": "9.0.1"
},
"sideEffects": [
"**/*.css"
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1925,7 +1925,7 @@ __metadata:
languageName: node
linkType: hard

"@floating-ui/react-dom@npm:^2.0.0, @floating-ui/react-dom@npm:^2.0.2":
"@floating-ui/react-dom@npm:^2.0.0, @floating-ui/react-dom@npm:^2.0.3":
version: 2.0.4
resolution: "@floating-ui/react-dom@npm:2.0.4"
dependencies:
Expand All @@ -1937,17 +1937,17 @@ __metadata:
languageName: node
linkType: hard

"@floating-ui/react@npm:0.26.1":
version: 0.26.1
resolution: "@floating-ui/react@npm:0.26.1"
"@floating-ui/react@npm:0.26.2":
version: 0.26.2
resolution: "@floating-ui/react@npm:0.26.2"
dependencies:
"@floating-ui/react-dom": "npm:^2.0.2"
"@floating-ui/react-dom": "npm:^2.0.3"
"@floating-ui/utils": "npm:^0.1.5"
tabbable: "npm:^6.0.1"
peerDependencies:
react: ">=16.8.0"
react-dom: ">=16.8.0"
checksum: 755631fc0adc17f4481fe6813387bdec3b90a1a0423685838d4d0e111392f1e643de1a02516a3736ead4b40388285017e6ca8044d0a049d44a86f41e53a0fa3f
checksum: 008f01f91cef3a7e4fd05b33f9524d52463ad42693384c6713b0d9dde94ba8ec5f1fecbd1112d98ce2181d70cf1079268bca192c9e124ad3cdaccb046fef09d7
languageName: node
linkType: hard

Expand Down Expand Up @@ -5318,13 +5318,13 @@ __metadata:
version: 0.0.0-use.local
resolution: "@versini/ui-components@workspace:packages/ui-components"
dependencies:
"@floating-ui/react": "npm:0.26.1"
"@floating-ui/react": "npm:0.26.2"
"@tailwindcss/typography": "npm:0.5.10"
clsx: "npm:^2.0.0"
clsx: "npm:2.0.0"
react: "npm:18.2.0"
react-dom: "npm:18.2.0"
tailwindcss: "npm:3.3.5"
uuid: "npm:^9.0.1"
uuid: "npm:9.0.1"
peerDependencies:
react: ^18.2.0
react-dom: ^18.2.0
Expand Down Expand Up @@ -6780,7 +6780,7 @@ __metadata:
languageName: node
linkType: hard

"clsx@npm:2.0.0, clsx@npm:^2.0.0":
"clsx@npm:2.0.0":
version: 2.0.0
resolution: "clsx@npm:2.0.0"
checksum: c09f43b3144a0b7826b6b11b6a111b2c7440831004eecc02d333533c5e58ef0aa5f2dce071d3b25fbb8c8ea97b45df96c74bcc1d51c8c2027eb981931107b0cd
Expand Down Expand Up @@ -15771,7 +15771,7 @@ __metadata:
languageName: node
linkType: hard

"uuid@npm:9.0.1, uuid@npm:^9.0.0, uuid@npm:^9.0.1":
"uuid@npm:9.0.1, uuid@npm:^9.0.0":
version: 9.0.1
resolution: "uuid@npm:9.0.1"
bin:
Expand Down

0 comments on commit deb460f

Please sign in to comment.