Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kilbot committed May 19, 2023
1 parent bbdfc5b commit 94554f4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wcpos/react-native-jsonschema-form",
"version": "0.0.47",
"version": "0.0.48",
"description": "A platform agnostic component (native/web) for building forms with JSON Schema",
"author": "kilbot <paul@kilbot.com>",
"homepage": "https://github.com/wcpos/react-native-jsonschema-form#readme",
Expand Down Expand Up @@ -38,15 +38,15 @@
},
"devDependencies": {
"@babel/core": "^7.21.8",
"@storybook/addon-actions": "7.0.9",
"@storybook/addon-controls": "7.0.9",
"@storybook/addon-essentials": "7.0.9",
"@storybook/addon-actions": "7.0.12",
"@storybook/addon-controls": "7.0.12",
"@storybook/addon-essentials": "7.0.12",
"@storybook/addon-knobs": "7.0.2",
"@storybook/addon-react-native-web": "0.0.20",
"@storybook/builder-webpack5": "7.0.9",
"@storybook/builder-webpack5": "7.0.12",
"@storybook/manager-webpack5": "6.5.16",
"@storybook/preset-create-react-app": "7.0.9",
"@storybook/react": "7.0.9",
"@storybook/preset-create-react-app": "7.0.12",
"@storybook/react": "7.0.12",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/react-hooks": "8.0.1",
Expand All @@ -66,7 +66,7 @@
"react-test-renderer": "18.2.0",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4",
"webpack": "5.82.0"
"webpack": "5.83.1"
},
"packageManager": "yarn@3.3.1",
"eslintConfig": {
Expand Down

0 comments on commit 94554f4

Please sign in to comment.