Browse Source

release: 3.0.0-beta.11

richard1015 4 years ago
parent
commit
595b930533
2 changed files with 5 additions and 5 deletions
  1. 1 1
      commitlint.config.js
  2. 4 4
      package.json

+ 1 - 1
commitlint.config.js

@@ -27,7 +27,7 @@ module.exports = {
         'refactor',
         'revert',
         'style',
-        'releases'
+        'release'
       ]
     ]
   }

+ 4 - 4
package.json

@@ -1,6 +1,6 @@
 {
   "name": "@nutui/nutui",
-  "version": "3.0.0-beta.10",
+  "version": "3.0.0-beta.11",
   "npm": {
     "tag": "beta"
   },
@@ -62,8 +62,8 @@
     "@commitlint/cli": "^10.0.0",
     "@commitlint/config-conventional": "^10.0.0",
     "@types/node": "^14.14.31",
-    "@vitejs/plugin-vue": "^1.2.0",
-    "@vue/compiler-sfc": "^3.0.5",
+    "@vitejs/plugin-vue": "^1.2.1",
+    "@vue/compiler-sfc": "^3.0.11",
     "@vue/eslint-config-prettier": "^6.0.0",
     "@vue/eslint-config-typescript": "^5.0.2",
     "eslint": "^6.7.2",
@@ -77,7 +77,7 @@
     "prettier": "^1.19.1",
     "transliteration": "^2.2.0",
     "typescript": "^4.1.5",
-    "vite": "^2.1.3",
+    "vite": "^2.1.5",
     "vite-plugin-md": "^0.6.3"
   },
   "eslintConfig": {