Skip to content

Commit

Permalink
update tsx, ts-jest, postcss, tailwind, autoprefixer deps (#4906)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcwinter07 authored Aug 8, 2024
1 parent 97130b1 commit 03d08cd
Show file tree
Hide file tree
Showing 6 changed files with 602 additions and 671 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@storybook/addon-essentials": "^8.2.5",
"@storybook/addon-interactions": "^8.2.5",
"@storybook/addon-links": "^8.2.5",
"@storybook/addon-webpack5-compiler-swc": "^1.0.4",
"@storybook/addon-webpack5-compiler-swc": "^1.0.5",
"@storybook/blocks": "^8.2.5",
"@storybook/components": "^8.2.5",
"@storybook/core-events": "^8.2.5",
Expand All @@ -72,7 +72,7 @@
"@storybook/test": "^8.2.5",
"@storybook/test-runner": "^0.19.1",
"@storybook/theming": "^8.2.5",
"@tanstack/react-query": "^5.51.11",
"@tanstack/react-query": "^5.51.21",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
Expand Down Expand Up @@ -114,7 +114,7 @@
"node-sass": "^9.0.0",
"playwright": "^1.45.3",
"plop": "^4.0.1",
"postcss": "^8.4.39",
"postcss": "^8.4.41",
"postcss-cli": "^11.0.0",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^16.1.0",
Expand All @@ -131,8 +131,8 @@
"style-loader": "^4.0.0",
"stylelint": "^16.8.1",
"stylelint-config-standard-scss": "^13.1.0",
"tailwindcss": "^3.4.6",
"ts-jest": "^29.2.3",
"tailwindcss": "^3.4.7",
"ts-jest": "^29.2.4",
"ts-node": "^10.9.2",
"turbo": "^2.0.9",
"typescript": "^5.5.4",
Expand Down
7 changes: 4 additions & 3 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,16 +109,17 @@
"@types/react-dom": "^18.3.0",
"@types/react-textfit": "^1.1.4",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.4.19",
"autoprefixer": "^10.4.20",
"concat-cli": "^4.0.0",
"query-string": "^9.1.0",
"react-intl": "^6.6.8",
"rollup": "^4.20.0",
"sass": "^1.77.8",
"serialize-query-params": "^2.0.2",
"svgo": "^3.3.2",
"ts-jest": "^29.2.3",
"tslib": "^2.6.3"
"ts-jest": "^29.2.4",
"tslib": "^2.6.3",
"tsx": "^4.16.5"
},
"devDependenciesComments": {
"postcss": "Installed in root",
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 @@ -37,10 +37,10 @@
"json-to-flat-sass": "^1.0.0",
"lodash.flatmap": "^4.5.0",
"object-to-css-variables": "^0.2.1",
"postcss": "^8.4.39",
"postcss": "^8.4.41",
"prettier": "*",
"react-map-interaction": "^2.1.0",
"tsx": "^4.16.2"
"tsx": "^4.16.5"
},
"dependencies": {
"@types/color-string": "^1.5.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/package-bundler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"typescript": "Installed in root"
},
"peerDependencies": {
"postcss": "^8.4.38",
"postcss": "^8.4.41",
"postcss-preset-env": "^9.5.14",
"rollup": "^4.18.0",
"tslib": ">=2.6.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"@kaizen/design-tokens": "workspace:*"
},
"peerDependencies": {
"tailwindcss": ">=3.4.3"
"tailwindcss": ">=3.4.7"
}
}
Loading

0 comments on commit 03d08cd

Please sign in to comment.