Skip to content

Commit

Permalink
chore(deps): update internal deps (#5306)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency @types/node to ^20.17.9

* chore(deps): update dep @changesets/cli to ^2.27.10

* chore(deps): update dep @vitest/eslint-plugin to ^1.1.14

* chore(deps): update dep @types/react to ^18.3.13

* chore(deps): update dep chromatic to ^11.20.0

* chore(deps): update dep eslint-import-resolver-typescript to ^3.7.0

* chore(deps): update dep playwright to ^1.49.0

* chore(deps): update dep prettier to ^3.4.2

* chore(deps): update deps stylelint and stylelint-config-standard-scss

* chore(deps): update dep vitest to ^2.1.8

* chore(deps): update dep typescript-eslint to ^8.17.0

* chore(deps): update dep @storybook/test-runner to ^0.20.1

* chore(deps): update dep globals to ^15.13.0

---------

Co-authored-by: Cassandra Tam <[email protected]>
  • Loading branch information
cultureamp-renovate[bot] and HeartSquared authored Dec 5, 2024
1 parent 0f4c03e commit d5e2987
Show file tree
Hide file tree
Showing 4 changed files with 563 additions and 565 deletions.
2 changes: 2 additions & 0 deletions .changeset/mean-horses-rhyme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
"@storybook/manager-api": "8.3.6",
"@storybook/react": "8.3.6",
"@storybook/react-vite": "8.3.6",
"@storybook/test-runner": "^0.19.1",
"@storybook/test-runner": "^0.20.1",
"@types/jest-axe": "^3.5.9",
"@types/react-highlight": "^0.12.8",
"@vitejs/plugin-react": "^4.3.3",
"axe-playwright": "^2.0.3",
"classnames": "^2.5.1",
"globals": "^15.12.0",
"globals": "^15.13.0",
"highlight.js": "^11.10.0",
"jest-axe": "^9.0.0",
"react-highlight": "^0.15.0",
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@changesets/cli": "^2.27.9",
"@changesets/cli": "^2.27.10",
"@cultureamp/changelog-github": "^0.1.1",
"@eslint/js": "^9.16.0",
"@storybook/addon-a11y": "8.3.6",
Expand All @@ -59,14 +59,14 @@
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^20.16.5",
"@types/react": "^18.3.12",
"@types/node": "^20.17.9",
"@types/react": "^18.3.13",
"@types/react-dom": "^18.3.1",
"@vitest/eslint-plugin": "^1.1.13",
"chromatic": "^11.16.1",
"@vitest/eslint-plugin": "^1.1.14",
"chromatic": "^11.20.0",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-mdx": "^3.1.5",
Expand All @@ -76,19 +76,19 @@
"eslint-plugin-storybook": "^0.11.1",
"globals": "^15.13.0",
"node-fetch": "^3.3.2",
"playwright": "^1.48.2",
"playwright": "^1.49.0",
"plop": "^4.0.1",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"rimraf": "^6.0.1",
"storybook-addon-pseudo-states": "^4.0.2",
"stylelint": "^16.10.0",
"stylelint": "^16.11.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-config-standard-scss": "^14.0.0",
"turbo": "^2.3.3",
"typescript": "^5.6.3",
"typescript-eslint": "^8.16.0",
"typescript-eslint": "^8.17.0",
"vite": "^5.4.10",
"vitest": "^2.1.3",
"vitest": "^2.1.8",
"vitest-axe": "^0.1.0"
},
"devDependenciesComments": {
Expand Down
Loading

0 comments on commit d5e2987

Please sign in to comment.