File tree Expand file tree Collapse file tree 7 files changed +953
-331
lines changed Expand file tree Collapse file tree 7 files changed +953
-331
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: 2
2
2
jobs :
3
3
build :
4
4
docker :
5
- - image : circleci/node:14.16.1
5
+ - image : circleci/node:14.18.2
6
6
working_directory : ~/siros-postgres
7
7
steps :
8
8
- checkout
Original file line number Diff line number Diff line change 4
4
"description" : " Siros admin scripts (command line)" ,
5
5
"dependencies" : {
6
6
"dotenv" : " 8.6.0" ,
7
- "pdfmake" : " 0.2.4 " ,
8
- "pg" : " 8.7 .1" ,
9
- "pg-promise" : " 10.11.1 " ,
7
+ "pdfmake" : " 0.2.15 " ,
8
+ "pg" : " 8.13 .1" ,
9
+ "pg-promise" : " 10.15.4 " ,
10
10
"printf" : " 0.6.1" ,
11
11
"squel" : " 5.13.0" ,
12
- "winston" : " 3.3.3 "
12
+ "winston" : " 3.17.0 "
13
13
},
14
14
"devDependencies" : {
15
15
"eslint" : " 7.32.0" ,
16
16
"eslint-config-airbnb-base" : " 14.2.1" ,
17
- "eslint-plugin-import" : " 2.25.3 " ,
18
- "eslint-plugin-jest" : " 25.3 .0" ,
17
+ "eslint-plugin-import" : " 2.31.0 " ,
18
+ "eslint-plugin-jest" : " 25.7 .0" ,
19
19
"jest" : " 26.6.3"
20
20
},
21
21
"scripts" : {
Original file line number Diff line number Diff line change 16
16
"dependencies" : {
17
17
"@koa/router" : " 10.1.1" ,
18
18
"dotenv" : " 8.6.0" ,
19
- "koa" : " 2.13.4 " ,
20
- "koa-bodyparser" : " 4.3.0 " ,
21
- "koa-compress" : " 5.1.0 " ,
19
+ "koa" : " 2.15.3 " ,
20
+ "koa-bodyparser" : " 4.4.1 " ,
21
+ "koa-compress" : " 5.1.1 " ,
22
22
"koa-helmet" : " 6.1.0" ,
23
23
"koa-no-cache" : " 2.0.0" ,
24
24
"koa-passport" : " 4.1.4" ,
25
- "koa-session" : " 6.2 .0" ,
25
+ "koa-session" : " 6.4 .0" ,
26
26
"passport-google-oauth20" : " 2.0.0" ,
27
- "pg" : " 8.7 .1" ,
27
+ "pg" : " 8.13 .1" ,
28
28
"squel" : " 5.13.0" ,
29
- "winston" : " 3.3.3 "
29
+ "winston" : " 3.17.0 "
30
30
},
31
31
"devDependencies" : {
32
32
"eslint" : " 7.32.0" ,
33
33
"eslint-config-airbnb-base" : " 14.2.1" ,
34
- "eslint-plugin-import" : " 2.25.3 " ,
35
- "nodemon" : " 2.0.15 "
34
+ "eslint-plugin-import" : " 2.31.0 " ,
35
+ "nodemon" : " 2.0.22 "
36
36
}
37
37
}
Original file line number Diff line number Diff line change 5
5
"dependencies" : {
6
6
"dotenv" : " 8.6.0" ,
7
7
"node-pg-migrate" : " 5.10.0" ,
8
- "pg" : " 8.7 .1"
8
+ "pg" : " 8.13 .1"
9
9
},
10
10
"devDependencies" : {
11
11
"eslint" : " 7.32.0" ,
12
12
"eslint-config-airbnb-base" : " 14.2.1" ,
13
- "eslint-plugin-import" : " 2.25.3 "
13
+ "eslint-plugin-import" : " 2.31.0 "
14
14
},
15
15
"scripts" : {
16
16
"build" : " ../build-scripts/build-db-schema.sh" ,
Original file line number Diff line number Diff line change 14
14
"repository" :
" [email protected] :salsita/siros-postgres.git" ,
15
15
"license" : " MIT" ,
16
16
"engines" : {
17
- "node" : " 14.16.1 "
17
+ "node" : " 14.21.3 "
18
18
}
19
19
}
Original file line number Diff line number Diff line change 14
14
},
15
15
"proxy" : " http://localhost:3001" ,
16
16
"dependencies" : {
17
- "@material-ui/core" : " 4.12.3 " ,
18
- "classnames" : " 2.3 .1" ,
17
+ "@material-ui/core" : " 4.12.4 " ,
18
+ "classnames" : " 2.5 .1" ,
19
19
"lodash.groupby" : " 4.6.0" ,
20
20
"lodash.uniq" : " 4.5.0" ,
21
21
"react" : " 17.0.2" ,
22
22
"react-dom" : " 17.0.2" ,
23
- "react-redux" : " 7.2.6 " ,
23
+ "react-redux" : " 7.2.9 " ,
24
24
"react-router5" : " 8.0.1" ,
25
25
"react-scripts" : " 4.0.3" ,
26
- "redux" : " 4.1.2 " ,
26
+ "redux" : " 4.2.1 " ,
27
27
"redux-logger" : " 3.0.6" ,
28
28
"redux-router5" : " 8.0.1" ,
29
- "redux-saga" : " 1.1.3 " ,
30
- "reduxsauce" : " 1.2.1 " ,
31
- "reselect" : " 4.1.5 " ,
29
+ "redux-saga" : " 1.3.0 " ,
30
+ "reduxsauce" : " 1.3.0 " ,
31
+ "reselect" : " 4.1.8 " ,
32
32
"router5" : " 8.0.1" ,
33
33
"router5-plugin-browser" : " 8.0.1" ,
34
34
"router5-transition-path" : " 8.0.1"
35
35
},
36
36
"devDependencies" : {
37
37
"babel-eslint" : " 10.1.0" ,
38
38
"eslint-config-airbnb-base" : " 14.2.1" ,
39
- "eslint-plugin-import" : " 2.25.3 " ,
40
- "eslint-plugin-react" : " 7.27.1 "
39
+ "eslint-plugin-import" : " 2.31.0 " ,
40
+ "eslint-plugin-react" : " 7.37.2 "
41
41
},
42
42
"author" :
" Roman Kaspar <[email protected] > (https://salsitasoft.com/)" ,
43
43
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments