Skip to content

Commit

Permalink
chore(deps): update deps required for package-bundler (#5305)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency tslib to ^2.8.1

* chore(deps): update rollup to ^4.28.0

* chore(deps): update ts-patch to ^3.3.0

* chore(deps): update postcss-preset-env to ^10.1.1

---------

Co-authored-by: cultureamp-renovate[bot] <89962466+cultureamp-renovate[bot]@users.noreply.github.com>
Co-authored-by: Cassandra Tam <[email protected]>
  • Loading branch information
cultureamp-renovate[bot] and HeartSquared authored Dec 5, 2024
1 parent 558f4ab commit b2044e3
Show file tree
Hide file tree
Showing 6 changed files with 516 additions and 296 deletions.
8 changes: 8 additions & 0 deletions .changeset/brown-candles-leave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@kaizen/package-bundler': patch
'@kaizen/design-tokens': patch
'@kaizen/components': patch
'@kaizen/tailwind': patch
---

Update deps for package-bundler.
6 changes: 3 additions & 3 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,18 +118,18 @@
"postcss": "^8.4.49",
"postcss-cli": "^11.0.0",
"postcss-import": "^16.1.0",
"postcss-preset-env": "^10.0.8",
"postcss-preset-env": "^10.1.1",
"postcss-scss": "^4.0.9",
"query-string": "^9.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-highlight": "^0.15.0",
"react-intl": "^6.8.9",
"rollup": "^4.27.2",
"rollup": "^4.28.0",
"sass": "1.79.6",
"serialize-query-params": "^2.0.2",
"svgo": "^3.3.2",
"tslib": "^2.8.0",
"tslib": "^2.8.1",
"tsx": "^4.19.2"
},
"devDependenciesComments": {
Expand Down
4 changes: 2 additions & 2 deletions packages/design-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"react": "^18.3.1",
"react-highlight": "^0.15.0",
"react-map-interaction": "^2.1.0",
"rollup": "^4.27.2",
"tslib": "^2.8.0",
"rollup": "^4.28.0",
"tslib": "^2.8.1",
"tsx": "^4.19.2"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/package-bundler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
"rollup-plugin-ignore": "^1.0.10",
"rollup-plugin-node-externals": "^7.1.3",
"rollup-plugin-postcss": "^4.0.2",
"ts-patch": "^3.2.1",
"ts-patch": "^3.3.0",
"typescript-transform-paths": "^3.5.2"
},
"dependenciesComments": {
"ts-patch": "Required for typescript-transform-paths"
},
"devDependencies": {
"rollup": "^4.27.2"
"rollup": "^4.28.0"
},
"devDependenciesComments": {
"typescript": "Installed in root"
Expand Down
4 changes: 2 additions & 2 deletions packages/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"devDependencies": {
"@kaizen/package-bundler": "workspace:*",
"classnames": "^2.5.1",
"rollup": "^4.27.2",
"rollup": "^4.28.0",
"tailwindcss": "^3.4.15",
"tslib": "^2.8.0"
"tslib": "^2.8.1"
},
"peerDependencies": {
"tailwindcss": ">=3.4.7"
Expand Down
Loading

0 comments on commit b2044e3

Please sign in to comment.