Skip to content

Commit

Permalink
Merge pull request #48 from jumpserver/pr@dev@perf_remove_deps
Browse files Browse the repository at this point in the history
perf: 移除无用依赖
  • Loading branch information
Aaron3S authored Oct 9, 2024
2 parents 8952db7 + c3d6a8c commit 782b886
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
5 changes: 2 additions & 3 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"lint": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service lint"
},
"dependencies": {
"@handsontable/vue": "12.4.0",
"ag-grid-community": "^32.1.0",
"ag-grid-vue": "^31.3.4",
"axios": "^0.26.1",
Expand Down Expand Up @@ -58,6 +57,6 @@
"> 1%",
"last 2 versions",
"not dead"
]

],
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
6 changes: 0 additions & 6 deletions frontend/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,10 @@ import VueCodemirror from 'vue-codemirror'
import i18n from './i18n'
import request from './request'
import store from './store'
import 'handsontable/dist/handsontable.full.css'
import '@/styles/index.scss'
import moment from 'moment'
import Handsontable from 'handsontable'
import { HotTable } from '@handsontable/vue'
import Contextmenu from 'vue-contextmenujs'

console.log(
`Handsontable: v${Handsontable.version} (${Handsontable.buildDate}) Wrapper: v${HotTable.version} Vue: v${Vue.version}`)

Vue.config.productionTip = false

Vue.use(VueRx)
Expand Down

0 comments on commit 782b886

Please sign in to comment.