File tree Expand file tree Collapse file tree 6 files changed +1036
-349
lines changed Expand file tree Collapse file tree 6 files changed +1036
-349
lines changed Original file line number Diff line number Diff line change 6
6
jobs :
7
7
deploy :
8
8
runs-on : ubuntu-latest
9
- strategy :
10
- matrix :
11
- node-version : [14.x]
12
9
env :
13
10
CLIENT_URL : /openeo-processes-docgen/demo/
14
11
steps :
15
12
- uses : actions/setup-node@v1
13
+ with :
14
+ node-version : ' 16'
16
15
- uses : actions/checkout@v2
17
16
- run : npm install
18
17
- run : npm run build_standalone
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @openeo/processes-docgen" ,
3
- "version" : " 1.2.2 " ,
3
+ "version" : " 1.2.3 " ,
4
4
"author" : " openEO Consortium" ,
5
5
"contributors" : [
6
6
{
29
29
" dist/*.js"
30
30
],
31
31
"dependencies" : {
32
- "@openeo/js-commons" : " ^1.2 .0" ,
33
- "@openeo/vue-components" : " ^2.2.1 " ,
34
- "axios" : " ^0.21.1 " ,
32
+ "@openeo/js-commons" : " ^1.3 .0" ,
33
+ "@openeo/vue-components" : " ^2.7.0 " ,
34
+ "axios" : " ^0.24.0 " ,
35
35
"core-js" : " ^3.6.5" ,
36
36
"vue" : " ^2.6.12"
37
37
},
38
38
"devDependencies" : {
39
39
"@vue/cli-plugin-babel" : " ^4.5.4" ,
40
40
"@vue/cli-service" : " ^4.5.4" ,
41
+ "sass-loader" : " ^10.2.0" ,
41
42
"vue-template-compiler" : " ^2.6.12"
42
43
},
43
44
"browserslist" : [
You can’t perform that action at this time.
0 commit comments