Skip to content

Commit

Permalink
deps: npm dev dependencies (major) (#1103)
Browse files Browse the repository at this point in the history
* deps: npm dev dependencies

* Downgrade Storybook

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ryan Ling <[email protected]>
  • Loading branch information
renovate[bot] and 72636c authored May 3, 2024
1 parent 6e3d152 commit 1a0012f
Show file tree
Hide file tree
Showing 4 changed files with 125 additions and 601 deletions.
4 changes: 4 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@

// GraphQL majors first require support in Apollo and other tooling
'graphql',

// Storybook majors first require support in sku
'@storybook/addon-essentials',
'@storybook/addons',
],
matchUpdateTypes: ['major'],

Expand Down
6 changes: 3 additions & 3 deletions fe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"@storybook/addon-essentials": "7.6.17",
"@storybook/addons": "7.6.17",
"@testing-library/react": "14.3.1",
"@testing-library/react": "15.0.5",
"@types/content-disposition": "0.5.8",
"@types/faker": "5.5.9",
"@types/react": "18.2.79",
Expand All @@ -27,14 +27,14 @@
"braid-design-system": "32.17.0",
"clsx": "2.1.0",
"content-disposition": "0.5.4",
"date-fns": "2.30.0",
"date-fns": "3.6.0",
"faker": "5.5.3",
"path-browserify": "1.0.1",
"query-string": "7.1.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.22.3",
"scoobie": "14.5.6",
"scoobie": "15.3.0",
"ts-node": "10.9.2",
"use-query-params": "2.2.1",
"webpack-merge": "5.10.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/fragment-matcher": "5.0.2",
"@graphql-codegen/typescript": "4.0.6",
"@graphql-codegen/typescript-apollo-client-helpers": "2.2.6",
"@graphql-codegen/typescript-apollo-client-helpers": "3.0.0",
"@graphql-codegen/typescript-operations": "4.2.0",
"@graphql-tools/utils": "10.1.3",
"concurrently": "8.2.2",
Expand Down
Loading

0 comments on commit 1a0012f

Please sign in to comment.