Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Commit

Permalink
chore(deps): updated depends
Browse files Browse the repository at this point in the history
  • Loading branch information
SocketSomeone committed Jun 3, 2021
1 parent 443e2c4 commit a0fa2ca
Show file tree
Hide file tree
Showing 8 changed files with 739 additions and 1,182 deletions.
3 changes: 1 addition & 2 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"scripts": {
"build": "tsc --build ./tsconfig.package.json",
"watch": "yarn run build --watch",
"start": "pm2 start ./application.yml",
"poststart": "pm2 logs"
"start": "nest start --watch"
},
"dependencies": {
"@nestjs/common": "^7.0.0",
Expand Down
9 changes: 9 additions & 0 deletions apps/api/tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extends": "./tsconfig.package.json",
"exclude": [
"node_modules",
"test",
"lib",
"**/*spec.ts"
]
}
1 change: 1 addition & 0 deletions apps/bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"watch": "yarn run build --watch",
"start": "node ./lib"
},
"dependencies": {},
"devDependencies": {},
"peerDependencies": {
"@miko/config": "*",
Expand Down
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@nuxtjs/auth-next": "5.0.0-1616003482.75c20e6",
"@nuxtjs/axios": "5.13.1",
"@nuxtjs/axios": "5.13.6",
"@nuxtjs/gtm": "2.4.0",
"@nuxtjs/robots": "2.5.0",
"@nuxtjs/sentry": "5.0.3",
Expand All @@ -32,7 +32,7 @@
"@types/terser-webpack-plugin": "5.0.3",
"fibers": "5.0.0",
"sass": "1.34.0",
"sass-loader": "10"
"sass-loader": "10.1.1"
},
"peerDependencies": {
"@miko/config": "*"
Expand Down
15 changes: 5 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,10 @@
}
},
"devDependencies": {
"@crowdin/crowdin-api-client": "1.10.6",
"@types/amqplib": "0.5.17",
"@crowdin/crowdin-api-client": "1.11.0",
"@types/jest": "26.0.23",
"@types/moment": "2.13.0",
"@types/node": "15.9.0",
"@types/node": "14.14.35",
"@types/uuid": "8.3.0",
"@types/ws": "7.4.4",
"@typescript-eslint/eslint-plugin": "4.26.0",
Expand All @@ -70,28 +69,24 @@
"eslint": "7.27.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-import": "2.23.4",
"eslint-plugin-prettier": "3.3.1",
"extract-zip": "2.0.1",
"glob": "7.1.6",
"glob": "7.1.7",
"husky": "6",
"jest": "26.6.3",
"mockdate": "3.0.5",
"prettier": "2.2.1",
"prettier": "2.3.0",
"rimraf": "3.0.2",
"ts-jest": "26.5.4",
"ts-node": "9.1.1",
"tsconfig-paths": "3.9.0"
},
"dependencies": {
"@sentry/node": "6.5.1",
"@sentry/tracing": "6.4.1",
"amqplib": "0.8.0",
"discord.js": "12.5.3",
"moment": "2.29.1",
"reflect-metadata": "0.1.13",
"tslib": "2.1.0",
"tslog": "3.1.1",
"tsyringe": "4.5.0",
"uuid": "8.3.2"
}
Expand Down
10 changes: 8 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"dependencies": {
"pg": "8.5.1",
"@sentry/node": "6.5.1",
"@sentry/tracing": "6.5.1",
"amqplib": "0.8.0",
"pg": "8.6.0",
"tslog": "3.2.0",
"typeorm": "0.2.33"
},
"devDependencies": {},
"devDependencies": {
"@types/amqplib": "0.5.17"
},
"peerDependencies": {
"@miko/config": "*"
},
Expand Down
5 changes: 1 addition & 4 deletions typescript/tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,5 @@
"importsNotUsedAsValues": "error",
"resolveJsonModule": true,
"sourceRoot": ".."
},
"include": [
"../**/*.json"
]
}
}
Loading

0 comments on commit a0fa2ca

Please sign in to comment.