Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kilbot committed May 27, 2023
1 parent 94554f4 commit a76651b
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 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.48",
"version": "0.0.49",
"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 All @@ -22,7 +22,7 @@
"react-refresh": "0.14.0"
},
"dependencies": {
"@rjsf/utils": "^5.6.2",
"@rjsf/utils": "^5.7.3",
"@wcpos/components": "*",
"@wcpos/utils": "*",
"json-schema-merge-allof": "0.8.1",
Expand All @@ -37,22 +37,22 @@
"styled-components": "5.3.10"
},
"devDependencies": {
"@babel/core": "^7.21.8",
"@storybook/addon-actions": "7.0.12",
"@storybook/addon-controls": "7.0.12",
"@storybook/addon-essentials": "7.0.12",
"@babel/core": "^7.22.1",
"@storybook/addon-actions": "7.0.18",
"@storybook/addon-controls": "7.0.18",
"@storybook/addon-essentials": "7.0.18",
"@storybook/addon-knobs": "7.0.2",
"@storybook/addon-react-native-web": "0.0.20",
"@storybook/builder-webpack5": "7.0.12",
"@storybook/builder-webpack5": "7.0.18",
"@storybook/manager-webpack5": "6.5.16",
"@storybook/preset-create-react-app": "7.0.12",
"@storybook/react": "7.0.12",
"@storybook/preset-create-react-app": "7.0.18",
"@storybook/react": "7.0.18",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/react-hooks": "8.0.1",
"@types/jest": "^29.5.1",
"@types/lodash": "4.14.194",
"@types/react": "^18.2.6",
"@types/lodash": "4.14.195",
"@types/react": "^18.2.7",
"@types/react-dom": "~18.2.4",
"@types/react-is": "^18.2.0",
"@wcpos/babel-preset-expo": "^1.0.11",
Expand All @@ -66,7 +66,7 @@
"react-test-renderer": "18.2.0",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4",
"webpack": "5.83.1"
"webpack": "5.84.1"
},
"packageManager": "yarn@3.3.1",
"eslintConfig": {
Expand Down

0 comments on commit a76651b

Please sign in to comment.