Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kilbot committed Sep 15, 2023
1 parent 3739322 commit b122891
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wcpos/hooks",
"version": "1.3.9",
"version": "1.3.10",
"description": "Hooks for WooCommerce POS",
"author": "kilbot <[email protected]>",
"homepage": "https://github.com/wcpos/hooks#readme",
Expand Down Expand Up @@ -37,17 +37,17 @@
"rxjs": "7.8.1"
},
"devDependencies": {
"@babel/core": "^7.22.17",
"@storybook/addon-actions": "7.4.0",
"@storybook/addon-controls": "7.4.0",
"@storybook/addon-essentials": "7.4.0",
"@babel/core": "^7.22.19",
"@storybook/addon-actions": "7.4.2",
"@storybook/addon-controls": "7.4.2",
"@storybook/addon-essentials": "7.4.2",
"@storybook/addon-knobs": "7.0.2",
"@storybook/addon-react-native-web": "0.0.21",
"@storybook/builder-webpack5": "7.4.0",
"@storybook/builder-webpack5": "7.4.2",
"@storybook/manager-webpack5": "6.5.16",
"@storybook/preset-create-react-app": "7.4.0",
"@storybook/react": "7.4.0",
"@testing-library/jest-dom": "6.1.2",
"@storybook/preset-create-react-app": "7.4.2",
"@storybook/react": "7.4.2",
"@testing-library/jest-dom": "6.1.3",
"@testing-library/react": "^14.0.0",
"@testing-library/react-hooks": "8.0.1",
"@types/jest": "^29.5.4",
Expand All @@ -57,7 +57,7 @@
"@wcpos/tsconfig": "*",
"babel-loader": "9.1.3",
"babel-plugin-react-native-web": "0.19.8",
"jest": "^29.6.4",
"jest": "^29.7.0",
"react-native-storybook-loader": "2.0.5",
"react-scripts": "5.0.1",
"react-test-renderer": "18.2.0",
Expand Down

0 comments on commit b122891

Please sign in to comment.