Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): dependency refresh #4989

Closed
wants to merge 20 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
1054ec0
chore(deps): update dependency @types/react to ^18.3.5
cultureamp-renovate[bot] Aug 31, 2024
25e2c47
chore(deps): update dependency eslint-import-resolver-typescript to ^…
cultureamp-renovate[bot] Aug 31, 2024
3e211fe
chore(deps): update dependency @stylistic/eslint-plugin to ^2.7.2
cultureamp-renovate[bot] Aug 31, 2024
3d103e8
chore(deps): update dependency stylelint to ^16.9.0
cultureamp-renovate[bot] Aug 31, 2024
788ba3c
chore(deps): update dependency turbo to ^2.1.1
cultureamp-renovate[bot] Sep 1, 2024
caaa534
chore(deps): update rollup
cultureamp-renovate[bot] Sep 1, 2024
1579e2e
chore(deps): update dependency tsx to ^4.19.0 (#4998)
cultureamp-renovate[bot] Sep 1, 2024
7c1e184
fix(deps): update adobe/react-spectrum (#4991)
cultureamp-renovate[bot] Sep 1, 2024
59aa31b
chore(deps): update dependency ts-jest to ^29.2.5 (#4990)
cultureamp-renovate[bot] Sep 1, 2024
ee8160d
chore(deps): update dependency @tanstack/react-query to ^5.53.1 (#4995)
cultureamp-renovate[bot] Sep 1, 2024
e8a83c4
fix(deps): update dependency react-aria to ^3.34.3 (#5000)
cultureamp-renovate[bot] Sep 1, 2024
f09db76
chore(deps): update dependency postcss to ^8.4.43 (#4999)
cultureamp-renovate[bot] Sep 1, 2024
895632d
chore(deps): update testing-library monorepo (#5005)
cultureamp-renovate[bot] Sep 1, 2024
4138e8c
fix(deps): update dependency use-debounce to ^10.0.3 (#5002)
cultureamp-renovate[bot] Sep 1, 2024
5486ad8
chore(deps): update dependency tslib to ^2.7.0 (#5003)
cultureamp-renovate[bot] Sep 1, 2024
23f475b
chore(deps): update eslint dependencies to ^8.3.0 (#5004)
cultureamp-renovate[bot] Sep 1, 2024
44c29bf
fix(deps): update dependency react-focus-lock to ^2.13.2 (#5006)
cultureamp-renovate[bot] Sep 1, 2024
ff5359c
fix(deps): update dependency typescript-transform-paths to ^3.5.0 (#5…
cultureamp-renovate[bot] Sep 1, 2024
eac55c5
fix(deps): update prosemirror (#5010)
cultureamp-renovate[bot] Sep 1, 2024
adb9ff2
chore(deps): update dependency storybook-addon-pseudo-states to v4 (#…
cultureamp-renovate[bot] Sep 1, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,22 +57,22 @@
"@storybook/react": "^8.2.9",
"@storybook/test": "^8.2.9",
"@storybook/theming": "^8.2.9",
"@stylistic/eslint-plugin": "^2.6.4",
"@stylistic/eslint-plugin": "^2.7.2",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/jest-axe": "^3.5.9",
"@types/node": "^20.14.12",
"@types/react": "^18.3.4",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"chromatic": "^11.7.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-jsx-a11y": "^6.9.0",
Expand All @@ -91,13 +91,13 @@
"plop": "^4.0.1",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"storybook-addon-pseudo-states": "^3.1.1",
"stylelint": "^16.8.2",
"storybook-addon-pseudo-states": "^4.0.0",
"stylelint": "^16.9.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-standard-scss": "^13.1.0",
"ts-jest": "^29.2.4",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"turbo": "^2.0.14",
"turbo": "^2.1.1",
"typescript": "^5.5.4"
},
"devDependenciesComments": {
Expand Down
50 changes: 25 additions & 25 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,20 +53,20 @@
"@internationalized/date": "^3.5.5",
"@popperjs/core": "^2.11.8",
"@reach/tabs": "^0.18.0",
"@react-aria/button": "^3.9.7",
"@react-aria/datepicker": "^3.11.1",
"@react-aria/focus": "^3.18.1",
"@react-aria/i18n": "^3.12.1",
"@react-aria/listbox": "^3.13.1",
"@react-aria/menu": "^3.15.1",
"@react-aria/overlays": "^3.23.1",
"@react-aria/select": "^3.14.7",
"@react-aria/utils": "^3.25.1",
"@react-aria/button": "^3.9.8",
"@react-aria/datepicker": "^3.11.2",
"@react-aria/focus": "^3.18.2",
"@react-aria/i18n": "^3.12.2",
"@react-aria/listbox": "^3.13.3",
"@react-aria/menu": "^3.15.3",
"@react-aria/overlays": "^3.23.2",
"@react-aria/select": "^3.14.9",
"@react-aria/utils": "^3.25.2",
"@react-stately/collections": "^3.10.9",
"@react-stately/datepicker": "^3.10.1",
"@react-stately/list": "^3.10.7",
"@react-stately/menu": "^3.8.1",
"@react-stately/select": "^3.6.6",
"@react-stately/datepicker": "^3.10.2",
"@react-stately/list": "^3.10.8",
"@react-stately/menu": "^3.8.2",
"@react-stately/select": "^3.6.7",
"@react-types/shared": "^3.24.1",
"classnames": "^2.5.1",
"date-fns": "^3.6.0",
Expand All @@ -80,22 +80,22 @@
"prosemirror-schema-basic": "^1.2.3",
"prosemirror-schema-list": "^1.4.1",
"prosemirror-state": "^1.4.3",
"prosemirror-transform": "^1.9.0",
"prosemirror-transform": "^1.10.0",
"prosemirror-utils": "^1.2.2",
"prosemirror-view": "^1.33.9",
"prosemirror-view": "^1.34.1",
"react-animate-height": "^3.2.3",
"react-aria": "^3.34.1",
"react-aria": "^3.34.3",
"react-aria-components": "^1.3.1",
"react-day-picker": "8.10.1",
"react-focus-lock": "^2.12.1",
"react-focus-lock": "^2.13.2",
"react-focus-on": "^3.9.3",
"react-media": "^1.10.0",
"react-popper": "^2.3.0",
"react-select": "^5.8.0",
"react-textfit": "^1.1.1",
"resize-observer-polyfill": "^1.5.1",
"tsx": "^4.17.0",
"use-debounce": "^10.0.2",
"tsx": "^4.19.0",
"use-debounce": "^10.0.3",
"uuid": "^10.0.0"
},
"dependenciesComments": {
Expand All @@ -106,7 +106,7 @@
"@cultureamp/i18n-react-intl": "^2.6.1",
"@kaizen/design-tokens": "workspace:*",
"@kaizen/package-bundler": "workspace:*",
"@tanstack/react-query": "^5.51.23",
"@tanstack/react-query": "^5.53.1",
"@types/lodash.debounce": "^4.0.9",
"@types/react-highlight": "^0.12.8",
"@types/react-textfit": "^1.1.4",
Expand All @@ -116,7 +116,7 @@
"identity-obj-proxy": "^3.0.0",
"lodash.isempty": "^4.4.0",
"normalize.css": "^8.0.1",
"postcss": "^8.4.41",
"postcss": "^8.4.43",
"postcss-cli": "^11.0.0",
"postcss-import": "^16.1.0",
"postcss-preset-env": "^10.0.2",
Expand All @@ -126,13 +126,13 @@
"react-dom": "^18.3.1",
"react-highlight": "^0.15.0",
"react-intl": "^6.6.8",
"rollup": "^4.20.0",
"rollup": "^4.21.2",
"sass": "^1.77.8",
"serialize-query-params": "^2.0.2",
"svgo": "^3.3.2",
"ts-jest": "^29.2.4",
"tslib": "^2.6.3",
"tsx": "^4.17.0"
"ts-jest": "^29.2.5",
"tslib": "^2.7.0",
"tsx": "^4.19.0"
},
"peerDependencies": {
"@cultureamp/i18n-react-intl": "^2.5.9",
Expand Down
8 changes: 4 additions & 4 deletions packages/design-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@
"json-to-flat-sass": "^1.0.0",
"lodash.flatmap": "^4.5.0",
"object-to-css-variables": "^0.2.1",
"postcss": "^8.4.41",
"postcss": "^8.4.43",
"prettier": "*",
"react": "^18.3.1",
"react-highlight": "^0.15.0",
"react-map-interaction": "^2.1.0",
"rollup": "^4.20.0",
"tslib": "^2.6.3",
"tsx": "^4.17.0"
"rollup": "^4.21.2",
"tslib": "^2.7.0",
"tsx": "^4.19.0"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/package-bundler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@
"babel-plugin-pure-static-props": "^0.2.0",
"concat-cli": "^4.0.0",
"rollup-plugin-ignore": "^1.0.10",
"rollup-plugin-node-externals": "^7.1.2",
"rollup-plugin-node-externals": "^7.1.3",
"rollup-plugin-postcss": "^4.0.2",
"ts-patch": "^3.2.1",
"typescript-transform-paths": "^3.4.10"
"typescript-transform-paths": "^3.5.0"
},
"dependenciesComments": {
"ts-patch": "Required for typescript-transform-paths"
},
"devDependencies": {
"rollup": "^4.20.0"
"rollup": "^4.21.2"
},
"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 @@
"@kaizen/components": "workspace:*",
"@kaizen/package-bundler": "workspace:*",
"classnames": "^2.5.1",
"rollup": "^4.20.0",
"rollup": "^4.21.2",
"tailwindcss": "^3.4.10",
"tslib": "^2.6.3"
"tslib": "^2.7.0"
},
"peerDependencies": {
"tailwindcss": ">=3.4.7"
Expand Down
Loading
Loading