2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-22 10:30:34 +03:00

update deps

This commit is contained in:
Jeff Sagal
2021-07-30 08:16:44 -07:00
parent 2d77a73258
commit 0837887560
4 changed files with 50 additions and 52 deletions
+3 -2
View File
@@ -19,8 +19,8 @@
"build:docs": "cd docs && yarn build",
"build:preview": "cd docs && yarn build",
"test": "jest",
"lint": "npx eslint '**/*.{js,vue}'",
"prettier": "npx prettier '**/*.{js,vue}'",
"lint": "eslint '**/*.{js,vue}'",
"lint:fix": "eslint --fix '**/*.{js,vue}'",
"semantic-release": "semantic-release",
"commit": "git-cz"
},
@@ -36,6 +36,7 @@
},
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/eslint-parser": "^7.14.7",
"@babel/plugin-transform-runtime": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"@babel/runtime": "^7.4.2",