File tree 3 files changed +1907
-84
lines changed
3 files changed +1907
-84
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ BUILD_TIME?=$(shell date +'%Y-%m-%d_%T')
7
7
BRANCH? =$(shell which git > /dev/null && git rev-parse --abbrev-ref HEAD)
8
8
GIT_COMMIT? =$(shell which git > /dev/null && git log -n1 --pretty='% h')
9
9
VERSION? =$(shell which git > /dev/null && git describe --always --match "v* ")
10
- FLUX_VERSION =2.3 .0
10
+ FLUX_VERSION =2.4 .0
11
11
CHART_VERSION =$(shell which yq > /dev/null && yq e '.version' charts/gitops-server/Chart.yaml)
12
12
TIER =oss
13
13
Original file line number Diff line number Diff line change 50
50
"@material-ui/core" : " ^4.12.4" ,
51
51
"@material-ui/icons" : " ^4.11.2" ,
52
52
"@material-ui/lab" : " ^4.0.0-alpha.58" ,
53
+ "cross-spawn" : " ^7.0.5" ,
53
54
"d3" : " ^7.6.1" ,
54
55
"d3-dag" : " ^0.11.5" ,
55
56
"history" : " ^5.0.0" ,
73
74
"react-toastify" : " ^9.1.2" ,
74
75
"remark-gfm" : " ^3.0.1" ,
75
76
"styled-components" : " ^5.3.0" ,
76
- "yaml" : " ^2.2.2"
77
+ "yaml" : " ^2.2.2" ,
78
+ "commander" : " ^11.0.0"
77
79
},
78
80
"jest" : {
79
81
"preset" : " ts-jest" ,
87
89
"testEnvironment" : " jsdom"
88
90
},
89
91
"devDependencies" : {
92
+ "@babel/core" : " ^7.26.0" ,
93
+ "@babel/preset-env" : " ^7.26.0" ,
94
+ "@babel/preset-react" : " ^7.25.9" ,
90
95
"@parcel/config-default" : " ^2.8.3" ,
91
96
"@parcel/optimizer-data-url" : " ^2.8.3" ,
92
97
"@parcel/transformer-inline-string" : " ^2.8.3" ,
121
126
"yaml" : " yaml/browser/dist/index.js"
122
127
},
123
128
"resolutions" : {
124
- "htmlnano" : " 2.0.3"
129
+ "htmlnano" : " 2.0.3" ,
130
+ "eslint" : " 8.50.0" ,
131
+ "jest" : " ^29.0.0" ,
132
+ "cross-spawn" : " ^7.0.5"
125
133
}
126
134
}
You can’t perform that action at this time.
0 commit comments