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 Aug 17, 2024
1 parent 588c8f6 commit d35017d
Show file tree
Hide file tree
Showing 15 changed files with 3,791 additions and 4,860 deletions.
10 changes: 10 additions & 0 deletions .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,26 @@ module.exports = {
core: {
disableTelemetry: true,
},

addons: [{ name: '@storybook/addon-controls' }],

features: {
postcss: true,
},

framework: {
name: '@storybook/angular',
options: {},
},

plugins: [
require('autoprefixer')({
flexbox: 'no-2009',
}),
],

stories: [],

webpackFinal: async config => {
const tsPaths = new TsconfigPathsPlugin({
configFile: './tsconfig.base.json',
Expand Down Expand Up @@ -49,4 +55,8 @@ module.exports = {

return config;
},

docs: {
autodocs: true
}
};
28 changes: 14 additions & 14 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,35 +3,35 @@
"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.4",
"@grpc/grpc-js": "1.10.10",
"@apollo/server": "4.11.0",
"@grpc/grpc-js": "1.11.1",
"@grpc/proto-loader": "0.7.13",
"@nestjs/apollo": "12.2.0",
"@nestjs/axios": "3.0.2",
"@nestjs/axios": "3.0.3",
"@nestjs/cache-manager": "2.2.2",
"@nestjs/common": "10.3.10",
"@nestjs/common": "10.4.1",
"@nestjs/config": "3.2.3",
"@nestjs/core": "10.3.10",
"@nestjs/core": "10.4.1",
"@nestjs/graphql": "12.2.0",
"@nestjs/jwt": "10.2.0",
"@nestjs/microservices": "10.3.10",
"@nestjs/microservices": "10.4.1",
"@nestjs/passport": "10.0.3",
"@nestjs/platform-express": "10.3.10",
"@nestjs/platform-ws": "10.3.10",
"@nestjs/platform-express": "10.4.1",
"@nestjs/platform-ws": "10.4.1",
"@nestjs/serve-static": "4.0.2",
"@nestjs/swagger": "7.4.0",
"@nestjs/throttler": "5.2.0",
"@nestjs/websockets": "10.3.10",
"axios": "1.7.2",
"cache-manager": "5.7.1",
"@nestjs/throttler": "6.1.1",
"@nestjs/websockets": "10.4.1",
"axios": "1.7.4",
"cache-manager": "5.7.6",
"class-transformer": "0.5.1",
"class-validator": "0.14.1",
"compression": "1.7.4",
"dotenv": "16.4.5",
"express": "4.19.2",
"firebase-admin": "12.2.0",
"firebase-admin": "12.3.1",
"firebase-functions": "5.0.1",
"google-protobuf": "3.21.2",
"google-protobuf": "3.21.4",
"graphql": "16.9.0",
"graphql-subscriptions": "2.0.0",
"graphql-tag": "2.12.6",
Expand Down
1 change: 1 addition & 0 deletions apps/documentation/.storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ export const globalTypes = {
},
},
};
export const tags = ['autodocs'];
10 changes: 5 additions & 5 deletions apps/server-prod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"private": true,
"description": "Dependencies for docker containers running server-prod application. Do not install dependencies in this directory. This file is only for containers.",
"dependencies": {
"@nestjs/axios": "3.0.2",
"@nestjs/common": "10.3.10",
"@nestjs/core": "10.3.10",
"@nestjs/platform-express": "10.3.10",
"@nestjs/axios": "3.0.3",
"@nestjs/common": "10.4.1",
"@nestjs/core": "10.4.1",
"@nestjs/platform-express": "10.4.1",
"@nestjs/serve-static": "4.0.2",
"axios": "1.7.2",
"axios": "1.7.4",
"compression": "1.7.4",
"express": "4.19.2",
"reflect-metadata": "0.2.2",
Expand Down
Loading

0 comments on commit d35017d

Please sign in to comment.