2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-15 01:12:26 +03:00

refactor: remove date-fns && optimize code

This commit is contained in:
mengxiong10
2020-11-16 11:30:42 +08:00
parent a9b7900f39
commit a5a41096dc
37 changed files with 1908 additions and 1963 deletions
+2 -2
View File
@@ -48,7 +48,6 @@
"vue": "^2.5.0"
},
"dependencies": {
"date-fns": "^2.0.1",
"date-format-parse": "^0.2.5"
},
"devDependencies": {
@@ -62,7 +61,7 @@
"@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
"@vue/babel-preset-jsx": "^1.1.2",
"@vue/component-compiler-utils": "^3.0.0",
"@vue/test-utils": "^1.0.0-beta.29",
"@vue/test-utils": "^1.1.1",
"acorn": "^7.0.0",
"autoprefixer": "^9.7.1",
"babel-core": "^7.0.0-bridge.0",
@@ -72,6 +71,7 @@
"core-js": "^3.3.5",
"coveralls": "^3.0.7",
"cross-env": "^6.0.3",
"date-fns": "^2.16.1",
"eslint": "^6.2.2",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.1.0",