fix(moment): fix moment error #217
正在显示
... | ... | @@ -61,14 +61,14 @@ |
"@types/sortablejs": "^1.10.6", | ||
"@types/yargs": "^15.0.12", | ||
"@types/zxcvbn": "^4.4.0", | ||
"@typescript-eslint/eslint-plugin": "^4.14.0", | ||
"@typescript-eslint/parser": "^4.14.0", | ||
"@typescript-eslint/eslint-plugin": "^4.14.1", | ||
"@typescript-eslint/parser": "^4.14.1", | ||
"@vitejs/plugin-legacy": "^1.2.1", | ||
"@vitejs/plugin-vue": "1.1.0", | ||
"@vitejs/plugin-vue": "^1.1.2", | ||
"@vitejs/plugin-vue-jsx": "^1.0.2", | ||
"@vue/compiler-sfc": "^3.0.5", | ||
"@vuedx/typecheck": "^0.6.0", | ||
"@vuedx/typescript-plugin-vue": "^0.6.0", | ||
"@vuedx/typecheck": "^0.6.3", | ||
"@vuedx/typescript-plugin-vue": "^0.6.3", | ||
"autoprefixer": "^10.2.3", | ||
"commitizen": "^4.2.3", | ||
"conventional-changelog-cli": "^2.1.1", | ||
... | ... | @@ -83,8 +83,6 @@ |
"husky": "^4.3.8", | ||
"less": "^4.1.0", | ||
"lint-staged": "^10.5.3", | ||
"postcss": "^8.2.4", | ||
"postcss-import": "^14.0.0", | ||
"prettier": "^2.2.1", | ||
"rimraf": "^3.0.2", | ||
"rollup-plugin-gzip": "^2.5.0", | ||
... | ... | @@ -95,11 +93,11 @@ |
"stylelint-order": "^4.1.0", | ||
"ts-node": "^9.1.1", | ||
"typescript": "^4.1.3", | ||
"vite": "2.0.0-beta.48", | ||
"vite": "2.0.0-beta.50", | ||
"vite-plugin-html": "^2.0.0-beta.6", | ||
"vite-plugin-mock": "^2.0.0-rc.2", | ||
"vite-plugin-purge-icons": "^0.6.0", | ||
"vite-plugin-pwa": "^0.3.10", | ||
"vite-plugin-pwa": "^0.4.0", | ||
"vite-plugin-style-import": "^0.4.6", | ||
"vue-eslint-parser": "^7.4.1", | ||
"yargs": "^16.2.0" | ||
... | ... |
请
注册
或者
登录
后发表评论