Skip to content

Commit

Permalink
Optimize dependencies (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrykuku authored Nov 27, 2024
1 parent 718ae11 commit 8da22ed
Show file tree
Hide file tree
Showing 11 changed files with 219 additions and 12,131 deletions.
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ module.exports = {
]
],
plugins: [
'@babel/plugin-proposal-optional-chaining',
'@babel/plugin-transform-optional-chaining',
]
}
11,872 changes: 0 additions & 11,872 deletions license

This file was deleted.

12 changes: 3 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,27 +29,22 @@
"@kangc/v-md-editor": "^1.7.12",
"@mdi/font": "^6.9.96",
"@smartbear/browser-info": "^1.5.0",
"@types/i18n": "^0.13.10",
"@types/vue-router": "^2.0.0",
"@vueuse/components": "^10.9.0",
"axios": "^0.26.1",
"axios": "^0.28.0",
"buefy": "^0.9.29",
"bulma": "0.9.4",
"clipboard-copy": "^4.0.1",
"composerize": "^1.6.8",
"composerize": "^1.6.12",
"dayjs": "^1.11.10",
"file-saver": "^2.0.5",
"iconfonts-casaos": "latest",
"intersection-observer": "^0.12.2",
"is-valid-hostname": "^1.0.2",
"lodash": "^4.17.21",
"lottie-web-vue": "1.2.1",
"marked": "^4.3.0",
"nanoid": "^4.0.2",
"qs": "^6.12.0",
"socket.io-client": "^2.5.0",
"uuid-validate": "^0.0.3",
"v-animate-css": "^0.0.6",
"validator": "^13.11.0",
"vee-validate": "^3.4.15",
"vue": "^2.7.16",
Expand All @@ -59,7 +54,6 @@
"vue-router": "^3.6.5",
"vue-slider-component": "^3.2.24",
"vue-smooth-reflow": "^0.1.12",
"vue-social-sharing": "^3.0.9",
"vue-socket.io-extended": "^4.2.0",
"vue2-touch-events": "^3.2.3",
"vuedraggable": "^2.24.3",
Expand All @@ -70,7 +64,7 @@
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-transform-optional-chaining": "^7.25.9",
"@babel/preset-env": "^7.24.4",
"@babel/preset-typescript": "^7.24.1",
"@types/node": "^20.12.7",
Expand Down
Loading

0 comments on commit 8da22ed

Please sign in to comment.