Skip to content

Commit

Permalink
build(deps): bump project dependencies
Browse files Browse the repository at this point in the history
- [x] update npm dependencies;
  • Loading branch information
rfprod committed Mar 15, 2024
1 parent 85efe9e commit b7c4ea1
Show file tree
Hide file tree
Showing 7 changed files with 2,399 additions and 3,025 deletions.
52 changes: 26 additions & 26 deletions .storybook/manager.js
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
import { addons } from '@storybook/addons';
import { create } from '@storybook/theming';

const theme = create({
base: 'dark',
brandTitle: 'Nx Ng Starter',
});

addons.setConfig({
isFullscreen: false,
showNav: true,
showPanel: true,
panelPosition: 'bottom',
enableShortcuts: true,
isToolshown: true,
theme,
selectedPanel: undefined,
initialActive: 'sidebar',
sidebar: {
showRoots: false,
collapsedRoots: ['other'],
const theme = create(
{
base: 'dark',
brandTitle: 'Nx Ng Starter',
},
toolbar: {
title: { hidden: false, },
zoom: { hidden: false, },
eject: { hidden: false, },
copy: { hidden: false, },
fullscreen: { hidden: false, },
{
isFullscreen: false,
showNav: true,
showPanel: true,
panelPosition: 'bottom',
enableShortcuts: true,
isToolshown: true,
theme,
selectedPanel: undefined,
initialActive: 'sidebar',
sidebar: {
showRoots: false,
collapsedRoots: ['other'],
},
toolbar: {
title: { hidden: false },
zoom: { hidden: false },
eject: { hidden: false },
copy: { hidden: false },
fullscreen: { hidden: false },
},
},
});
);
8 changes: 4 additions & 4 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"private": true,
"description": "Dependencies for docker containers running api application. Do not install dependencies in this directory. This file is only for containers.",
"dependencies": {
"@apollo/server": "4.10.0",
"@grpc/grpc-js": "1.10.1",
"@apollo/server": "4.10.1",
"@grpc/grpc-js": "1.10.3",
"@grpc/proto-loader": "0.7.10",
"@nestjs/apollo": "12.1.0",
"@nestjs/axios": "3.0.2",
Expand All @@ -22,15 +22,15 @@
"@nestjs/swagger": "7.3.0",
"@nestjs/throttler": "5.1.2",
"@nestjs/websockets": "10.3.3",
"axios": "1.6.7",
"axios": "1.6.8",
"cache-manager": "5.4.0",
"class-transformer": "0.5.1",
"class-validator": "0.14.1",
"compression": "1.7.4",
"dotenv": "16.4.5",
"express": "4.18.3",
"firebase-admin": "12.0.0",
"firebase-functions": "4.7.0",
"firebase-functions": "4.8.0",
"google-protobuf": "3.21.2",
"graphql": "16.8.1",
"graphql-subscriptions": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/server-prod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@nestjs/core": "10.3.3",
"@nestjs/platform-express": "10.3.3",
"@nestjs/serve-static": "4.0.1",
"axios": "1.6.7",
"axios": "1.6.8",
"compression": "1.7.4",
"express": "4.18.3",
"reflect-metadata": "0.2.1",
Expand Down
Loading

0 comments on commit b7c4ea1

Please sign in to comment.