Skip to content

Commit

Permalink
fix: bump non-breaking dependencies to latest (#615)
Browse files Browse the repository at this point in the history
  • Loading branch information
aversini authored Sep 5, 2024
1 parent 707f0c3 commit 57c9f00
Show file tree
Hide file tree
Showing 5 changed files with 372 additions and 558 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
},
"devDependencies": {
"@node-cli/bundlesize": "4.2.1",
"@versini/dev-dependencies-client": "6.0.1",
"@versini/dev-dependencies-types": "1.3.4"
"@versini/dev-dependencies-client": "6.0.2",
"@versini/dev-dependencies-types": "1.3.5"
},
"packageManager": "pnpm@9.8.0+sha512.8e4c3550fb500e808dbc30bb0ce4dd1eb614e30b1c55245f211591ec2cdf9c611cabd34e1364b42f564bd54b3945ed0f49d61d1bbf2ec9bd74b866fcdc723276"
"packageManager": "pnpm@9.9.0+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1"
}
4 changes: 2 additions & 2 deletions packages/documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@ladle/react": "4.1.1"
},
"dependencies": {
"@tailwindcss/typography": "0.5.14",
"@tailwindcss/typography": "0.5.15",
"@versini/ui-components": "workspace:../ui-components",
"@versini/ui-fingerprint": "workspace:../ui-fingerprint",
"@versini/ui-form": "workspace:../ui-form",
Expand All @@ -29,7 +29,7 @@
"@versini/ui-system": "workspace:../ui-system",
"clsx": "2.1.1",
"prismjs": "1.29.0",
"prism-react-renderer": "2.3.1",
"prism-react-renderer": "2.4.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"tailwindcss": "3.4.10"
Expand Down
10 changes: 3 additions & 7 deletions packages/ui-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"build:check": "tsc",
"build:js": "vite build",
Expand Down Expand Up @@ -46,14 +44,12 @@
},
"dependencies": {
"@floating-ui/react": "0.26.23",
"@tailwindcss/typography": "0.5.14",
"@tailwindcss/typography": "0.5.15",
"@versini/ui-hooks": "workspace:../ui-hooks",
"@versini/ui-icons": "workspace:../ui-icons",
"@versini/ui-private": "workspace:../ui-private",
"clsx": "2.1.1",
"tailwindcss": "3.4.10"
},
"sideEffects": [
"**/*.css"
]
"sideEffects": ["**/*.css"]
}
6 changes: 2 additions & 4 deletions packages/ui-styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"build:check": "tsc",
"build:js": "vite build",
Expand All @@ -32,7 +30,7 @@
"test": "cross-env-shell NODE_ENV=test vitest run"
},
"dependencies": {
"@tailwindcss/typography": "0.5.14",
"@tailwindcss/typography": "0.5.15",
"culori": "4.0.1",
"tailwindcss": "3.4.10"
}
Expand Down
Loading

0 comments on commit 57c9f00

Please sign in to comment.