File tree 3 files changed +825
-269
lines changed
3 files changed +825
-269
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/python:3.5 -node
5
+ - image : circleci/python:3.9 -node
6
6
steps :
7
7
# Checkout repository
8
8
- checkout
Original file line number Diff line number Diff line change 33
33
"py-loader" : " martim00/python-webpack-loader"
34
34
},
35
35
"devDependencies" : {
36
- "@nuxtjs/pwa" : " ^2.0.5 " ,
36
+ "@nuxtjs/pwa" : " ^2.6.0 " ,
37
37
"codecov" : " latest" ,
38
- "eslint" : " ^4.17.0 " ,
38
+ "eslint" : " ^4.19.1 " ,
39
39
"eslint-config-standard" : " latest" ,
40
40
"eslint-plugin-import" : " latest" ,
41
- "eslint-plugin-jest" : " ^21.8.0 " ,
42
- "eslint-plugin-node" : " ^6.0.0 " ,
41
+ "eslint-plugin-jest" : " ^21.27.2 " ,
42
+ "eslint-plugin-node" : " ^6.0.1 " ,
43
43
"eslint-plugin-promise" : " latest" ,
44
44
"eslint-plugin-standard" : " latest" ,
45
45
"eslint-plugin-vue" : " latest" ,
46
- "jest" : " ^22.2.2 " ,
46
+ "jest" : " ^22.4.4 " ,
47
47
"jsdom" : " latest" ,
48
48
"nuxt" : " latest" ,
49
49
"standard-version" : " latest"
You can’t perform that action at this time.
0 commit comments