Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislaw Wilczynski authored and Stanislaw Wilczynski committed May 8, 2023
1 parent 0e259e9 commit 3a02c2f
Show file tree
Hide file tree
Showing 4 changed files with 421 additions and 427 deletions.
20 changes: 10 additions & 10 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"build-storybook": "storybook build"
},
"dependencies": {
"@nova/react": "1.1.1",
"@nova/react-test-utils": "3.1.1",
"@nova/types": "1.2.6",
"@nova/react": "1.2.0",
"@nova/react-test-utils": "3.1.2",
"@nova/types": "1.3.0",
"graphql": "^15.5.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
Expand All @@ -34,12 +34,12 @@
"@graphql-codegen/typescript": "^3.0.2",
"@graphql-codegen/typescript-resolvers": "^3.1.1",
"@graphql-tools/webpack-loader": "^6.7.1",
"@storybook/addon-essentials": "^7.0.6",
"@storybook/addon-interactions": "^7.0.6",
"@storybook/addon-links": "^7.0.6",
"@storybook/blocks": "^7.0.6",
"@storybook/react": "^7.0.6",
"@storybook/react-webpack5": "^7.0.6",
"@storybook/addon-essentials": "^7.0.9",
"@storybook/addon-interactions": "^7.0.9",
"@storybook/addon-links": "^7.0.9",
"@storybook/blocks": "^7.0.9",
"@storybook/react": "^7.0.9",
"@storybook/react-webpack5": "^7.0.9",
"@storybook/testing-library": "^0.1.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
Expand All @@ -49,7 +49,7 @@
"esbuild-loader": "^3.0.1",
"monorepo-scripts": "*",
"prop-types": "15.8.1",
"storybook": "^7.0.6",
"storybook": "^7.0.9",
"typescript": ">=4.9.5"
},
"sideEffects": false
Expand Down
5 changes: 2 additions & 3 deletions packages/nova-react-test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"just": "monorepo-scripts"
},
"peerDependencies": {
"@storybook/addon-actions": "^7.0.0-rc.7",
"react": "^17.0.2"
},
"dependencies": {
Expand All @@ -22,15 +21,15 @@
"@graphitation/graphql-js-tag": "^0.9.0",
"@nova/react": "^1.2.0",
"@nova/types": "^1.3.0",
"@storybook/addon-actions": "^7.0.9",
"@storybook/addons": "^7.0.9",
"graphql": "^15.5.0",
"invariant": "^2.2.4",
"relay-compiler": "^10.1.3",
"relay-compiler-language-graphitation": "^0.8.2",
"yargs": "^16.2.0"
},
"devDependencies": {
"@storybook/addon-actions": "^7.0.0-rc.7",
"@storybook/addons": "^7.0.0-rc.7",
"@testing-library/react": "^12.0.0",
"@types/jest": "^29.2.0",
"@types/react": "^17.0.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import type { GraphQLSchema } from "graphql";
import * as React from "react";

import type { MakeDecoratorResult } from "@storybook/addons";
import { makeDecorator } from "@storybook/addons"; // it would be better to import from @storybook/preview-api but that one is available only in version 7. As long as we support both 6 and 7 we keep this import.
import { makeDecorator } from "@storybook/addons";
import { action } from "@storybook/addon-actions";

import type { MockResolvers } from "@graphitation/graphql-js-operation-payload-generator";
Expand Down
Loading

0 comments on commit 3a02c2f

Please sign in to comment.