Merge pull request #9996 from dataease/pr@dev@chore_upgrade_version
chore: 升级版本号到1.18.20
This commit is contained in:
commit
6536046d3c
@ -57,6 +57,7 @@ public class PanelGroupController {
|
|||||||
|
|
||||||
@ApiOperation("查询树")
|
@ApiOperation("查询树")
|
||||||
@PostMapping("/tree")
|
@PostMapping("/tree")
|
||||||
|
@I18n
|
||||||
public List<PanelGroupDTO> tree(@RequestBody PanelGroupRequest request) {
|
public List<PanelGroupDTO> tree(@RequestBody PanelGroupRequest request) {
|
||||||
return panelGroupService.tree(request);
|
return panelGroupService.tree(request);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "dataease",
|
"name": "dataease",
|
||||||
"version": "1.18.19",
|
"version": "1.18.20",
|
||||||
"description": "dataease front",
|
"description": "dataease front",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "dataease-mobile",
|
"name": "dataease-mobile",
|
||||||
"version": "1.18.19",
|
"version": "1.18.20",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"serve": "npm run dev:h5",
|
"serve": "npm run dev:h5",
|
||||||
|
|||||||
@ -22,12 +22,12 @@
|
|||||||
"vuedraggable": "^2.24.3"
|
"vuedraggable": "^2.24.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"autoprefixer": "^7.1.2",
|
|
||||||
"@babel/core": "^7.6.4",
|
"@babel/core": "^7.6.4",
|
||||||
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
|
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
|
||||||
"@babel/plugin-proposal-optional-chaining": "^7.18.6",
|
"@babel/plugin-proposal-optional-chaining": "^7.18.6",
|
||||||
"@babel/plugin-transform-runtime": "^7.6.2",
|
"@babel/plugin-transform-runtime": "^7.6.2",
|
||||||
"@babel/preset-env": "^7.6.3",
|
"@babel/preset-env": "^7.6.3",
|
||||||
|
"autoprefixer": "^7.1.2",
|
||||||
"babel-loader": "^8.0.6",
|
"babel-loader": "^8.0.6",
|
||||||
"chalk": "^2.0.1",
|
"chalk": "^2.0.1",
|
||||||
"copy-webpack-plugin": "^4.6.0",
|
"copy-webpack-plugin": "^4.6.0",
|
||||||
|
|||||||
@ -21,12 +21,12 @@
|
|||||||
"vuedraggable": "^2.24.3"
|
"vuedraggable": "^2.24.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"autoprefixer": "^7.1.2",
|
|
||||||
"@babel/core": "^7.6.4",
|
"@babel/core": "^7.6.4",
|
||||||
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
|
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
|
||||||
"@babel/plugin-proposal-optional-chaining": "^7.18.6",
|
"@babel/plugin-proposal-optional-chaining": "^7.18.6",
|
||||||
"@babel/plugin-transform-runtime": "^7.6.2",
|
"@babel/plugin-transform-runtime": "^7.6.2",
|
||||||
"@babel/preset-env": "^7.6.3",
|
"@babel/preset-env": "^7.6.3",
|
||||||
|
"autoprefixer": "^7.1.2",
|
||||||
"babel-loader": "^8.0.6",
|
"babel-loader": "^8.0.6",
|
||||||
"chalk": "^2.0.1",
|
"chalk": "^2.0.1",
|
||||||
"copy-webpack-plugin": "^4.6.0",
|
"copy-webpack-plugin": "^4.6.0",
|
||||||
|
|||||||
@ -11,9 +11,9 @@
|
|||||||
"buildPlugin": "node build/build-async-plugins.js"
|
"buildPlugin": "node build/build-async-plugins.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@antv/g2plot": "^2.4.31",
|
||||||
"@babel/polyfill": "^7.12.1",
|
"@babel/polyfill": "^7.12.1",
|
||||||
"@babel/runtime": "^7.18.9",
|
"@babel/runtime": "^7.18.9",
|
||||||
"@antv/g2plot": "^2.4.31",
|
|
||||||
"@riophae/vue-treeselect": "0.4.0",
|
"@riophae/vue-treeselect": "0.4.0",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"vue": "2.6.10",
|
"vue": "2.6.10",
|
||||||
@ -24,12 +24,12 @@
|
|||||||
"vuex": "3.1.0"
|
"vuex": "3.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"autoprefixer": "^7.1.2",
|
|
||||||
"@babel/core": "^7.6.4",
|
"@babel/core": "^7.6.4",
|
||||||
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
|
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
|
||||||
"@babel/plugin-proposal-optional-chaining": "^7.18.6",
|
"@babel/plugin-proposal-optional-chaining": "^7.18.6",
|
||||||
"@babel/plugin-transform-runtime": "^7.6.2",
|
"@babel/plugin-transform-runtime": "^7.6.2",
|
||||||
"@babel/preset-env": "^7.6.3",
|
"@babel/preset-env": "^7.6.3",
|
||||||
|
"autoprefixer": "^7.1.2",
|
||||||
"babel-loader": "^8.0.6",
|
"babel-loader": "^8.0.6",
|
||||||
"chalk": "^2.0.1",
|
"chalk": "^2.0.1",
|
||||||
"copy-webpack-plugin": "^4.6.0",
|
"copy-webpack-plugin": "^4.6.0",
|
||||||
|
|||||||
@ -11,8 +11,6 @@
|
|||||||
"buildPlugin": "node build/build-async-plugins.js"
|
"buildPlugin": "node build/build-async-plugins.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/polyfill": "^7.12.1",
|
|
||||||
"@babel/runtime": "^7.18.9",
|
|
||||||
"@antv/l7": "2.15.0",
|
"@antv/l7": "2.15.0",
|
||||||
"@antv/l7-component": "2.15.0",
|
"@antv/l7-component": "2.15.0",
|
||||||
"@antv/l7-core": "2.15.0",
|
"@antv/l7-core": "2.15.0",
|
||||||
@ -22,6 +20,8 @@
|
|||||||
"@antv/l7-scene": "2.15.0",
|
"@antv/l7-scene": "2.15.0",
|
||||||
"@antv/l7-source": "2.15.0",
|
"@antv/l7-source": "2.15.0",
|
||||||
"@antv/l7-utils": "2.15.0",
|
"@antv/l7-utils": "2.15.0",
|
||||||
|
"@babel/polyfill": "^7.12.1",
|
||||||
|
"@babel/runtime": "^7.18.9",
|
||||||
"@riophae/vue-treeselect": "0.4.0",
|
"@riophae/vue-treeselect": "0.4.0",
|
||||||
"highcharts": "^10.0.0",
|
"highcharts": "^10.0.0",
|
||||||
"vue": "^2.5.2",
|
"vue": "^2.5.2",
|
||||||
@ -31,12 +31,12 @@
|
|||||||
"vuedraggable": "^2.24.3"
|
"vuedraggable": "^2.24.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"autoprefixer": "^7.1.2",
|
|
||||||
"@babel/core": "^7.6.4",
|
"@babel/core": "^7.6.4",
|
||||||
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
|
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
|
||||||
"@babel/plugin-proposal-optional-chaining": "^7.18.6",
|
"@babel/plugin-proposal-optional-chaining": "^7.18.6",
|
||||||
"@babel/plugin-transform-runtime": "^7.6.2",
|
"@babel/plugin-transform-runtime": "^7.6.2",
|
||||||
"@babel/preset-env": "^7.6.3",
|
"@babel/preset-env": "^7.6.3",
|
||||||
|
"autoprefixer": "^7.1.2",
|
||||||
"babel-loader": "^8.0.6",
|
"babel-loader": "^8.0.6",
|
||||||
"chalk": "^2.0.1",
|
"chalk": "^2.0.1",
|
||||||
"copy-webpack-plugin": "^4.6.0",
|
"copy-webpack-plugin": "^4.6.0",
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@ -9,7 +9,7 @@
|
|||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<dataease.version>1.18.19</dataease.version>
|
<dataease.version>1.18.20</dataease.version>
|
||||||
<poi.version>4.1.1</poi.version>
|
<poi.version>4.1.1</poi.version>
|
||||||
<xmlbeans.version>3.1.0</xmlbeans.version>
|
<xmlbeans.version>3.1.0</xmlbeans.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user