File tree Expand file tree Collapse file tree 10 files changed +16
-16
lines changed Expand file tree Collapse file tree 10 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 3
3
" packages/*" ,
4
4
" packages/firebase/functions"
5
5
],
6
- "version" : " 1.9.12-rc.1 " ,
6
+ "version" : " 1.9.12-rc.2 " ,
7
7
"npmClient" : " yarn" ,
8
8
"useWorkspaces" : true
9
9
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " admin" ,
3
- "version" : " 1.9.12-rc.0 " ,
3
+ "version" : " 1.9.12-rc.2 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"dev" : " next dev" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @common/core" ,
3
- "version" : " 1.9.12-rc.0 " ,
3
+ "version" : " 1.9.12-rc.2 " ,
4
4
"author" : " Alexander Ivanov @alexander2001i" ,
5
5
"main" : " dist/index.js" ,
6
6
"scripts" : {
24
24
"typescript" : " ^4.2.3"
25
25
},
26
26
"dependencies" : {
27
- "@common/queues" : " ^1.9.12-rc.0 " ,
27
+ "@common/queues" : " ^1.9.12-rc.2 " ,
28
28
"@prisma/client" : " ^2.20.1" ,
29
29
"@sendgrid/mail" : " ^7.4.2" ,
30
30
"axios" : " ^0.21.1" ,
Original file line number Diff line number Diff line change 2
2
"name" : " @common/functions" ,
3
3
"main" : " dist/index.js" ,
4
4
"private" : true ,
5
- "version" : " 1.9.12-rc.1 " ,
5
+ "version" : " 1.9.12-rc.2 " ,
6
6
"description" : " Cloud Functions for Common" ,
7
7
"engines" : {
8
8
"node" : " 12"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @common/firebase" ,
3
3
"description" : " Cloud Functions for Firebase" ,
4
- "version" : " 1.9.12-rc.1 " ,
4
+ "version" : " 1.9.12-rc.2 " ,
5
5
"scripts" : {
6
6
"build" : " yarn compile" ,
7
7
"build:watch" : " yarn compile:watch" ,
76
76
},
77
77
"private" : true ,
78
78
"dependencies" : {
79
- "@common/types" : " ^1.9.12-rc.1 " ,
79
+ "@common/types" : " ^1.9.12-rc.2 " ,
80
80
"apollo-server" : " ^2.19.2" ,
81
81
"crossenv" : " ^0.0.2-security" ,
82
82
"graphql" : " ^15.5.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @common/graphql" ,
3
- "version" : " 1.9.12-rc.0 " ,
3
+ "version" : " 1.9.12-rc.2 " ,
4
4
"author" : " Alexander Ivanov @alexander2001i" ,
5
5
"main" : " dist/index.js" ,
6
6
"scripts" : {
9
9
"start" : " node -r dotenv/config dist/index.js"
10
10
},
11
11
"dependencies" : {
12
- "@common/core" : " ^1.9.12-rc.0 " ,
12
+ "@common/core" : " ^1.9.12-rc.2 " ,
13
13
"@prisma/client" : " ^2.20.1" ,
14
14
"firebase-admin" : " 9.5.0" ,
15
15
"graphql-middleware" : " ^6.0.7" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @common/queues" ,
3
- "version" : " 1.9.12-rc.0 " ,
3
+ "version" : " 1.9.12-rc.2 " ,
4
4
"author" : " Alexander Ivanov @alexander2001i" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
10
10
"fix:paths" : " tscpaths -p tsconfig.json -s ./src -o ./dist"
11
11
},
12
12
"dependencies" : {
13
- "@common/core" : " ^1.9.12-rc.0 " ,
13
+ "@common/core" : " ^1.9.12-rc.2 " ,
14
14
"@prisma/client" : " ^2.20.1" ,
15
15
"bull" : " ^3.22.0"
16
16
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @common/types" ,
3
- "version" : " 1.9.12-rc.1 " ,
3
+ "version" : " 1.9.12-rc.2 " ,
4
4
"description" : " Shared typings for the project" ,
5
5
"author" : " The Common Team" ,
6
6
"homepage" : " " ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @common/web" ,
3
- "version" : " 1.9.11 -rc.1 " ,
3
+ "version" : " 1.9.12 -rc.2 " ,
4
4
"private" : true ,
5
5
"dependencies" : {
6
6
"@apollo/client" : " ^3.3.15" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @common/worker" ,
3
- "version" : " 1.9.12-rc.0 " ,
3
+ "version" : " 1.9.12-rc.2 " ,
4
4
"author" : " Alexander Ivanov @alexander2001i" ,
5
5
"main" : " dist/index.js" ,
6
6
"scripts" : {
9
9
"start" : " node -r dotenv/config dist/index.js"
10
10
},
11
11
"dependencies" : {
12
- "@common/core" : " ^1.9.12-rc.0 " ,
13
- "@common/queues" : " ^1.9.12-rc.0 " ,
12
+ "@common/core" : " ^1.9.12-rc.2 " ,
13
+ "@common/queues" : " ^1.9.12-rc.2 " ,
14
14
"bull" : " ^3.22.0" ,
15
15
"bull-board" : " ^1.5.1" ,
16
16
"express" : " ^4.17.1"
You can’t perform that action at this time.
0 commit comments