Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mkosir committed Jun 5, 2023
1 parent ba59de5 commit 91c19da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/ocignis-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test-watch": "jest --verbose --watch",
"test-coverage": "jest --coverage --verbose",
"storybook": "start-storybook -p 6100 --quiet",
"storybook-build": "build-storybook -o build-storybook-static",
"storybook-build": "storybook build -o build-storybook-static",
"update-dependencies": "npx npm-check-updates -u"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ocignis-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test-watch": "jest --verbose --watch",
"test-coverage": "jest --coverage --verbose",
"storybook": "start-storybook -p 6200 --quiet",
"storybook-build": "build-storybook -o build-storybook-static",
"storybook-build": "storybook build -o build-storybook-static",
"update-dependencies": "npx npm-check-updates -u"
},
"dependencies": {
Expand Down

0 comments on commit 91c19da

Please sign in to comment.