Skip to content
Merged
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"i18n:extract:remove-obsolete": "pnpm pkg:aio i18n:extract --deleteObsoleteTranslations"
},
"devDependencies": {
"@changesets/cli": "^2.30.0",
"@changesets/cli": "^2.31.0",
"@cultureamp/changelog-github": "^0.1.1",
"@eslint/js": "^9.39.4",
"@storybook/addon-a11y": "8.6.12",
Expand All @@ -59,7 +59,7 @@
"@types/react": "^18.3.28",
"@types/react-dom": "^18.3.7",
"@vitest/eslint-plugin": "^1.6.16",
"chromatic": "^16.3.0",
"chromatic": "^16.6.0",
"eslint": "^9.39.4",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-typescript": "^4.4.4",
Expand All @@ -75,15 +75,16 @@
"playwright": "^1.59.1",
"plop": "^4.0.5",
"prettier": "^3.8.3",
"postcss-scss": "^4.0.9",
"react": "^19.2.5",
"rimraf": "^6.1.3",
"storybook-addon-pseudo-states": "^4.0.4",
"stylelint": "^17.8.0",
"stylelint": "^17.9.0",
"stylelint-config-standard": "^40.0.0",
"stylelint-config-standard-scss": "^17.0.0",
"turbo": "^2.9.6",
"typescript": "^5.9.3",
"typescript-eslint": "^8.58.2",
"typescript-eslint": "^8.59.0",
"vite": "^7.3.2",
"vitest": "^3.2.4",
"vitest-axe": "^0.1.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"react-select": "^5.10.2",
"react-textfit": "^1.1.1",
"use-debounce": "^10.1.1",
"uuid": "^13.0.0"
"uuid": "^14.0.0"
},
"dependenciesComments": {
"react-day-picker": "Version locked until a11y gets fixed (https://github.com/gpbl/react-day-picker/pull/1708)"
Expand All @@ -144,7 +144,7 @@
"@cultureamp/frontend-apis": "13.3.0",
"@cultureamp/i18n-react-intl": "^4.1.1",
"@cultureamp/package-bundler": "^4.0.1",
"cssnano": "^7.1.5",
"cssnano": "^7.1.7",
"@kaizen/design-tokens": "workspace:*",
"@testing-library/dom": "^10.4.1",
"@types/jest-axe": "^3.5.9",
Expand All @@ -168,7 +168,7 @@
"react-dom": "^19.2.5",
"react-highlight": "^0.15.0",
"react-intl": "^10.1.2",
"rollup": "^4.60.1",
"rollup": "^4.60.2",
"sass": "1.79.6",
"serialize-query-params": "^2.0.4",
"svgo": "^4.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/design-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"react": "^19.2.5",
"react-highlight": "^0.15.0",
"react-map-interaction": "^2.1.0",
"rollup": "^4.60.1",
"rollup": "^4.60.2",
"tslib": "^2.8.1",
"tsx": "^4.21.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"classnames": "^2.5.1",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"rollup": "^4.60.1",
"rollup": "^4.60.2",
"tailwindcss": "^3.4.19",
"tslib": "^2.8.1"
},
Expand Down
Loading
Loading